Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update node.js to v22 #177

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 15 additions & 5 deletions final/monolith/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions final/monolith/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "index.js",
"engines": {
"npm": ">=6.0.0",
"node": ">=14.0.0 <=20"
"node": "<=22"
},
"scripts": {
"start": "nodemon index.js",
Expand Down Expand Up @@ -34,7 +34,7 @@
"uuid": "^8.3.2"
},
"devDependencies": {
"@types/node": "^16.9.1",
"@types/node": "^22.0.0",
"nodemon": "^3.0.2",
"prisma": "^3.0.2",
"ts-node": "^10.2.1",
Expand Down
2 changes: 1 addition & 1 deletion final/services/accounts/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion final/services/accounts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "index.js",
"engines": {
"npm": ">=6.0.0",
"node": ">=14.0.0 <=20"
"node": "<=22"
},
"scripts": {
"start": "node index.js",
Expand Down
2 changes: 1 addition & 1 deletion final/services/bookings/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion final/services/bookings/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "",
"engines": {
"npm": ">=6.0.0",
"node": ">=14.0.0 <=20"
"node": "<=22"
},
"scripts": {
"db:init": "sequelize-cli db:migrate && sequelize-cli db:seed:all",
Expand Down
2 changes: 1 addition & 1 deletion final/services/listings/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion final/services/listings/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "index.js",
"engines": {
"npm": ">=6.0.0",
"node": ">=14.0.0 <=20"
"node": "<=22"
},
"scripts": {
"start": "nodemon .",
Expand Down
2 changes: 1 addition & 1 deletion final/services/reviews/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion final/services/reviews/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "",
"engines": {
"npm": ">=6.0.0",
"node": ">=14.0.0 <=20"
"node": "<=22"
},
"scripts": {
"db:init": "sequelize-cli db:migrate && sequelize-cli db:seed:all",
Expand Down
2 changes: 1 addition & 1 deletion final/subgraph-accounts/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion final/subgraph-accounts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "index.js",
"engines": {
"npm": ">=6.0.0",
"node": ">=14.0.0 <=20"
"node": "<=22"
},
"scripts": {
"start": "nodemon index.js"
Expand Down
2 changes: 1 addition & 1 deletion final/subgraph-template/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion final/subgraph-template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "index.js",
"engines": {
"npm": ">=6.0.0",
"node": ">=14.0.0 <=20"
"node": "<=22"
},
"scripts": {
"start": "nodemon index.js"
Expand Down
20 changes: 15 additions & 5 deletions monolith/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions monolith/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "index.js",
"engines": {
"npm": ">=6.0.0",
"node": ">=14.0.0 <=20"
"node": "<=22"
},
"scripts": {
"start": "nodemon index.js",
Expand Down Expand Up @@ -33,7 +33,7 @@
"uuid": "^8.3.2"
},
"devDependencies": {
"@types/node": "^16.9.1",
"@types/node": "^22.0.0",
"nodemon": "^3.0.2",
"prisma": "^3.0.2",
"ts-node": "^10.2.1",
Expand Down
2 changes: 1 addition & 1 deletion services/accounts/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion services/accounts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "index.js",
"engines": {
"npm": ">=6.0.0",
"node": ">=14.0.0 <=20"
"node": "<=22"
},
"scripts": {
"start": "node index.js",
Expand Down
2 changes: 1 addition & 1 deletion services/bookings/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion services/bookings/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "",
"engines": {
"npm": ">=6.0.0",
"node": ">=14.0.0 <=20"
"node": "<=22"
},
"scripts": {
"db:init": "sequelize-cli db:migrate && sequelize-cli db:seed:all",
Expand Down
2 changes: 1 addition & 1 deletion services/listings/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion services/listings/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "index.js",
"engines": {
"npm": ">=6.0.0",
"node": ">=14.0.0 <=20"
"node": "<=22"
},
"scripts": {
"start": "nodemon .",
Expand Down
2 changes: 1 addition & 1 deletion services/reviews/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion services/reviews/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "",
"engines": {
"npm": ">=6.0.0",
"node": ">=14.0.0 <=20"
"node": "<=22"
},
"scripts": {
"db:init": "sequelize-cli db:migrate && sequelize-cli db:seed:all",
Expand Down
2 changes: 1 addition & 1 deletion subgraph-template/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion subgraph-template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "index.js",
"engines": {
"npm": ">=6.0.0",
"node": ">=14.0.0 <=20"
"node": "<=22"
},
"scripts": {
"start": "nodemon index.js"
Expand Down