Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency @types/node to v16 #967

Merged
merged 1 commit into from Oct 26, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -96,7 +96,7 @@
"@semantic-release/git": "^10.0.0",
"@types/dedent": "^0.7.0",
"@types/jest": "^27.0.0",
"@types/node": "^14.0.0",
"@types/node": "^16.0.0",
"@types/prettier": "^2.0.0",
"@typescript-eslint/eslint-plugin": "^5.0.0",
"@typescript-eslint/parser": "^5.0.0",
Expand Down
17 changes: 5 additions & 12 deletions yarn.lock
Expand Up @@ -2448,17 +2448,10 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:*":
version: 16.11.1
resolution: "@types/node@npm:16.11.1"
checksum: 22cea470b89292810733b8b9fc1b6a1873bc3ed4d4cdf2f25e777dc607994bd7c12e64166d1a66dd5924734192b0a891b6aeb6813aa935f731345f4086234375
languageName: node
linkType: hard

"@types/node@npm:^14.0.0":
version: 14.17.27
resolution: "@types/node@npm:14.17.27"
checksum: 4f7eeaa329f4b2b9ff4bb0bb4582ad92e328a4e66f62d5b96ac4e3b51210ed092bb56726c30643beb860f6df633a29e08ed94adad2d573c85b4794d0bf0bbc06
"@types/node@npm:*, @types/node@npm:^16.0.0":
version: 16.11.6
resolution: "@types/node@npm:16.11.6"
checksum: 6e19634766ff589d3d2f361c2196b671f8f133cdadc5ad347a621c360d8994b6c4fbccfb2ad9c60c588c593831a96497c9c6b77d2b7e91be723384b94f6368e7
languageName: node
linkType: hard

Expand Down Expand Up @@ -4392,7 +4385,7 @@ __metadata:
"@semantic-release/git": ^10.0.0
"@types/dedent": ^0.7.0
"@types/jest": ^27.0.0
"@types/node": ^14.0.0
"@types/node": ^16.0.0
"@types/prettier": ^2.0.0
"@typescript-eslint/eslint-plugin": ^5.0.0
"@typescript-eslint/experimental-utils": ^5.0.0
Expand Down