@sap-ux/app-config-writer 0.6.138 → 0.6.140
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.
|
@@ -299,8 +299,8 @@ async function updatePackageJson(basePath, fs, logger) {
|
|
|
299
299
|
const packageJsonPath = (0, node_path_1.join)(basePath, project_access_1.FileName.Package);
|
|
300
300
|
const packageJson = fs.readJSON(packageJsonPath);
|
|
301
301
|
packageJson.devDependencies ??= {};
|
|
302
|
-
packageJson.devDependencies[packageName.ESLINT] = '^
|
|
303
|
-
packageJson.devDependencies[packageName.ESLINT_PLUGIN_FIORI_TOOLS] = '^
|
|
302
|
+
packageJson.devDependencies[packageName.ESLINT] = '^10.0.0';
|
|
303
|
+
packageJson.devDependencies[packageName.ESLINT_PLUGIN_FIORI_TOOLS] = '^10.0.0';
|
|
304
304
|
delete packageJson.devDependencies[packageName.ESLINT_PLUGIN_FIORI_CUSTOM];
|
|
305
305
|
packageJson.scripts ??= {};
|
|
306
306
|
if (packageJson.scripts['lint']) {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sap-ux/app-config-writer",
|
|
3
3
|
"description": "Add or update configuration for SAP Fiori tools application",
|
|
4
|
-
"version": "0.6.
|
|
4
|
+
"version": "0.6.140",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "https://github.com/SAP/open-ux-tools.git",
|
|
@@ -29,10 +29,10 @@
|
|
|
29
29
|
"semver": "7.7.4",
|
|
30
30
|
"cross-spawn": "7.0.6",
|
|
31
31
|
"@sap-ux/axios-extension": "1.25.32",
|
|
32
|
-
"@sap-ux/ui5-application-writer": "1.8.
|
|
32
|
+
"@sap-ux/ui5-application-writer": "1.8.7",
|
|
33
33
|
"@sap-ux/btp-utils": "1.1.14",
|
|
34
34
|
"@sap-ux/logger": "0.8.5",
|
|
35
|
-
"@sap-ux/project-access": "1.
|
|
35
|
+
"@sap-ux/project-access": "1.36.0",
|
|
36
36
|
"@sap-ux/store": "1.5.13",
|
|
37
37
|
"@sap-ux/ui5-config": "0.30.3"
|
|
38
38
|
},
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"@types/cross-spawn": "6.0.6",
|
|
46
46
|
"axios": "1.15.0",
|
|
47
47
|
"nock": "14.0.11",
|
|
48
|
-
"@sap-ux/preview-middleware": "0.25.
|
|
48
|
+
"@sap-ux/preview-middleware": "0.25.32"
|
|
49
49
|
},
|
|
50
50
|
"engines": {
|
|
51
51
|
"node": ">=20.x"
|