Skip to content

Commit bbd2ca0

Browse files
Merge pull request #1914 from analogjs/nx-22
fix: add support for Nx 22.x
2 parents 155dd55 + 10d48e4 commit bbd2ca0

File tree

4 files changed

+992
-750
lines changed

4 files changed

+992
-750
lines changed

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@
5959
"@astrojs/react": "^4.3.0",
6060
"@babel/core": "^7.28.0",
6161
"@mdx-js/react": "3.1.0",
62-
"@nx/angular": "21.4.0",
63-
"@nx/devkit": "21.4.0",
62+
"@nx/angular": "22.0.2",
63+
"@nx/devkit": "22.0.2",
6464
"@trpc/client": "^10.45.2",
6565
"@trpc/server": "^10.45.2",
6666
"ajv-formats": "^3.0.1",
@@ -101,16 +101,16 @@
101101
"@commitlint/config-conventional": "^17.8.1",
102102
"@compodoc/compodoc": "^1.1.26",
103103
"@netlify/functions": "^2.8.2",
104-
"@nx/cypress": "21.4.0",
105-
"@nx/eslint": "21.4.0",
106-
"@nx/eslint-plugin": "21.4.0",
107-
"@nx/jest": "21.4.0",
108-
"@nx/js": "21.4.0",
109-
"@nx/playwright": "21.4.0",
110-
"@nx/plugin": "21.4.0",
111-
"@nx/storybook": "21.4.0",
112-
"@nx/vite": "21.4.0",
113-
"@nx/web": "21.4.0",
104+
"@nx/cypress": "22.0.2",
105+
"@nx/eslint": "22.0.2",
106+
"@nx/eslint-plugin": "22.0.2",
107+
"@nx/jest": "22.0.2",
108+
"@nx/js": "22.0.2",
109+
"@nx/playwright": "22.0.2",
110+
"@nx/plugin": "22.0.2",
111+
"@nx/storybook": "22.0.2",
112+
"@nx/vite": "22.0.2",
113+
"@nx/web": "22.0.2",
114114
"@playwright/test": "^1.54.2",
115115
"@schematics/angular": "20.3.0",
116116
"@semantic-release/changelog": "^6.0.3",
@@ -170,7 +170,7 @@
170170
"minimist": "^1.2.7",
171171
"ng-packagr": "20.3.0",
172172
"nitropack": "^2.11.0",
173-
"nx": "21.4.0",
173+
"nx": "22.0.2",
174174
"playwright": "^1.49.1",
175175
"postcss": "^8.4.21",
176176
"postcss-import": "~16.1.1",

packages/content/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"@angular/core": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^20.0.0",
2828
"@angular/platform-browser": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^20.0.0",
2929
"@angular/router": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^20.0.0",
30-
"@nx/devkit": "^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^20.0.0 || ^21.0.0",
30+
"@nx/devkit": "^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^20.0.0 || ^21.0.0 || ^22.0.0",
3131
"front-matter": "^4.0.2",
3232
"marked": "^15.0.7",
3333
"marked-gfm-heading-id": "^4.1.1",

packages/platform/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@
3434
"vitefu": "^1.0.0"
3535
},
3636
"peerDependencies": {
37-
"@nx/angular": "^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^20.0.0 || ^21.0.0",
38-
"@nx/devkit": "^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^20.0.0 || ^21.0.0",
39-
"@nx/vite": "^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^20.0.0 || ^21.0.0",
37+
"@nx/angular": "^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^20.0.0 || ^21.0.0 || ^22.0.0",
38+
"@nx/devkit": "^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^20.0.0 || ^21.0.0 || ^22.0.0",
39+
"@nx/vite": "^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^20.0.0 || ^21.0.0 || ^22.0.0",
4040
"marked": "^15.0.7",
4141
"marked-gfm-heading-id": "^4.1.1",
4242
"marked-highlight": "^2.2.1",

0 commit comments

Comments
 (0)