mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
AAE-49807 Upgrade Nx Workspace to v23 (#12142)
This commit is contained in:
@@ -47,7 +47,12 @@
|
||||
},
|
||||
"namedInputs": {
|
||||
"default": ["{projectRoot}/**/*", "sharedGlobals"],
|
||||
"sharedGlobals": ["{workspaceRoot}/package.json", "{workspaceRoot}/angular.json", "{workspaceRoot}/e2e/protractor.excludes.json", "{workspaceRoot}/e2e/protractor.conf.js"],
|
||||
"sharedGlobals": [
|
||||
"{workspaceRoot}/package.json",
|
||||
"{workspaceRoot}/angular.json",
|
||||
"{workspaceRoot}/e2e/protractor.excludes.json",
|
||||
"{workspaceRoot}/e2e/protractor.conf.js"
|
||||
],
|
||||
"production": [
|
||||
"default",
|
||||
"!{projectRoot}/.storybook/**/*",
|
||||
@@ -60,5 +65,6 @@
|
||||
},
|
||||
"cacheDirectory": "nxcache",
|
||||
"defaultBase": "develop",
|
||||
"analytics": false
|
||||
"analytics": false,
|
||||
"neverConnectToCloud": true
|
||||
}
|
||||
|
||||
+6
-6
@@ -89,11 +89,11 @@
|
||||
"@eslint/config-helpers": "^0.7.0",
|
||||
"@eslint/eslintrc": "^3.3.6",
|
||||
"@eslint/js": "~10.0.1",
|
||||
"@nx/angular": "22.7.4",
|
||||
"@nx/eslint-plugin": "22.7.4",
|
||||
"@nx/js": "22.7.7",
|
||||
"@nx/storybook": "22.7.7",
|
||||
"@nx/workspace": "22.7.7",
|
||||
"@nx/angular": "23.1.1",
|
||||
"@nx/eslint-plugin": "23.1.1",
|
||||
"@nx/js": "23.1.1",
|
||||
"@nx/storybook": "23.1.1",
|
||||
"@nx/workspace": "23.1.1",
|
||||
"@schematics/angular": "20.3.32",
|
||||
"@storybook/addon-themes": "10.4.0",
|
||||
"@storybook/angular": "10.4.0",
|
||||
@@ -129,7 +129,7 @@
|
||||
"karma-jasmine-html-reporter": "2.2.0",
|
||||
"lint-staged": "17.2.0",
|
||||
"ng-packagr": "20.3.2",
|
||||
"nx": "22.7.7",
|
||||
"nx": "23.1.1",
|
||||
"prettier": "3.9.6",
|
||||
"react": "19.2.6",
|
||||
"react-dom": "19.2.6",
|
||||
|
||||
Generated
+738
-838
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user