Skip to content

Commit

Permalink
feat(stark-build): update dependencies after angular 15 update
Browse files Browse the repository at this point in the history
Sync dependencies with root `package.json`.

Update following dependencies:
- `@angular-builders/custom-webpack` : `^15.0.0`
- `webpack-bundle-analyzer` : `^4.10.1`
  • Loading branch information
mhenkens committed May 8, 2024
1 parent afbf819 commit 9d025e1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"npm": ">=10.1.0"
},
"devDependencies": {
"@angular-builders/custom-webpack": "^14.1.0",
"@angular-builders/custom-webpack": "^15.0.0",
"@angular-devkit/build-angular": "^15.2.10",
"@angular/animations": "^15.2.10",
"@angular/cdk": "^15.2.9",
Expand Down Expand Up @@ -109,7 +109,7 @@
"tslib": "^2.3.0",
"typescript": "~4.9.5",
"uuid": "^9.0.1",
"webpack-bundle-analyzer": "^4.4.2",
"webpack-bundle-analyzer": "^4.10.1",
"zone.js": "~0.11.5"
},
"scripts": {
Expand Down
20 changes: 10 additions & 10 deletions packages/stark-build/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,28 +14,28 @@
"url": "https://github.com/NationalBankBelgium/stark.git"
},
"engines": {
"node": ">=14.20.0",
"npm": ">=8.19.1"
"node": ">=18.17.1",
"npm": ">=10.1.0"
},
"types": "typings/index.d.ts",
"dependencies": {
"@angular-builders/custom-webpack": "^14.1.0",
"@angular-devkit/build-angular": "^14.2.13",
"@angular-builders/custom-webpack": "^15.0.0",
"@angular-devkit/build-angular": "^15.2.10",
"@types/webpack": "^5.28.0",
"eslint-webpack-plugin": "^4.0.1",
"moment-locales-webpack-plugin": "^1.2.0",
"prettier": "~3.1.1",
"stylelint": "^13.11.0",
"stylelint-config-prettier": "^8.0.2",
"stylelint-webpack-plugin": "~2.1.0",
"webpack-bundle-analyzer": "^4.4.2"
"webpack-bundle-analyzer": "^4.10.1"
},
"peerDependencies": {
"@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"
"@angular/cli": "^15.2.11",
"@angular/compiler": "^15.2.10",
"@angular/compiler-cli": "^15.2.10",
"@angular/platform-browser": "^15.2.10",
"@angular/platform-browser-dynamic": "^15.2.10"
},
"scripts": {
"clean": "npx rimraf dist",
Expand Down

0 comments on commit 9d025e1

Please sign in to comment.