Skip to content

Commit

Permalink
feat: update to latest Angular, Analog, Nx packages
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonroberts committed May 19, 2023
1 parent 989cfba commit 8783db8
Show file tree
Hide file tree
Showing 3 changed files with 1,497 additions and 1,891 deletions.
9 changes: 3 additions & 6 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"prefix": "app",
"architect": {
"build": {
"builder": "@nrwl/vite:build",
"builder": "@nx/vite:build",
"options": {
"configFile": "vite.config.ts",
"outputPath": "dist/client"
Expand All @@ -27,7 +27,7 @@
}
},
"serve": {
"builder": "@nrwl/vite:dev-server",
"builder": "@nx/vite:dev-server",
"defaultConfiguration": "development",
"options": {
"buildTarget": "my-app:build",
Expand All @@ -44,10 +44,7 @@
}
},
"test": {
"builder": "@nrwl/vite:test",
"options": {
"config": "vite.config.ts"
}
"builder": "@nx/vite:test"
}
}
}
Expand Down
35 changes: 18 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,18 @@
"test": "ng test"
},
"dependencies": {
"@analogjs/content": "latest",
"@analogjs/router": "latest",
"@angular/animations": "^16.0.0-rc.0",
"@angular/common": "^16.0.0-rc.0",
"@angular/compiler": "^16.0.0-rc.0",
"@angular/core": "^16.0.0-rc.0",
"@angular/forms": "^16.0.0-rc.0",
"@angular/platform-browser": "^16.0.0-rc.0",
"@angular/platform-browser-dynamic": "^16.0.0-rc.0",
"@angular/platform-server": "^16.0.0-rc.0",
"@angular/router": "^16.0.0-rc.0",
"@nrwl/angular": "~15.4.0",
"@analogjs/content": "0.2.0-beta.10",
"@analogjs/router": "0.2.0-beta.10",
"@angular/animations": "^16.0.2",
"@angular/common": "^16.0.2",
"@angular/compiler": "^16.0.2",
"@angular/core": "^16.0.2",
"@angular/forms": "^16.0.2",
"@angular/platform-browser": "^16.0.2",
"@angular/platform-browser-dynamic": "^16.0.2",
"@angular/platform-server": "^16.0.2",
"@angular/router": "^16.0.2",
"@nx/angular": "^16.0.0",
"date-fns": "^2.29.3",
"front-matter": "^4.0.2",
"marked": "^4.2.5",
Expand All @@ -37,11 +37,12 @@
"zone.js": "~0.13.0"
},
"devDependencies": {
"@analogjs/platform": "latest",
"@angular-devkit/build-angular": "^16.0.0-rc.0",
"@angular/cli": "^16.0.0-rc.0",
"@angular/compiler-cli": "^16.0.0-rc.0",
"@nrwl/vite": "^15.4.0",
"@analogjs/platform": "0.2.0-beta.10",
"@angular-devkit/build-angular": "^16.0.2",
"@angular/cli": "^16.0.2",
"@angular/compiler-cli": "^16.0.2",
"@ngtools/webpack": "^16.0.0",
"@nx/vite": "^16.0.0",
"autoprefixer": "^10.4.13",
"install": "^0.13.0",
"jsdom": "^20.0.0",
Expand Down

0 comments on commit 8783db8

Please sign in to comment.