Skip to content
This repository has been archived by the owner on Jun 12, 2023. It is now read-only.

fix(deps): update dependency @types/node to v12.20.52 #173

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@testing-library/react": "9.5.0",
"@testing-library/user-event": "7.2.1",
"@types/jest": "24.9.1",
"@types/node": "12.20.50",
"@types/node": "12.20.52",
"@types/react": "16.14.26",
"@types/react-dom": "16.9.15",
"react": "16.14.0",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5120,10 +5120,10 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:12.20.50":
version: 12.20.50
resolution: "@types/node@npm:12.20.50"
checksum: 96d47d12bcca1d16c7e9bfec351d702265697558c4e7595c7e0aec0bd66d4d3e1af36481b518624db941ae66c1b3ac73ec3c1add5d52a4aa8eb997fa0937c568
"@types/node@npm:12.20.52":
version: 12.20.52
resolution: "@types/node@npm:12.20.52"
checksum: 4e48eaddb274a5456d32d39fe532ced94c84ceea361651414fb3c2bdc280e4b13d5320d53d0f095ca56d96a957ce276dce2051ae4d0b8765583b3fff5a7497fc
languageName: node
linkType: hard

Expand Down Expand Up @@ -11290,7 +11290,7 @@ __metadata:
"@testing-library/react": 9.5.0
"@testing-library/user-event": 7.2.1
"@types/jest": 24.9.1
"@types/node": 12.20.50
"@types/node": 12.20.52
"@types/react": 16.14.26
"@types/react-dom": 16.9.15
eslint-config-react-app: ^6.0.0
Expand Down