Skip to content

Commit

Permalink
maintenance: add @types/node-fetch
Browse files Browse the repository at this point in the history
  • Loading branch information
yannbf committed Mar 11, 2024
1 parent 2808a0a commit 36cc553
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -87,6 +87,7 @@
"@storybook/test": "^8.0.0",
"@types/jest": "^29.0.0",
"@types/node": "^16.4.1",
"@types/node-fetch": "^2.6.11",
"@vitejs/plugin-react": "^4.0.3",
"auto": "^11.0.1",
"babel-jest": "^29.0.0",
Expand Down
11 changes: 11 additions & 0 deletions yarn.lock
Expand Up @@ -3774,6 +3774,7 @@ __metadata:
"@swc/jest": ^0.2.23
"@types/jest": ^29.0.0
"@types/node": ^16.4.1
"@types/node-fetch": ^2.6.11
"@vitejs/plugin-react": ^4.0.3
auto: ^11.0.1
babel-jest: ^29.0.0
Expand Down Expand Up @@ -4385,6 +4386,16 @@ __metadata:
languageName: node
linkType: hard

"@types/node-fetch@npm:^2.6.11":
version: 2.6.11
resolution: "@types/node-fetch@npm:2.6.11"
dependencies:
"@types/node": "*"
form-data: ^4.0.0
checksum: 180e4d44c432839bdf8a25251ef8c47d51e37355ddd78c64695225de8bc5dc2b50b7bb855956d471c026bb84bd7295688a0960085e7158cbbba803053492568b
languageName: node
linkType: hard

"@types/node@npm:*":
version: 20.9.0
resolution: "@types/node@npm:20.9.0"
Expand Down

0 comments on commit 36cc553

Please sign in to comment.