Skip to content

Commit

Permalink
chore(stark-all): update engines for nodejs and npm
Browse files Browse the repository at this point in the history
  • Loading branch information
ageorges-nbb committed Mar 22, 2021
1 parent 0e49f77 commit 2bc701e
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"url": "https://github.com/nationalbankbelgium/stark.git"
},
"engines": {
"node": ">=8.9.4",
"npm": ">=5.6.0"
"node": ">=10.16.0",
"npm": ">=6.9.2"
},
"devDependencies": {
"@angular/animations": "^8.2.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/stark-build/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"url": "https://github.com/NationalBankBelgium/stark.git"
},
"engines": {
"node": ">=8.9.4",
"npm": ">=5.6.0"
"node": ">=10.16.0",
"npm": ">=6.9.2"
},
"types": "typings/index.d.ts",
"dependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/stark-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"url": "https://github.com/NationalBankBelgium/stark.git"
},
"engines": {
"node": ">=8.9.4",
"npm": ">=5.6.0"
"node": ">=10.16.0",
"npm": ">=6.9.2"
},
"dependencies": {
"@angularclass/hmr": "^3.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/stark-rbac/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"url": "https://github.com/NationalBankBelgium/stark.git"
},
"engines": {
"node": ">=8.9.4",
"npm": ">=5.6.0"
"node": ">=10.16.0",
"npm": ">=6.9.2"
},
"dependencies": {
"@types/lodash-es": "^4.17.1"
Expand Down
4 changes: 2 additions & 2 deletions packages/stark-testing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"url": "https://github.com/NationalBankBelgium/stark.git"
},
"engines": {
"node": ">=8.9.4",
"npm": ">=5.6.0"
"node": ">=10.16.0",
"npm": ">=6.9.2"
},
"dependencies": {
"@types/jasmine": "~3.6.4",
Expand Down
4 changes: 2 additions & 2 deletions packages/stark-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"url": "https://github.com/NationalBankBelgium/stark.git"
},
"engines": {
"node": ">=8.9.4",
"npm": ">=5.6.0"
"node": ">=10.16.0",
"npm": ">=6.9.2"
},
"dependencies": {
"@angular/material-moment-adapter": "^7.0.0",
Expand Down
4 changes: 2 additions & 2 deletions showcase/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"url": "https://github.com/nationalbankbelgium/stark.git"
},
"engines": {
"node": ">=8.9.4",
"npm": ">=5.6.0"
"node": ">=10.16.0",
"npm": ">=6.9.2"
},
"scripts": {
"build:aot:prod": "npm run clean:dist && npm run clean:aot && npm run ng -- build --prod",
Expand Down
4 changes: 2 additions & 2 deletions starter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"url": "https://github.com/nationalbankbelgium/stark.git"
},
"engines": {
"node": ">=8.9.4",
"npm": ">=5.6.0"
"node": ">=10.16.0",
"npm": ">=6.9.2"
},
"scripts": {
"build:aot:prod": "npm run clean:dist && npm run clean:aot && npm run ng -- build --prod",
Expand Down

0 comments on commit 2bc701e

Please sign in to comment.