Skip to content

Commit e52604e

Browse files
committed
ci: fix npm install errors due to v16 deps
1 parent 1334ee6 commit e52604e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@
4040
"@angular/platform-browser-dynamic": "^17.0.2",
4141
"@angular/router": "^17.0.2",
4242
"@types/marked": "^4.0.8",
43-
"@angular-devkit/core": "^16.1.1",
44-
"@angular-devkit/schematics": "^16.1.1",
45-
"@angular/cli": "^16.1.1",
46-
"@angular/compiler-cli": "^16.1.1",
43+
"@angular-devkit/core": "^17.0.0",
44+
"@angular-devkit/schematics": "^17.0.0",
45+
"@angular/cli": "^17.0.0",
46+
"@angular/compiler-cli": "^17.0.2",
4747
"@types/datatables.net": "~1.10.21",
4848
"@types/jasmine": "~3.10.2",
4949
"@types/jquery": "~3.5.8",

0 commit comments

Comments
 (0)