Skip to content

Commit

Permalink
feat(stark-build): update Angular from 13.0.0 to 14.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mhenkens committed Feb 19, 2024
1 parent 5a4b14c commit 4cd9c6a
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions packages/stark-build/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
},
"types": "typings/index.d.ts",
"dependencies": {
"@angular-builders/custom-webpack": "^13.1.0",
"@angular-devkit/build-angular": "^13.3.11",
"@angular-builders/custom-webpack": "^14.1.0",
"@angular-devkit/build-angular": "^14.2.13",
"@types/webpack": "^5.28.0",
"eslint-webpack-plugin": "^2.7.0",
"moment-locales-webpack-plugin": "^1.2.0",
Expand All @@ -31,11 +31,11 @@
"webpack-bundle-analyzer": "^4.4.2"
},
"peerDependencies": {
"@angular/cli": "^13.3.11",
"@angular/compiler": "^13.4.0",
"@angular/compiler-cli": "^13.4.0",
"@angular/platform-browser": "^13.4.0",
"@angular/platform-browser-dynamic": "^13.4.0"
"@angular/cli": "^14.2.13",
"@angular/compiler": "^14.3.0",
"@angular/compiler-cli": "^14.3.0",
"@angular/platform-browser": "^14.3.0",
"@angular/platform-browser-dynamic": "^14.3.0"
},
"scripts": {
"clean": "npx rimraf dist",
Expand Down

0 comments on commit 4cd9c6a

Please sign in to comment.