Skip to content

Commit 1a96f91

Browse files
authored
fix: update package.json file (#636)
1 parent 5bec0f2 commit 1a96f91

File tree

4 files changed

+26
-16
lines changed

4 files changed

+26
-16
lines changed

.changeset/beige-eels-fly.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
"@ui5-language-assistant/vscode-ui5-language-assistant-bas-ext": patch
3+
"vscode-ui5-language-assistant": patch
4+
"@ui5-language-assistant/test-framework": patch
5+
"@ui5-language-assistant/context": patch
6+
---
7+
8+
update package.json files

packages/context/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"dependencies": {
1919
"@sap-ux/annotation-converter": "0.5.20",
2020
"@sap-ux/edmx-parser": "0.5.13",
21-
"@sap-ux/project-access": "1.3.1",
21+
"@sap-ux/project-access": "1.9.1",
2222
"@ui5-language-assistant/logic-utils": "4.0.12",
2323
"@ui5-language-assistant/settings": "4.0.9",
2424
"fs-extra": "10.1.0",

test-packages/framework/projects/cap/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"node": ">=14"
77
},
88
"dependencies": {
9-
"@sap/cds": "^6.8",
9+
"@sap/cds": "^7",
1010
"@sap/xssec": "^3.2.7",
1111
"express": "^4",
1212
"hdb": "^0.19.1",

yarn.lock

Lines changed: 16 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1572,22 +1572,24 @@
15721572
dependencies:
15731573
xml-js "1.6.11"
15741574

1575-
"@sap-ux/project-access@1.3.1":
1576-
version "1.3.1"
1577-
resolved "https://registry.yarnpkg.com/@sap-ux/project-access/-/project-access-1.3.1.tgz#e5b7205ce2ebf043992fa0d413ea908239cf115a"
1578-
integrity sha512-qIzijZPct+jG3/PD/zEuXClJ8YNjGuREBbJ3CUSIsv9H3Zad+wat065uK3m2XC7X5dGEvCiAYm4JOf8uqSgE4A==
1575+
"@sap-ux/project-access@1.9.1":
1576+
version "1.9.1"
1577+
resolved "https://registry.yarnpkg.com/@sap-ux/project-access/-/project-access-1.9.1.tgz#0d03683f7d8d0a444d19a9fe8a6927d1615ff728"
1578+
integrity sha512-ObLlzem77Vpe7C6I8UimPPQW7LrSq4zQ2PaYfUaLqamrG2cu9Knl+/xRBZz51ZbHWbN/2I2cdZRBfG695PewXw==
15791579
dependencies:
1580-
"@sap-ux/ui5-config" "0.16.6"
1580+
"@sap-ux/ui5-config" "0.18.2"
15811581
findit2 "2.2.3"
15821582
mem-fs "2.1.0"
15831583
mem-fs-editor "9.4.0"
15841584

1585-
"@sap-ux/ui5-config@0.16.6":
1586-
version "0.16.6"
1587-
resolved "https://registry.yarnpkg.com/@sap-ux/ui5-config/-/ui5-config-0.16.6.tgz#69f2e6e3e69f8992444f9888fe55b67f6d73a390"
1588-
integrity sha512-G8cohLUjC9OkjgNT/C3RToJKmrBs+BkVjhcT5d6yWkaQe1j2szMUvnTzdoCNO4F82j1+VtH6YrjQgv3MdyhOkg==
1585+
"@sap-ux/ui5-config@0.18.2":
1586+
version "0.18.2"
1587+
resolved "https://registry.yarnpkg.com/@sap-ux/ui5-config/-/ui5-config-0.18.2.tgz#ef5f5257c39e8e9895b16e265487b52ade180d65"
1588+
integrity sha512-s/UsykJXbQIMmpcNjI2ChAIYBnQvnjJlp5n5QpT4XRHHwstExz2YCWz2vThXuF1GmwsCMzSjmhF+zTmGbTJ11w==
15891589
dependencies:
1590-
"@sap-ux/yaml" "0.13.5"
1590+
"@sap-ux/yaml" "0.13.7"
1591+
lodash "4.17.21"
1592+
semver "7.5.3"
15911593

15921594
"@sap-ux/vocabularies-types@0.6.8":
15931595
version "0.6.8"
@@ -1599,10 +1601,10 @@
15991601
resolved "https://registry.yarnpkg.com/@sap-ux/vocabularies-types/-/vocabularies-types-0.7.4.tgz#66388bc5368be7edee2502a726e019cd8638c5c3"
16001602
integrity sha512-JC2s7P7EOYvnubxqDIJYdZXA/aNvK78XqvB1sMyI4z+rf/mgTTID7mIf/2J3rSwHw+GjVrDK+UvSX3vJhomKew==
16011603

1602-
"@sap-ux/yaml@0.13.5":
1603-
version "0.13.5"
1604-
resolved "https://registry.yarnpkg.com/@sap-ux/yaml/-/yaml-0.13.5.tgz#d0d06587daafaca8b4f9c5ba6492dad2f2a34406"
1605-
integrity sha512-llb8Ok9Ao7Kx4aw4ZxVa7Vmzxvddg5C1gYnI1JxMW7A12jwUIvDRrt2xDlNvqRiah6KomfnHU2fhUPPMte+PnQ==
1604+
"@sap-ux/yaml@0.13.7":
1605+
version "0.13.7"
1606+
resolved "https://registry.yarnpkg.com/@sap-ux/yaml/-/yaml-0.13.7.tgz#b3316c665e15ff48510abdac8cbf7b9fd7739986"
1607+
integrity sha512-4638D6TyaBA43lnhWtkXVM2xFwgDh3u8DEsTmCEvvbh6SQsE09t/eheRSoBD1ryZVG9NmmasY2tMgy3JxEPV5A==
16061608
dependencies:
16071609
lodash "4.17.21"
16081610
yaml "2.2.2"

0 commit comments

Comments
 (0)