packages,plugins: fix incorrect type dependencies

This commit is contained in:
Patrik Oldsberg
2020-06-01 12:27:29 +02:00
parent 25a4d6ed6b
commit c6abe12e45
8 changed files with 29 additions and 16 deletions
+1 -1
View File
@@ -4417,7 +4417,7 @@
dependencies:
"@types/react" "*"
"@types/react@*", "@types/react@^16.8.19":
"@types/react@*", "@types/react@^16.8.19", "@types/react@^16.9":
version "16.9.25"
resolved "https://registry.npmjs.org/@types/react/-/react-16.9.25.tgz#6ae2159b40138c792058a23c3c04fd3db49e929e"
integrity sha512-Dlj2V72cfYLPNscIG3/SMUOzhzj7GK3bpSrfefwt2YT9GLynvLCCZjbhyF6VsT0q0+aRACRX03TDJGb7cA0cqg==