Fix react type versions to avoid minor version bumps with breaking changes
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
"@types/lodash": "4.14.104",
|
||||
"@types/material-ui": "0.18.0",
|
||||
"@types/node": "^8.0.53",
|
||||
"@types/react": "^16.0.34",
|
||||
"@types/react": "16.0.41",
|
||||
"@types/react-dom": "^16.0.3",
|
||||
"@types/react-tap-event-plugin": "0.0.30",
|
||||
"awesome-typescript-loader": "^3.1.3",
|
||||
|
||||
@@ -36,7 +36,7 @@
|
||||
"@types/lodash": "4.14.104",
|
||||
"@types/material-ui": "0.18.0",
|
||||
"@types/node": "^8.0.53",
|
||||
"@types/react": "^16.0.34",
|
||||
"@types/react": "16.0.41",
|
||||
"@types/react-dom": "^16.0.3",
|
||||
"@types/react-scroll": "0.0.31",
|
||||
"basscss": "^8.0.3",
|
||||
|
||||
@@ -34,7 +34,7 @@
|
||||
"@types/lodash": "4.14.104",
|
||||
"@types/material-ui": "0.18.0",
|
||||
"@types/node": "^8.0.53",
|
||||
"@types/react": "^16.0.34",
|
||||
"@types/react": "16.0.41",
|
||||
"@types/react-dom": "^16.0.3",
|
||||
"@types/react-scroll": "0.0.31",
|
||||
"basscss": "^8.0.3",
|
||||
|
||||
@@ -60,7 +60,7 @@
|
||||
"@types/material-ui": "0.18.0",
|
||||
"@types/node": "^8.0.53",
|
||||
"@types/query-string": "^5.1.0",
|
||||
"@types/react": "^16.0.34",
|
||||
"@types/react": "16.0.41",
|
||||
"@types/react-copy-to-clipboard": "^4.2.0",
|
||||
"@types/react-dom": "^16.0.3",
|
||||
"@types/react-redux": "^4.4.37",
|
||||
|
||||
@@ -330,7 +330,7 @@
|
||||
version "0.0.30"
|
||||
resolved "https://registry.yarnpkg.com/@types/react-tap-event-plugin/-/react-tap-event-plugin-0.0.30.tgz#123f35080412f489b6770c5a65c159ff96654cb5"
|
||||
|
||||
"@types/react@*", "@types/react@^16.0.34":
|
||||
"@types/react@*", "@types/react@16.0.41":
|
||||
version "16.0.41"
|
||||
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.0.41.tgz#72146737f4d439dc95a53315de4bfb43ac8542ca"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user