Skip to content

Commit

Permalink
Update node
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 25, 2024
1 parent 59961ae commit 469c1c9
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion tichu-clients/.nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.16.0
16.20.2
2 changes: 1 addition & 1 deletion tichu-clients/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "tichu-clients-root",
"private": true,
"engines": {
"node": "16.16.0",
"node": "16.20.2",
"npm": "8.14.0"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions tichu-clients/packages/tichu-client-ts-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@
"author": "",
"license": "",
"engines": {
"node": "16.16.0",
"node": "16.20.2",
"npm": "8.14.0"
},
"devDependencies": {
"@ava/typescript": "3.0.1",
"@liftr/tscov": "2.0.0",
"@types/node": "16.11.68",
"@types/node": "16.18.115",
"@types/ws": "8.5.4",
"ava": "4.3.3",
"typedoc": "0.23.26",
Expand Down
4 changes: 2 additions & 2 deletions tichu-clients/packages/tichu-term-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@
"author": "",
"license": "",
"engines": {
"node": "16.16.0",
"node": "16.20.2",
"npm": "8.14.0"
},
"devDependencies": {
"@ava/typescript": "3.0.1",
"@liftr/tscov": "2.0.0",
"@types/inquirer": "9.0.3",
"@types/node": "16.11.68",
"@types/node": "16.18.115",
"@types/ws": "8.5.4",
"ava": "4.3.3",
"typedoc": "0.23.26",
Expand Down
4 changes: 2 additions & 2 deletions tichu-clients/packages/tichu-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"@testing-library/react": "12.1.5",
"@testing-library/user-event": "14.4.3",
"@types/jest": "28.1.8",
"@types/node": "16.11.68",
"@types/node": "16.18.115",
"@types/react": "17.0.53",
"@types/react-dom": "17.0.19",
"notistack": "2.0.8",
Expand Down Expand Up @@ -64,7 +64,7 @@
"author": "",
"license": "",
"engines": {
"node": "16.16.0",
"node": "16.20.2",
"npm": "8.14.0"
},
"devDependencies": {
Expand Down

0 comments on commit 469c1c9

Please sign in to comment.