Skip to content

Commit

Permalink
chore(deps): update node.js to v18
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 20, 2022
1 parent 59a1c00 commit 252c451
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 12 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@project/root",
"version": "1.0.0",
"engines": {
"node": "16.x",
"node": "18.x",
"yarn": "3.x"
},
"main": "index.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/admin-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.1.0",
"private": true,
"engines": {
"node": "16.x",
"node": "18.x",
"yarn": "3.x"
},
"dependencies": {
Expand All @@ -23,7 +23,7 @@
"@testing-library/react": "^13.2.0",
"@testing-library/user-event": "^14.2.0",
"@types/jest": "^27.5.1",
"@types/node": "^17.0.34",
"@types/node": "^18.11.9",
"@types/react": "^18.0.9",
"@types/react-dom": "^18.0.4",
"@typescript-eslint/eslint-plugin": "^5.24.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "1.0.0",
"description": "API",
"engines": {
"node": "16.x",
"node": "18.x",
"yarn": "3.x"
},
"scripts": {
Expand Down Expand Up @@ -33,7 +33,7 @@
},
"devDependencies": {
"@types/jest": "^27.5.1",
"@types/node": "^17.0.34",
"@types/node": "^18.11.9",
"@types/validator": "^13.7.2",
"@typescript-eslint/eslint-plugin": "^5.24.0",
"@typescript-eslint/parser": "^5.24.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "1.0.0",
"description": "Shared types",
"engines": {
"node": "16.x",
"node": "18.x",
"yarn": "3.x"
},
"main": "./build",
Expand Down
4 changes: 2 additions & 2 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.1.0",
"private": true,
"engines": {
"node": "16.x",
"node": "18.x",
"yarn": "3.x"
},
"dependencies": {
Expand All @@ -25,7 +25,7 @@
"@testing-library/react": "^13.2.0",
"@testing-library/user-event": "^14.2.0",
"@types/jest": "^27.5.1",
"@types/node": "^17.0.34",
"@types/node": "^18.11.9",
"@types/react": "^18.0.9",
"@types/react-dom": "^18.0.4",
"@typescript-eslint/eslint-plugin": "^5.24.0",
Expand Down
15 changes: 11 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1327,7 +1327,7 @@ __metadata:
"@testing-library/react": ^13.2.0
"@testing-library/user-event": ^14.2.0
"@types/jest": ^27.5.1
"@types/node": ^17.0.34
"@types/node": ^18.11.9
"@types/react": ^18.0.9
"@types/react-dom": ^18.0.4
"@typescript-eslint/eslint-plugin": ^5.24.0
Expand Down Expand Up @@ -1374,7 +1374,7 @@ __metadata:
"@fastify/oauth2": ^5.0.0
"@project/common": "workspace:packages/common"
"@types/jest": ^27.5.1
"@types/node": ^17.0.34
"@types/node": ^18.11.9
"@types/validator": ^13.7.2
"@typescript-eslint/eslint-plugin": ^5.24.0
"@typescript-eslint/parser": ^5.24.0
Expand Down Expand Up @@ -1455,7 +1455,7 @@ __metadata:
"@testing-library/react": ^13.2.0
"@testing-library/user-event": ^14.2.0
"@types/jest": ^27.5.1
"@types/node": ^17.0.34
"@types/node": ^18.11.9
"@types/react": ^18.0.9
"@types/react-dom": ^18.0.4
"@typescript-eslint/eslint-plugin": ^5.24.0
Expand Down Expand Up @@ -1919,13 +1919,20 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:*, @types/node@npm:>=12, @types/node@npm:^17.0.34":
"@types/node@npm:*, @types/node@npm:>=12":
version: 17.0.34
resolution: "@types/node@npm:17.0.34"
checksum: eb9a640ab85b62e8f7b9db1f19b674cc4ff49b94d55085ab6c28c997dbe90356631c4df484fe686082c938bfc6fb02c9e85eb805d1415dfe6de7e31f47a09a70
languageName: node
linkType: hard

"@types/node@npm:^18.11.9":
version: 18.11.9
resolution: "@types/node@npm:18.11.9"
checksum: cc0aae109e9b7adefc32eecb838d6fad931663bb06484b5e9cbbbf74865c721b03d16fd8d74ad90e31dbe093d956a7c2c306ba5429ba0c00f3f7505103d7a496
languageName: node
linkType: hard

"@types/normalize-package-data@npm:^2.4.0":
version: 2.4.1
resolution: "@types/normalize-package-data@npm:2.4.1"
Expand Down

0 comments on commit 252c451

Please sign in to comment.