Skip to content

Commit 078e87b

Browse files
authored
Merge pull request #59 from ahmnouira/renovate/node-16.x
fix(deps): update dependency @types/node to v16
2 parents 836d334 + 08b8c8c commit 078e87b

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
@@ -1832,10 +1832,10 @@
18321832
resolved "https://registry.yarnpkg.com/@types/node/-/node-17.0.14.tgz#33b9b94f789a8fedd30a68efdbca4dbb06b61f20"
18331833
integrity sha512-SbjLmERksKOGzWzPNuW7fJM7fk3YXVTFiZWB/Hs99gwhk+/dnrQRPBQjPW9aO+fi1tAffi9PrwFvsmOKmDTyng==
18341834

1835-
"@types/node@12.20.43":
1836-
version "12.20.43"
1837-
resolved "https://registry.yarnpkg.com/@types/node/-/node-12.20.43.tgz#6cf47894da4a4748c62fccf720ba269e1b1ff5a4"
1838-
integrity sha512-HCfJdaYqJX3BCzeihgZrD7b85Cu05OC/GVJ4kEYIflwUs4jbnUlLLWoq7hw1LBcdvUyehO+gr6P5JQ895/2ZfA==
1835+
"@types/node@16.11.26":
1836+
version "16.11.26"
1837+
resolved "https://registry.yarnpkg.com/@types/node/-/node-16.11.26.tgz#63d204d136c9916fb4dcd1b50f9740fe86884e47"
1838+
integrity sha512-GZ7bu5A6+4DtG7q9GsoHXy3ALcgeIHP4NnL0Vv2wu0uUB/yQex26v0tf6/na1mm0+bS9Uw+0DFex7aaKr2qawQ==
18391839

18401840
"@types/parse-json@^4.0.0":
18411841
version "4.0.0"

0 commit comments

Comments
 (0)