Skip to content

Commit b16ec6f

Browse files
authored
fix(create-analog): update support for Angular v16 projects (#1062)
1 parent 29113f6 commit b16ec6f

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

packages/create-analog/template-angular-v16/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
"test": "ng test"
1616
},
1717
"dependencies": {
18-
"@analogjs/content": "^0.2.0",
19-
"@analogjs/router": "^0.2.0",
18+
"@analogjs/content": "~1.1.0",
19+
"@analogjs/router": "~1.1.0",
2020
"@angular/animations": "^16.2.0",
2121
"@angular/common": "^16.2.0",
2222
"@angular/compiler": "^16.2.0",
@@ -26,7 +26,7 @@
2626
"@angular/platform-browser-dynamic": "^16.2.0",
2727
"@angular/platform-server": "^16.2.0",
2828
"@angular/router": "^16.2.0",
29-
"@nx/angular": "^17.0.0",
29+
"@nx/angular": "~18.0.0",
3030
"front-matter": "^4.0.2",
3131
"marked": "^5.0.2",
3232
"marked-gfm-heading-id": "^3.1.0",
@@ -38,15 +38,15 @@
3838
"zone.js": "~0.13.0"
3939
},
4040
"devDependencies": {
41-
"@analogjs/platform": "^0.2.0",
41+
"@analogjs/platform": "~1.1.0",
4242
"@angular-devkit/build-angular": "^16.2.0",
4343
"@angular/cli": "^16.2.0",
4444
"@angular/compiler-cli": "^16.2.0",
45-
"@nx/vite": "~16.8.1",
46-
"nx": "^17.0.0",
45+
"@nx/vite": "~18.0.0",
46+
"nx": "~18.0.0",
4747
"jsdom": "^22.1.0",
4848
"typescript": "~5.0.2",
49-
"vite": "^4.4.8",
50-
"vitest": "^0.32.0"
49+
"vite": "^5.0.0",
50+
"vitest": "^1.3.1"
5151
}
5252
}

0 commit comments

Comments
 (0)