Skip to content

Commit c6473bb

Browse files
committed
Fixes for proptypes related errors
1 parent c129918 commit c6473bb

File tree

3 files changed

+2
-8
lines changed

3 files changed

+2
-8
lines changed

config/typescript/prop-types.d.ts

-5
This file was deleted.

package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -185,8 +185,7 @@
185185
"@shopify/react-compose": "^1.0.0",
186186
"@shopify/react-utilities": "^2.0.4",
187187
"@shopify/useful-types": "^1.2.4",
188-
"@types/prop-types": "^15.7.1",
189-
"@types/react": "^16.4.7",
188+
"@types/react": "16.4.7",
190189
"@types/react-dom": "^16.0.6",
191190
"@types/react-transition-group": "^2.0.7",
192191
"hoist-non-react-statics": "^2.5.0",

yarn.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -2200,7 +2200,7 @@
22002200
resolved "https://registry.yarnpkg.com/@types/node/-/node-8.10.17.tgz#d48cf10f0dc6dcf59f827f5a3fc7a4a6004318d3"
22012201
integrity sha512-3N3FRd/rA1v5glXjb90YdYUa+sOB7WrkU2rAhKZnF4TKD86Cym9swtulGuH0p9nxo7fP5woRNa8b0oFTpCO1bg==
22022202

2203-
"@types/prop-types@*", "@types/prop-types@^15.7.1":
2203+
"@types/prop-types@*":
22042204
version "15.7.1"
22052205
resolved "https://registry.yarnpkg.com/@types/prop-types/-/prop-types-15.7.1.tgz#f1a11e7babb0c3cad68100be381d1e064c68f1f6"
22062206
integrity sha512-CFzn9idOEpHrgdw8JsoTkaDDyRWk1jrzIV8djzcgpq0y9tG4B4lFT+Nxh52DVpDXV+n4+NPNv7M1Dj5uMp6XFg==

0 commit comments

Comments
 (0)