Skip to content

Commit

Permalink
chore(deps): update dependency node to v20
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 7, 2023
1 parent 5174f90 commit 9b63618
Show file tree
Hide file tree
Showing 11 changed files with 32 additions and 26 deletions.
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18
20
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@hazmi35/eslint-config": "^11.0.0",
"@swc/cli": "^0.1.62",
"@swc/core": "^1.3.87",
"@types/node": "^18.17.18",
"@types/node": "^20.9.0",
"lerna": "^7.3.0",
"rimraf": "^5.0.1",
"typescript": "^5.2.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/constants/.node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18
20
2 changes: 1 addition & 1 deletion packages/constants/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"author": "KagChi",
"license": "GPL-3.0",
"devDependencies": {
"@types/node": "^18.17.18",
"@types/node": "^20.9.0",
"@typescript-eslint/eslint-plugin": "^6.10.0",
"@typescript-eslint/parser": "^6.10.0",
"eslint": "^8.53.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/decorators/.node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18
20
2 changes: 1 addition & 1 deletion packages/decorators/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"author": "KagChi",
"license": "GPL-3.0",
"devDependencies": {
"@types/node": "^18.17.18",
"@types/node": "^20.9.0",
"@typescript-eslint/eslint-plugin": "^6.10.0",
"@typescript-eslint/parser": "^6.10.0",
"eslint": "^8.53.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/prisma/.node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18
20
2 changes: 1 addition & 1 deletion packages/prisma/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"author": "KagChi",
"license": "GPL-3.0",
"devDependencies": {
"@types/node": "^18.17.18",
"@types/node": "^20.9.0",
"@typescript-eslint/eslint-plugin": "^6.10.0",
"@typescript-eslint/parser": "^6.10.0",
"eslint": "^8.53.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/utilities/.node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18
20
2 changes: 1 addition & 1 deletion packages/utilities/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"license": "GPL-3.0",
"devDependencies": {
"@types/amqplib": "^0.10.1",
"@types/node": "^18.17.18",
"@types/node": "^20.9.0",
"@typescript-eslint/eslint-plugin": "^6.10.0",
"@typescript-eslint/parser": "^6.10.0",
"amqplib": "^0.10.3",
Expand Down
38 changes: 22 additions & 16 deletions pnpm-lock.yaml

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

0 comments on commit 9b63618

Please sign in to comment.