Skip to content

Commit f0dcc1c

Browse files
committed
chore: ng 17
1 parent 015a24d commit f0dcc1c

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,17 +31,17 @@
3131
},
3232
"private": true,
3333
"devDependencies": {
34-
"@angular-devkit/schematics": "16.2.7",
35-
"@angular/core": "16.2.10",
34+
"@angular-devkit/schematics": "^17.0.0",
35+
"@angular/core": "^17.0.0",
3636
"@swc-node/register": "1.6.8",
3737
"@swc/core": "1.3.94",
3838
"@types/fs-extra": "^11.0.3",
3939
"@types/jest": "29.5.6",
4040
"@types/node": "^20.0.0",
4141
"@types/plist": "^3.0.2",
4242
"@types/xml2js": "^0.4.9",
43-
"@typescript-eslint/eslint-plugin": "~6.8.0",
44-
"@typescript-eslint/parser": "~6.8.0",
43+
"@typescript-eslint/eslint-plugin": "~6.13.0",
44+
"@typescript-eslint/parser": "~6.13.0",
4545
"conventional-changelog-cli": "^4.1.0",
4646
"cz-conventional-changelog": "^3.3.0",
4747
"doctoc": "^2.0.0",

packages/nx/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@
2828
"migrations": "./migrations.json"
2929
},
3030
"dependencies": {
31-
"@angular-devkit/architect": "^0.1600.0",
32-
"@angular-devkit/core": "^16.0.0",
33-
"@angular-devkit/schematics": "^16.0.0",
31+
"@angular-devkit/architect": "^0.1700.0",
32+
"@angular-devkit/core": "^17.0.0",
33+
"@angular-devkit/schematics": "^17.0.0",
3434
"fs-extra": "^11.1.0",
3535
"ignore": "^5.2.4",
3636
"plist": "^3.1.0",

0 commit comments

Comments
 (0)