Skip to content

Commit

Permalink
fix(create-analog): pin Angular v15 template to Nx v15
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonroberts committed May 9, 2023
1 parent a971e95 commit e543dba
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion packages/create-analog/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-analog",
"version": "0.2.16",
"version": "0.2.18",
"type": "module",
"license": "MIT",
"author": "Brandon Roberts",
Expand Down
6 changes: 3 additions & 3 deletions packages/create-analog/template-angular-v15/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"prefix": "app",
"architect": {
"build": {
"builder": "@nx/vite:build",
"builder": "@nrwl/vite:build",
"options": {
"configFile": "vite.config.ts",
"outputPath": "dist/client"
Expand All @@ -27,7 +27,7 @@
}
},
"serve": {
"builder": "@nx/vite:dev-server",
"builder": "@nrwl/vite:dev-server",
"defaultConfiguration": "development",
"options": {
"buildTarget": "my-app:build",
Expand All @@ -44,7 +44,7 @@
}
},
"test": {
"builder": "@nx/vite:test"
"builder": "@nrwl/vite:test"
}
}
}
Expand Down
7 changes: 3 additions & 4 deletions packages/create-analog/template-angular-v15/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@angular/platform-browser-dynamic": "^15.0.0",
"@angular/platform-server": "^15.0.0",
"@angular/router": "^15.0.0",
"@nx/angular": "16.0.1",
"@nrwl/angular": "^15.0.0",
"front-matter": "^4.0.2",
"marked": "^4.2.12",
"prismjs": "^1.29.0",
Expand All @@ -34,12 +34,11 @@
"zone.js": "~0.11.8"
},
"devDependencies": {
"@analogjs/platform": "0.1.0-beta.22",
"@analogjs/vite-plugin-angular": "0.2.0-alpha.29",
"@analogjs/platform": "0.1.0-beta.23",
"@angular-devkit/build-angular": "^15.0.0",
"@angular/cli": "~15.0.0",
"@angular/compiler-cli": "^15.0.0",
"@nx/vite": "16.0.1",
"@nrwl/vite": "^15.0.0",
"nx": "^15.7.0",
"jsdom": "^20.0.0",
"typescript": "~4.8.4",
Expand Down

0 comments on commit e543dba

Please sign in to comment.