Skip to content

Commit

Permalink
chore(create-analog): pin versions for Angular v15 template
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonroberts committed Apr 14, 2023
1 parent 3c7a46f commit 1e0b965
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/create-analog/template-angular-v15/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"test": "ng test"
},
"dependencies": {
"@analogjs/content": "0.1.9",
"@analogjs/router": "0.1.0-alpha.10",
"@analogjs/content": "^0.2.0-beta.1",
"@analogjs/router": "^0.2.0-beta.1",
"@angular/animations": "^15.0.0",
"@angular/common": "^15.0.0",
"@angular/compiler": "^15.0.0",
Expand All @@ -35,7 +35,7 @@
},
"devDependencies": {
"@analogjs/platform": "0.1.0-beta.22",
"@analogjs/vite-plugin-angular": "0.2.0-alpha.22",
"@analogjs/vite-plugin-angular": "0.2.0-alpha.29",
"@angular-devkit/build-angular": "^15.0.0",
"@angular/cli": "~15.0.0",
"@angular/compiler-cli": "^15.0.0",
Expand Down

0 comments on commit 1e0b965

Please sign in to comment.