Skip to content

Commit 08b8c8c

Browse files
committed
fix(deps): update dependency @types/node to v16
1 parent 78b9ec0 commit 08b8c8c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"@testing-library/react": "11.2.7",
1010
"@testing-library/user-event": "12.8.3",
1111
"@types/jest": "^26.0.20",
12-
"@types/node": "12.20.43",
12+
"@types/node": "16.11.26",
1313
"@types/react": "16.14.23",
1414
"@types/react-dom": "17.0.11",
1515
"@types/react-router": "5.1.18",

example/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1837,10 +1837,10 @@
18371837
resolved "https://registry.yarnpkg.com/@types/node/-/node-17.0.14.tgz#33b9b94f789a8fedd30a68efdbca4dbb06b61f20"
18381838
integrity sha512-SbjLmERksKOGzWzPNuW7fJM7fk3YXVTFiZWB/Hs99gwhk+/dnrQRPBQjPW9aO+fi1tAffi9PrwFvsmOKmDTyng==
18391839

1840-
"@types/node@12.20.43":
1841-
version "12.20.43"
1842-
resolved "https://registry.yarnpkg.com/@types/node/-/node-12.20.43.tgz#6cf47894da4a4748c62fccf720ba269e1b1ff5a4"
1843-
integrity sha512-HCfJdaYqJX3BCzeihgZrD7b85Cu05OC/GVJ4kEYIflwUs4jbnUlLLWoq7hw1LBcdvUyehO+gr6P5JQ895/2ZfA==
1840+
"@types/node@16.11.26":
1841+
version "16.11.26"
1842+
resolved "https://registry.yarnpkg.com/@types/node/-/node-16.11.26.tgz#63d204d136c9916fb4dcd1b50f9740fe86884e47"
1843+
integrity sha512-GZ7bu5A6+4DtG7q9GsoHXy3ALcgeIHP4NnL0Vv2wu0uUB/yQex26v0tf6/na1mm0+bS9Uw+0DFex7aaKr2qawQ==
18441844

18451845
"@types/parse-json@^4.0.0":
18461846
version "4.0.0"

0 commit comments

Comments
 (0)