Skip to content

Commit

Permalink
feat(@nguniversal/common): officially support Node.js v16
Browse files Browse the repository at this point in the history
  • Loading branch information
alan-agius4 committed Oct 6, 2021
1 parent e2b34a5 commit 838e478
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion modules/aspnetcore-engine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"universal"
],
"engines": {
"node": ">=12.13.0"
"node": "^12.20.0 || ^14.15.0 || ^16.10.0"
},
"dependencies": {
"domino": "^2.1.6",
Expand Down
2 changes: 1 addition & 1 deletion modules/builders/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"homepage": "https://github.com/angular/universal#readme",
"license": "MIT",
"engines": {
"node": ">=12.13.0"
"node": "^12.20.0 || ^14.15.0 || ^16.10.0"
},
"keywords": [
"ssr",
Expand Down
2 changes: 1 addition & 1 deletion modules/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"universal"
],
"engines": {
"node": ">=12.13.0"
"node": "^12.20.0 || ^14.15.0 || ^16.10.0"
},
"dependencies": {
"critters": "0.0.10",
Expand Down
2 changes: 1 addition & 1 deletion modules/express-engine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"universal"
],
"engines": {
"node": ">=12.13.0"
"node": "^12.20.0 || ^14.15.0 || ^16.10.0"
},
"peerDependencies": {
"@angular/common": "NG_VERSION",
Expand Down
2 changes: 1 addition & 1 deletion modules/hapi-engine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"universal"
],
"engines": {
"node": ">=12.13.0"
"node": "^12.20.0 || ^14.15.0 || ^16.10.0"
},
"peerDependencies": {
"@angular/common": "NG_VERSION",
Expand Down
2 changes: 1 addition & 1 deletion modules/socket-engine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"universal"
],
"engines": {
"node": ">=12.13.0"
"node": "^12.20.0 || ^14.15.0 || ^16.10.0"
},
"dependencies": {
"tslib": "TSLIB_VERSION"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"engine-strict": true
},
"engines": {
"node": ">=12.13.0 <15.0.0",
"node": "^12.20.0 || ^14.15.0 || ^16.10.0",
"yarn": ">=1.21.1 <2",
"npm": "Please use yarn instead of NPM to install dependencies"
},
Expand Down

0 comments on commit 838e478

Please sign in to comment.