Skip to content

Commit

Permalink
Update dependency @types/node to v18
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 26, 2023
1 parent 44f8224 commit 8a0e429
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@material-ui/icons": "4.11.3",
"@material-ui/styles": "4.11.5",
"@types/jwt-decode": "3.1.0",
"@types/node": "16.11.36",
"@types/node": "18.16.1",
"@types/react": "17.0.45",
"@types/uuid": "8.3.4",
"apollo-link-ws": "1.0.20",
Expand Down
2 changes: 1 addition & 1 deletion e2e_tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"dependencies": {
"@istanbuljs/nyc-config-typescript": "1.0.2",
"@types/jest": "27.5.1",
"@types/node": "16.11.36",
"@types/node": "18.16.1",
"jest": "27.5.1",
"jest-playwright-preset": "1.7.2",
"nyc": "15.1.0",
Expand Down
2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"@types/jest": "27.5.1",
"@types/knex": "0.16.1",
"@types/passport-jwt": "3.0.6",
"@types/node": "16.11.36",
"@types/node": "18.16.1",
"@types/supertest": "2.0.12",
"eslint": "8.16.0",
"@typescript-eslint/eslint-plugin": "5.20.0",
Expand Down

0 comments on commit 8a0e429

Please sign in to comment.