Skip to content

Commit efdac44

Browse files
authored
chore(deps): update nx v.21.0 (#213)
1 parent 3cda42e commit efdac44

File tree

4 files changed

+1697
-1598
lines changed

4 files changed

+1697
-1598
lines changed

apps/playground/project.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,8 @@
7171
"buildTarget": "playground:build:development"
7272
}
7373
},
74-
"defaultConfiguration": "development"
74+
"defaultConfiguration": "development",
75+
"continuous": true
7576
},
7677
"extract-i18n": {
7778
"executor": "@angular-devkit/build-angular:extract-i18n",

nx.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,5 @@
6767
"defaultProject": "documentation",
6868
"nxCloudAccessToken": "YTA5ZjBmYWItOTIxOC00ODdkLTkzMGEtZGFmZDk3NTUyODhhfHJlYWQ=",
6969
"useInferencePlugins": false,
70-
"defaultBase": "main",
71-
"useLegacyCache": true
70+
"defaultBase": "main"
7271
}

package.json

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@
2727
"@angular/platform-browser": "19.2.1",
2828
"@angular/platform-browser-dynamic": "19.2.1",
2929
"@angular/router": "19.2.1",
30-
"@nx/angular": "20.7.1",
30+
"@nx/angular": "21.0.0",
3131
"@sap-ui/common-css": "^0.39.0",
32-
"@storybook/addon-docs": "^8.6.12",
33-
"@storybook/blocks": "^8.6.12",
34-
"@storybook/manager-api": "^8.6.12",
35-
"@storybook/theming": "^8.6.12",
32+
"@storybook/addon-docs": "8.6.12",
33+
"@storybook/blocks": "8.6.12",
34+
"@storybook/manager-api": "8.6.12",
35+
"@storybook/theming": "8.6.12",
3636
"@types/lodash": "4.14.191",
3737
"@types/react": "^18.0.28",
3838
"@ui5/tooling-webc": "0.3.1",
@@ -71,20 +71,20 @@
7171
"@commitlint/cli": "17.3.0",
7272
"@commitlint/config-angular": "17.3.0",
7373
"@commitlint/config-conventional": "17.3.0",
74-
"@nx/cypress": "20.7.1",
75-
"@nx/devkit": "20.7.1",
76-
"@nx/eslint": "20.7.1",
77-
"@nx/eslint-plugin": "20.7.1",
78-
"@nx/jest": "20.7.1",
79-
"@nx/js": "20.7.1",
80-
"@nx/plugin": "20.7.1",
81-
"@nx/storybook": "20.7.1",
82-
"@nx/workspace": "20.7.1",
74+
"@nx/cypress": "21.0.0",
75+
"@nx/devkit": "21.0.0",
76+
"@nx/eslint": "21.0.0",
77+
"@nx/eslint-plugin": "21.0.0",
78+
"@nx/jest": "21.0.0",
79+
"@nx/js": "21.0.0",
80+
"@nx/plugin": "21.0.0",
81+
"@nx/storybook": "21.0.0",
82+
"@nx/workspace": "21.0.0",
8383
"@schematics/angular": "19.2.1",
84-
"@storybook/addon-essentials": "^8.6.12",
85-
"@storybook/addon-mdx-gfm": "^8.6.12",
86-
"@storybook/angular": "^8.6.12",
87-
"@storybook/core-server": "^8.6.12",
84+
"@storybook/addon-essentials": "8.6.12",
85+
"@storybook/addon-mdx-gfm": "8.6.12",
86+
"@storybook/angular": "8.6.12",
87+
"@storybook/core-server": "8.6.12",
8888
"@storybook/mdx2-csf": "^1.1.0",
8989
"@types/fs-extra": "^11.0.1",
9090
"@types/jest": "29.5.14",
@@ -96,7 +96,7 @@
9696
"conventional-changelog": "^3.1.25",
9797
"conventional-changelog-angular": "^5.0.13",
9898
"conventional-recommended-bump": "^6.1.0",
99-
"cypress": "13.13.2",
99+
"cypress": "14.3.3",
100100
"eslint": "8.57.0",
101101
"eslint-config-prettier": "10.1.1",
102102
"eslint-plugin-cypress": "2.15.1",
@@ -111,7 +111,7 @@
111111
"jsonc-eslint-parser": "2.1.0",
112112
"lerna": "^8.1.2",
113113
"ng-packagr": "19.1.1",
114-
"nx": "20.7.1",
114+
"nx": "21.0.0",
115115
"patch-package": "^8.0.0",
116116
"postcss": "8.4.31",
117117
"postcss-import": "14.1.0",
@@ -128,7 +128,7 @@
128128
"webpack": "^5.64.0"
129129
},
130130
"resolutions": {
131-
"nx": "20.7.1"
131+
"nx": "21.0.0"
132132
},
133133
"lint-staged": {
134134
"*": [

0 commit comments

Comments
 (0)