Skip to content

Commit d6bf654

Browse files
committed
Add dep on @types/hoist-non-react-statics
1 parent 794df67 commit d6bf654

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@
5252
},
5353
"dependencies": {
5454
"@babel/runtime": "^7.12.1",
55+
"@types/hoist-non-react-statics": "^3.3.1",
5556
"@types/use-sync-external-store": "^0.0.0",
5657
"hoist-non-react-statics": "^3.3.2",
5758
"loose-envify": "^1.4.0",

yarn.lock

+2-1
Original file line numberDiff line numberDiff line change
@@ -2424,7 +2424,7 @@ __metadata:
24242424
languageName: node
24252425
linkType: hard
24262426

2427-
"@types/hoist-non-react-statics@npm:^3.3.0":
2427+
"@types/hoist-non-react-statics@npm:^3.3.0, @types/hoist-non-react-statics@npm:^3.3.1":
24282428
version: 3.3.1
24292429
resolution: "@types/hoist-non-react-statics@npm:3.3.1"
24302430
dependencies:
@@ -9020,6 +9020,7 @@ __metadata:
90209020
"@testing-library/react-hooks": ^3.4.2
90219021
"@testing-library/react-native": ^7.1.0
90229022
"@types/create-react-class": ^15.6.3
9023+
"@types/hoist-non-react-statics": ^3.3.1
90239024
"@types/object-assign": ^4.0.30
90249025
"@types/react": 17.0.19
90259026
"@types/react-dom": ^17.0.9

0 commit comments

Comments
 (0)