Skip to content

Commit

Permalink
Update node to v18
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 2, 2022
1 parent 91d6a70 commit a5040b7
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
18.12.0
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": "18.12.0",
"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": "18.12.0",
"npm": "8.14.0"
},
"devDependencies": {
"@ava/typescript": "3.0.1",
"@liftr/tscov": "2.0.0",
"@types/node": "16.11.68",
"@types/node": "18.11.8",
"@types/ws": "8.5.3",
"ava": "4.3.3",
"typedoc": "0.23.19",
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": "18.12.0",
"npm": "8.14.0"
},
"devDependencies": {
"@ava/typescript": "3.0.1",
"@liftr/tscov": "2.0.0",
"@types/inquirer": "9.0.2",
"@types/node": "16.11.68",
"@types/node": "18.11.8",
"@types/ws": "8.5.3",
"ava": "4.3.3",
"typedoc": "0.23.19",
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": "18.11.8",
"@types/react": "17.0.52",
"@types/react-dom": "17.0.18",
"notistack": "2.0.8",
Expand Down Expand Up @@ -64,7 +64,7 @@
"author": "",
"license": "",
"engines": {
"node": "16.16.0",
"node": "18.12.0",
"npm": "8.14.0"
},
"devDependencies": {
Expand Down

0 comments on commit a5040b7

Please sign in to comment.