Skip to content

Commit

Permalink
fix: General cleanup of cds and package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
longieirl committed Dec 13, 2023
1 parent 8db5918 commit d820787
Show file tree
Hide file tree
Showing 29 changed files with 1,067 additions and 123,709 deletions.
2 changes: 1 addition & 1 deletion V2/apps/products-review/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"@openui5/themelib_sap_fiori_3": "1.65.1",
"@sap-ux/ui5-middleware-fe-mockserver": "2.1.25",
"@sap/ux-ui5-tooling": "1.7.0",
"@ui5/cli": "2.14.10"
"@ui5/cli": "^3.3.4"
},
"optionalDependencies": {
"fsevents": "2.3.2"
Expand Down
2 changes: 1 addition & 1 deletion V2/apps/store-overview/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"@openui5/themelib_sap_fiori_3": "1.65.1",
"@sap-ux/ui5-middleware-fe-mockserver": "2.1.25",
"@sap/ux-ui5-tooling": "1.7.0",
"@ui5/cli": "2.14.10"
"@ui5/cli": "^3.3.4"
},
"optionalDependencies": {
"fsevents": "2.3.2"
Expand Down
2 changes: 1 addition & 1 deletion V4/apps/salesorder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"main": "webapp/index.html",
"dependencies": {},
"devDependencies": {
"@ui5/cli": "^2.14.10",
"@ui5/cli": "^3.3.4",
"@sap/ux-ui5-tooling": "1",
"@sap/ux-specification": "UI5-1.84",
"eslint": "7.32.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Ensure we always use public packages, i.e. avoid using local registries from ~/.npmrc
@sap:registry=https://registry.npmjs.org/
registry=https://registry.npmjs.org/
Loading

0 comments on commit d820787

Please sign in to comment.