Skip to content

Commit 23c0c22

Browse files
committed
Add explicit @types/prop-types dep
1 parent bfa3c36 commit 23c0c22

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@
8383
"@testing-library/react": "^14.1.2",
8484
"@testing-library/react-hooks": "^8.0.1",
8585
"@types/node": "^20.11.6",
86+
"@types/prop-types": "^15.7.12",
8687
"@types/react": "18.2.25",
8788
"@typescript-eslint/eslint-plugin": "^6.17.0",
8889
"@typescript-eslint/parser": "^6.17.0",

yarn.lock

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2362,6 +2362,13 @@ __metadata:
23622362
languageName: node
23632363
linkType: hard
23642364

2365+
"@types/prop-types@npm:^15.7.12":
2366+
version: 15.7.12
2367+
resolution: "@types/prop-types@npm:15.7.12"
2368+
checksum: 10/ac16cc3d0a84431ffa5cfdf89579ad1e2269549f32ce0c769321fdd078f84db4fbe1b461ed5a1a496caf09e637c0e367d600c541435716a55b1d9713f5035dfe
2369+
languageName: node
2370+
linkType: hard
2371+
23652372
"@types/react-dom@npm:^18.0.0":
23662373
version: 18.2.18
23672374
resolution: "@types/react-dom@npm:18.2.18"
@@ -7131,6 +7138,7 @@ __metadata:
71317138
"@testing-library/react": "npm:^14.1.2"
71327139
"@testing-library/react-hooks": "npm:^8.0.1"
71337140
"@types/node": "npm:^20.11.6"
7141+
"@types/prop-types": "npm:^15.7.12"
71347142
"@types/react": "npm:18.2.25"
71357143
"@types/use-sync-external-store": "npm:^0.0.3"
71367144
"@typescript-eslint/eslint-plugin": "npm:^6.17.0"

0 commit comments

Comments
 (0)