Skip to content

Commit

Permalink
fix(create-analog): add @nrwl/angular package to support Nx 15.4.x (#204
Browse files Browse the repository at this point in the history
)
  • Loading branch information
brandonroberts committed Jan 11, 2023
1 parent ca94428 commit 33d729f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/create-analog/template-angular-v15/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"@angular/platform-browser-dynamic": "^15.0.0",
"@angular/platform-server": "^15.0.0",
"@angular/router": "^15.0.0",
"@nrwl/angular": "~15.4.0",
"rxjs": "~7.5.6",
"tslib": "^2.4.0",
"zone.js": "~0.11.8"
Expand All @@ -33,7 +34,7 @@
"@angular-devkit/build-angular": "^15.0.0",
"@angular/cli": "~15.0.0",
"@angular/compiler-cli": "^15.0.0",
"@nrwl/vite": "~15.3.0",
"@nrwl/vite": "~15.4.0",
"jsdom": "^20.0.0",
"typescript": "~4.8.4",
"vite": "^4.0.3",
Expand Down

0 comments on commit 33d729f

Please sign in to comment.