@ui5/cli 3.9.2 → 3.10.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +16 -1
- package/npm-shrinkwrap.json +302 -311
- package/package.json +8 -8
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ui5/cli",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.10.1",
|
|
4
4
|
"description": "UI5 Tooling - CLI",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "SAP SE",
|
|
@@ -117,18 +117,18 @@
|
|
|
117
117
|
"url": "git@github.com:SAP/ui5-cli.git"
|
|
118
118
|
},
|
|
119
119
|
"dependencies": {
|
|
120
|
-
"@ui5/builder": "^3.
|
|
120
|
+
"@ui5/builder": "^3.4.1",
|
|
121
121
|
"@ui5/fs": "^3.0.5",
|
|
122
122
|
"@ui5/logger": "^3.0.0",
|
|
123
|
-
"@ui5/project": "^3.9.
|
|
124
|
-
"@ui5/server": "^3.
|
|
123
|
+
"@ui5/project": "^3.9.1",
|
|
124
|
+
"@ui5/server": "^3.2.0",
|
|
125
125
|
"chalk": "^5.3.0",
|
|
126
126
|
"data-with-position": "^0.5.0",
|
|
127
127
|
"import-local": "^3.1.0",
|
|
128
128
|
"js-yaml": "^4.1.0",
|
|
129
129
|
"open": "^9.1.0",
|
|
130
130
|
"pretty-hrtime": "^1.0.3",
|
|
131
|
-
"semver": "^7.6.
|
|
131
|
+
"semver": "^7.6.2",
|
|
132
132
|
"update-notifier": "^6.0.2",
|
|
133
133
|
"yargs": "^17.7.2"
|
|
134
134
|
},
|
|
@@ -143,13 +143,13 @@
|
|
|
143
143
|
"eslint-config-google": "^0.14.0",
|
|
144
144
|
"eslint-plugin-ava": "^14.0.0",
|
|
145
145
|
"eslint-plugin-jsdoc": "^46.10.1",
|
|
146
|
-
"esmock": "^2.6.
|
|
146
|
+
"esmock": "^2.6.5",
|
|
147
147
|
"execa": "^8.0.1",
|
|
148
|
-
"jsdoc": "^4.0.
|
|
148
|
+
"jsdoc": "^4.0.3",
|
|
149
149
|
"licensee": "^10.0.0",
|
|
150
150
|
"nyc": "^15.1.0",
|
|
151
151
|
"open-cli": "^7.2.0",
|
|
152
|
-
"rimraf": "^5.0.
|
|
152
|
+
"rimraf": "^5.0.7",
|
|
153
153
|
"sinon": "^16.1.3",
|
|
154
154
|
"strip-ansi": "^7.1.0",
|
|
155
155
|
"tap-xunit": "^2.4.1",
|