Skip to content

Commit

Permalink
chore: update @types/node
Browse files Browse the repository at this point in the history
  • Loading branch information
sosukesuzuki committed Oct 2, 2022
1 parent c1cb018 commit 782f58d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -69,7 +69,7 @@
"@types/lodash": "^4.14.182",
"@types/marked": "^4.0.3",
"@types/ncp": "^2.0.5",
"@types/node": "^17.0.31",
"@types/node": "^18.7.23",
"@types/prettier": "^2.6.0",
"@types/rimraf": "^3.0.2",
"@types/semver": "^7.3.9",
Expand Down Expand Up @@ -109,7 +109,7 @@
},
"resolutions": {
"typescript": "~4.9.1-beta",
"@types/node": "^17.0.31",
"@types/node": "^18.7.23",
"//": "Pin jest to v29 across the repo",
"@jest/create-cache-key-function": "^29",
"@jest/reporters": "^29",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -4099,10 +4099,10 @@
dependencies:
"@types/node" "*"

"@types/node@*", "@types/node@12.20.24", "@types/node@^14.14.31", "@types/node@^17.0.31", "@types/node@^17.0.5":
version "17.0.31"
resolved "https://registry.yarnpkg.com/@types/node/-/node-17.0.31.tgz#a5bb84ecfa27eec5e1c802c6bbf8139bdb163a5d"
integrity sha512-AR0x5HbXGqkEx9CadRH3EBYx/VkiUgZIhP4wvPn/+5KIsgpNoyFaRlVe0Zlx9gRtg8fA06a9tskE2MSN7TcG4Q==
"@types/node@*", "@types/node@12.20.24", "@types/node@^14.14.31", "@types/node@^17.0.5", "@types/node@^18.7.23":
version "18.7.23"
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.7.23.tgz#75c580983846181ebe5f4abc40fe9dfb2d65665f"
integrity sha512-DWNcCHolDq0ZKGizjx2DZjR/PqsYwAcYUJmfMWqtVU2MBMG5Mo+xFZrhGId5r/O5HOuMPyQEcM6KUBp5lBZZBg==

"@types/normalize-package-data@^2.4.0":
version "2.4.1"
Expand Down

0 comments on commit 782f58d

Please sign in to comment.