Skip to content

Commit

Permalink
chore(deps): update node.js to 18.x
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 10, 2023
1 parent 9dace98 commit 115cbec
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 8 deletions.
2 changes: 1 addition & 1 deletion packages/admin-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
"@types/jest": "^29.5.0",
"@types/node": "^18.15.10",
"@types/node": "^18.16.17",
"@types/react": "^18.0.29",
"@types/react-dom": "^18.0.11",
"@vitejs/plugin-react-swc": "^3.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@swc/core": "^1.3.42",
"@swc/jest": "^0.2.24",
"@types/jest": "^29.5.0",
"@types/node": "^18.15.10",
"@types/node": "^18.16.17",
"@types/validator": "^13.7.14",
"dotenv": "^16.0.3",
"env-cmd": "^10.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "UNLICENSED",
"main": "./node.js",
"engines": {
"node": "18.x.x",
"node": "18.x",
"yarn": "3.x.x"
},
"description": "Eslint Typescript Config",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
"@types/jest": "^29.5.0",
"@types/node": "^18.15.10",
"@types/node": "^18.16.17",
"@types/react": "^18.0.29",
"@types/react-dom": "^18.0.11",
"@vitejs/plugin-react-swc": "^3.2.0",
Expand Down
15 changes: 11 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1607,7 +1607,7 @@ __metadata:
"@testing-library/react": ^14.0.0
"@testing-library/user-event": ^14.4.3
"@types/jest": ^29.5.0
"@types/node": ^18.15.10
"@types/node": ^18.16.17
"@types/react": ^18.0.29
"@types/react-dom": ^18.0.11
"@vitejs/plugin-react-swc": ^3.2.0
Expand Down Expand Up @@ -1641,7 +1641,7 @@ __metadata:
"@swc/core": ^1.3.42
"@swc/jest": ^0.2.24
"@types/jest": ^29.5.0
"@types/node": ^18.15.10
"@types/node": ^18.16.17
"@types/validator": ^13.7.14
axios: ^1.3.4
dotenv: ^16.0.3
Expand Down Expand Up @@ -1719,7 +1719,7 @@ __metadata:
"@testing-library/react": ^14.0.0
"@testing-library/user-event": ^14.4.3
"@types/jest": ^29.5.0
"@types/node": ^18.15.10
"@types/node": ^18.16.17
"@types/react": ^18.0.29
"@types/react-dom": ^18.0.11
"@vitejs/plugin-react-swc": ^3.2.0
Expand Down Expand Up @@ -2220,13 +2220,20 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:*, @types/node@npm:^18.15.10":
"@types/node@npm:*":
version: 18.15.10
resolution: "@types/node@npm:18.15.10"
checksum: 9aeae0b683eda82892def5315812bdee3f1a28c4898b7e70f8e2514564538b16c4dccbe8339c1266f8fc1d707a48f152689264a854f5ebc2eba5011e793612d9
languageName: node
linkType: hard

"@types/node@npm:^18.16.17":
version: 18.16.17
resolution: "@types/node@npm:18.16.17"
checksum: 2f7e3a552d525ef4b7a2620ef5ef59b3fdfb1d8ab20627b537e090732b35c2bd103944933d347a319cc7d478b3866b0d1bc3d629ee5899ca663a4547ca078cee
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 115cbec

Please sign in to comment.