Skip to content

Commit

Permalink
chore(deps): update dependency @types/node to ^16.11.7 (#340)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot authored Nov 12, 2021
1 parent bd87dfc commit fa1b2d7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"@dg-scripts/eslint-config": "*",
"@dg-scripts/stylelint-config": "*",
"@types/jest": "^27.0.2",
"@types/node": "^16.11.6",
"@types/node": "^16.11.7",
"@types/node-fetch": "^2.5.12",
"@types/semver": "^7.3.9",
"chalk": "^4.1.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/cra-template-bod/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"@testing-library/react": "^12.1.2",
"@testing-library/user-event": "^13.5.0",
"@types/jest": "^27.0.2",
"@types/node": "^16.11.6",
"@types/node": "^16.11.7",
"@types/react": "^17.0.34",
"@types/react-dom": "^17.0.11",
"@types/react-test-renderer": "^17.0.1",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4545,10 +4545,10 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:*, @types/node@npm:^16.11.6":
version: 16.11.6
resolution: "@types/node@npm:16.11.6"
checksum: 6e19634766ff589d3d2f361c2196b671f8f133cdadc5ad347a621c360d8994b6c4fbccfb2ad9c60c588c593831a96497c9c6b77d2b7e91be723384b94f6368e7
"@types/node@npm:*, @types/node@npm:^16.11.7":
version: 16.11.7
resolution: "@types/node@npm:16.11.7"
checksum: 2706403e6efc4aa40fdce8f0b5d9884d5600c3c8610aedc7fa5e7e298d30366f7e8b7296028d52898dca3edef4c3e827b03bf20952c4780f13fa4e79864f7a86
languageName: node
linkType: hard

Expand Down Expand Up @@ -7461,7 +7461,7 @@ __metadata:
"@testing-library/react": ^12.1.2
"@testing-library/user-event": ^13.5.0
"@types/jest": ^27.0.2
"@types/node": ^16.11.6
"@types/node": ^16.11.7
"@types/react": ^17.0.34
"@types/react-dom": ^17.0.11
"@types/react-test-renderer": ^17.0.1
Expand All @@ -7482,7 +7482,7 @@ __metadata:
"@dg-scripts/eslint-config": "*"
"@dg-scripts/stylelint-config": "*"
"@types/jest": ^27.0.2
"@types/node": ^16.11.6
"@types/node": ^16.11.7
"@types/node-fetch": ^2.5.12
"@types/semver": ^7.3.9
chalk: ^4.1.2
Expand Down

0 comments on commit fa1b2d7

Please sign in to comment.