Skip to content

Commit

Permalink
chore(deps): update dependency node to v22
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 3, 2024
1 parent 74444eb commit 7de2cb2
Show file tree
Hide file tree
Showing 13 changed files with 38 additions and 35 deletions.
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20
22
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.3.14",
"@swc/core": "^1.6.5",
"@types/node": "^20.14.9",
"@types/node": "^22.8.7",
"lerna": "^8.1.5",
"rimraf": "^5.0.7",
"typescript": "^5.5.4"
Expand Down
2 changes: 1 addition & 1 deletion packages/constants/.node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20
22
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": "^20.14.9",
"@types/node": "^22.8.7",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"eslint": "^8.57.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 @@
20
22
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": "^20.14.9",
"@types/node": "^22.8.7",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"eslint": "^8.57.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 @@
20
22
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": "^20.14.9",
"@types/node": "^22.8.7",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"eslint": "^8.57.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/schema/.node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20
22
2 changes: 1 addition & 1 deletion packages/schema/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": "^20.14.9",
"@types/node": "^22.8.7",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"drizzle-kit": "^0.22.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/utilities/.node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20
22
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.5",
"@types/node": "^20.14.9",
"@types/node": "^22.8.7",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"amqplib": "^0.10.4",
Expand Down
49 changes: 26 additions & 23 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 7de2cb2

Please sign in to comment.