Skip to content

Commit

Permalink
chore(deps): update dependency node to v20.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 23, 2024
1 parent 219acc8 commit 7b7ca57
Show file tree
Hide file tree
Showing 16 changed files with 415 additions and 957 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.13.1
20.15.0
2 changes: 1 addition & 1 deletion apps/main/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"license": "",
"devDependencies": {
"@tsconfig/node20": "~20.1.4",
"@types/node": "~20.12.2",
"@types/node": "~20.14.0",
"rimraf": "~5.0.5",
"typescript": "~5.4.3",
"vitest": "~1.4.0",
Expand Down
2 changes: 1 addition & 1 deletion tools/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"license": "",
"devDependencies": {
"@tsconfig/node20": "~20.1.4",
"@types/node": "~20.12.2",
"@types/node": "~20.14.0",
"rimraf": "~5.0.5",
"typescript": "~5.4.3",
"vitest": "~1.4.0",
Expand Down
2 changes: 1 addition & 1 deletion tools/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"license": "",
"devDependencies": {
"@tsconfig/node20": "~20.1.4",
"@types/node": "~20.12.2",
"@types/node": "~20.14.0",
"rimraf": "~5.0.5",
"typescript": "~5.4.3",
"vitest": "~1.4.0",
Expand Down
2 changes: 1 addition & 1 deletion tools/database/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"license": "",
"devDependencies": {
"@tsconfig/node20": "~20.1.4",
"@types/node": "~20.12.2",
"@types/node": "~20.14.0",
"rimraf": "~5.0.5",
"typescript": "~5.4.3",
"vitest": "~1.4.0",
Expand Down
2 changes: 1 addition & 1 deletion tools/gateway/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"license": "",
"devDependencies": {
"@tsconfig/node20": "~20.1.4",
"@types/node": "~20.12.2",
"@types/node": "~20.14.0",
"rimraf": "~5.0.5",
"typescript": "~5.4.3",
"vitest": "~1.4.0",
Expand Down
2 changes: 1 addition & 1 deletion tools/lobby/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"license": "",
"devDependencies": {
"@tsconfig/node20": "~20.1.4",
"@types/node": "~20.12.2",
"@types/node": "~20.14.0",
"rimraf": "~5.0.5",
"typescript": "~5.4.3",
"vitest": "~1.4.0",
Expand Down
2 changes: 1 addition & 1 deletion tools/login/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"license": "",
"devDependencies": {
"@tsconfig/node20": "~20.1.4",
"@types/node": "~20.12.2",
"@types/node": "~20.14.0",
"rimraf": "~5.0.5",
"typescript": "~5.4.3",
"vitest": "~1.4.0",
Expand Down
2 changes: 1 addition & 1 deletion tools/nps/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"license": "",
"devDependencies": {
"@tsconfig/node20": "~20.1.4",
"@types/node": "~20.12.2",
"@types/node": "~20.14.0",
"rimraf": "~5.0.5",
"typescript": "~5.4.3",
"vitest": "~1.4.0",
Expand Down
2 changes: 1 addition & 1 deletion tools/patch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"license": "",
"devDependencies": {
"@tsconfig/node20": "~20.1.4",
"@types/node": "~20.12.2",
"@types/node": "~20.14.0",
"rimraf": "~5.0.5",
"typescript": "~5.4.3",
"vitest": "~1.4.0",
Expand Down
2 changes: 1 addition & 1 deletion tools/persona/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"license": "",
"devDependencies": {
"@tsconfig/node20": "~20.1.4",
"@types/node": "~20.12.2",
"@types/node": "~20.14.0",
"rimraf": "~5.0.5",
"typescript": "~5.4.3",
"vitest": "~1.4.0",
Expand Down
2 changes: 1 addition & 1 deletion tools/shard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"license": "",
"devDependencies": {
"@tsconfig/node20": "~20.1.4",
"@types/node": "~20.12.2",
"@types/node": "~20.14.0",
"rimraf": "~5.0.5",
"typescript": "~5.4.3",
"vitest": "~1.4.0",
Expand Down
2 changes: 1 addition & 1 deletion tools/shared-packets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"license": "",
"devDependencies": {
"@tsconfig/node20": "~20.1.4",
"@types/node": "~20.12.2",
"@types/node": "~20.14.0",
"rimraf": "~5.0.5",
"typescript": "~5.4.3",
"vitest": "~1.4.0",
Expand Down
Loading

0 comments on commit 7b7ca57

Please sign in to comment.