Skip to content

Commit af42c1a

Browse files
committed
fix: more @types/react to dependencies, fixes #1359
1 parent 1072303 commit af42c1a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@
5353
],
5454
"devDependencies": {
5555
"@hot-loader/react-dom": "^16.8.6",
56-
"@types/react": "^16.9.1",
5756
"babel-cli": "^6.7.5",
5857
"babel-core": "^6.26.3",
5958
"babel-eslint": "^8.2.3",
@@ -103,6 +102,7 @@
103102
"react-dom": "^15.0.0 || ^16.0.0"
104103
},
105104
"dependencies": {
105+
"@types/react": "^15.0.0 || ^16.0.0",
106106
"fast-levenshtein": "^2.0.6",
107107
"global": "^4.3.0",
108108
"hoist-non-react-statics": "^3.3.0",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -164,10 +164,10 @@
164164
resolved "https://registry.yarnpkg.com/@types/prop-types/-/prop-types-15.5.7.tgz#c6f1e0d0109ff358b132d98b7b4025c7a7b707c5"
165165
integrity sha512-a6WH0fXkgPNiGIuLjjdpf0n/GnmgWZ4vLuVIJJnDwhmRDPEaiRBcy5ofQPh+EJFua0S1QWmk1745+JqZQGnJ8Q==
166166

167-
"@types/react@^16.9.1":
168-
version "16.9.1"
169-
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.9.1.tgz#862c83b4c9d5cd116e42fd9a4f3694843cd2c051"
170-
integrity sha512-jGM2x8F7m7/r+81N/BOaUKVwbC5Cdw6ExlWEUpr77XPwVeNvAppnPEnMMLMfxRDYL8FPEX8MHjwtD2NQMJ0yyQ==
167+
"@types/react@^16.9.11":
168+
version "16.9.11"
169+
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.9.11.tgz#70e0b7ad79058a7842f25ccf2999807076ada120"
170+
integrity sha512-UBT4GZ3PokTXSWmdgC/GeCGEJXE5ofWyibCcecRLUVN2ZBpXQGVgQGtG2foS7CrTKFKlQVVswLvf7Js6XA/CVQ==
171171
dependencies:
172172
"@types/prop-types" "*"
173173
csstype "^2.2.0"

0 commit comments

Comments
 (0)