Skip to content

Commit

Permalink
chore(deps): update dependency @types/node to v18
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 8, 2022
1 parent 53059e1 commit 1bc9dbf
Show file tree
Hide file tree
Showing 5 changed files with 50 additions and 45 deletions.
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
},
"devDependencies": {
"@next/bundle-analyzer": "12.1.6",
"@types/node": "17.0.23",
"@types/node": "18.11.9",
"@types/react": "18.0.9",
"@types/react-datepicker": "4.4.1",
"@types/react-dom": "18.0.3",
Expand Down
8 changes: 4 additions & 4 deletions client/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@types/jest": "27.5.0",
"@types/jsonwebtoken": "8.5.8",
"@types/marked": "4.0.3",
"@types/node": "17.0.21",
"@types/node": "18.11.9",
"@types/node-fetch": "2.6.1",
"@types/react-dom": "17.0.16",
"@types/supertest": "2.0.12",
Expand Down
76 changes: 38 additions & 38 deletions server/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 6 additions & 1 deletion server/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -833,11 +833,16 @@
"@types/node" "*"
form-data "^3.0.0"

"@types/node@*", "@types/[email protected]":
"@types/node@*":
version "17.0.21"
resolved "https://registry.yarnpkg.com/@types/node/-/node-17.0.21.tgz#864b987c0c68d07b4345845c3e63b75edd143644"
integrity sha512-DBZCJbhII3r90XbQxI8Y9IjjiiOGlZ0Hr32omXIZvwwZ7p4DMMXGrKXVyPfuoBOri9XNtL0UK69jYIBIsRX3QQ==

"@types/[email protected]":
version "18.11.9"
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.11.9.tgz#02d013de7058cea16d36168ef2fc653464cfbad4"
integrity sha512-CRpX21/kGdzjOpFsZSkcrXMGIBWMGNIHXXBVFSH+ggkftxg+XYP20TESbh+zFvFj3EQOl5byk0HTRn1IL6hbqg==

"@types/prettier@^2.1.5":
version "2.4.4"
resolved "https://registry.yarnpkg.com/@types/prettier/-/prettier-2.4.4.tgz#5d9b63132df54d8909fce1c3f8ca260fdd693e17"
Expand Down

0 comments on commit 1bc9dbf

Please sign in to comment.