Skip to content

Commit

Permalink
fix(create-analog): add legacy dependencies to older templates (#1153)
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonroberts authored Jun 11, 2024
1 parent 4d2161c commit 71ba755
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"test": {
"dependsOn": ["^build"],
"cache": true
"cache": false
},
"e2e": {
"dependsOn": ["^build"],
Expand Down
1 change: 1 addition & 0 deletions packages/create-analog/template-angular-v16/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
"@angular-devkit/build-angular": "^16.2.0",
"@angular/cli": "^16.2.0",
"@angular/compiler-cli": "^16.2.0",
"@ngtools/webpack": "^16.2.0",
"@nx/vite": "~18.0.0",
"nx": "~18.0.0",
"jsdom": "^22.1.0",
Expand Down
2 changes: 2 additions & 0 deletions packages/create-analog/template-angular-v17/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,10 @@
"devDependencies": {
"@analogjs/platform": "^1.5.0-beta.12",
"@analogjs/vite-plugin-angular": "^1.5.0-beta.12",
"@angular-devkit/build-angular": "^17.2.0",
"@angular/cli": "^17.2.0",
"@angular/compiler-cli": "^17.2.0",
"@ngtools/webpack": "^17.2.0",
"@nx/vite": "~18.0.0",
"nx": "~18.0.0",
"jsdom": "^22.1.0",
Expand Down

0 comments on commit 71ba755

Please sign in to comment.