Skip to content

Commit

Permalink
[CHORE] Update dependency @types/node to v18.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 27, 2023
1 parent 64b2958 commit 1405d7d
Show file tree
Hide file tree
Showing 6 changed files with 75 additions and 75 deletions.
2 changes: 1 addition & 1 deletion pandora-client-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"@types/delaunator": "5.0.0",
"@types/jest": "29.5.5",
"@types/lodash": "4.14.199",
"@types/node": "18.17.16",
"@types/node": "18.18.0",
"@types/offscreencanvas": "2019.7.1",
"@types/postcss-flexbugs-fixes": "5.0.1",
"@types/react": "18.2.23",
Expand Down
2 changes: 1 addition & 1 deletion pandora-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"dependencies": {
"@types/async-lock": "1.4.0",
"@types/lodash": "4.14.199",
"@types/node": "18.17.16",
"@types/node": "18.18.0",
"async-lock": "1.4.0",
"immer": "10.0.2",
"lodash": "4.17.21",
Expand Down
2 changes: 1 addition & 1 deletion pandora-server-directory/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"@types/jest": "29.5.5",
"@types/json-diff": "1.0.0",
"@types/lodash": "4.14.199",
"@types/node": "18.17.16",
"@types/node": "18.18.0",
"@types/nodemailer": "6.4.11",
"@types/wtfnode": "0.7.1",
"@typescript-eslint/eslint-plugin": "6.7.3",
Expand Down
2 changes: 1 addition & 1 deletion pandora-server-shard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"@types/jest": "29.5.5",
"@types/json-diff": "1.0.0",
"@types/lodash": "4.14.199",
"@types/node": "18.17.16",
"@types/node": "18.18.0",
"@types/wtfnode": "0.7.1",
"@typescript-eslint/eslint-plugin": "6.7.3",
"@typescript-eslint/parser": "6.7.3",
Expand Down
2 changes: 1 addition & 1 deletion pandora-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"devDependencies": {
"@playwright/test": "1.38.1",
"@types/node": "18.17.16",
"@types/node": "18.18.0",
"@typescript-eslint/eslint-plugin": "6.7.3",
"@typescript-eslint/parser": "6.7.3",
"eslint": "8.49.0",
Expand Down
Loading

0 comments on commit 1405d7d

Please sign in to comment.