Upgrade react to 16.8

This commit is contained in:
Fred Carlsen
2019-06-28 17:12:29 +02:00
committed by fabioberger
parent 1ebe9d2bba
commit 4e8ddafa64
3 changed files with 729 additions and 42 deletions

View File

@@ -58,8 +58,8 @@
"ethereum-types": "^2.1.4", "ethereum-types": "^2.1.4",
"lodash": "^4.17.11", "lodash": "^4.17.11",
"polished": "^1.9.2", "polished": "^1.9.2",
"react": "^16.5.2", "react": "^16.8.0",
"react-dom": "^16.5.2", "react-dom": "^16.8.4",
"react-redux": "^5.0.7", "react-redux": "^5.0.7",
"redux": "^4.0.0", "redux": "^4.0.0",
"redux-devtools-extension": "^2.13.5", "redux-devtools-extension": "^2.13.5",
@@ -75,9 +75,9 @@
"@types/jest": "^23.3.5", "@types/jest": "^23.3.5",
"@types/lodash": "4.14.104", "@types/lodash": "4.14.104",
"@types/node": "*", "@types/node": "*",
"@types/react": "16.4.16", "@types/react": "16.8.22",
"@types/react-dom": "16.0.6", "@types/react-dom": "16.8.4",
"@types/react-redux": "^6.0.9", "@types/react-redux": "^7.1.1",
"@types/redux": "^3.6.0", "@types/redux": "^3.6.0",
"@types/styled-components": "4.0.1", "@types/styled-components": "4.0.1",
"awesome-typescript-loader": "^5.2.1", "awesome-typescript-loader": "^5.2.1",

View File

@@ -32,6 +32,8 @@
"@0x/utils": "^4.5.0", "@0x/utils": "^4.5.0",
"@0x/web3-wrapper": "^6.0.11", "@0x/web3-wrapper": "^6.0.11",
"@reach/dialog": "^0.1.2", "@reach/dialog": "^0.1.2",
"@babel/preset-env": "^7.4.5",
"@babel/preset-react": "^7.0.0",
"@reach/tabs": "^0.1.6", "@reach/tabs": "^0.1.6",
"@types/algoliasearch": "^3.30.12", "@types/algoliasearch": "^3.30.12",
"@types/body-scroll-lock": "^2.6.0", "@types/body-scroll-lock": "^2.6.0",
@@ -41,6 +43,8 @@
"@types/styled-components": "4.1.1", "@types/styled-components": "4.1.1",
"accounting": "^0.4.1", "accounting": "^0.4.1",
"algoliasearch": "^3.33.0", "algoliasearch": "^3.33.0",
"babel-plugin-syntax-object-rest-spread": "^6.13.0",
"babel-preset-react": "^6.24.1",
"basscss": "^8.0.3", "basscss": "^8.0.3",
"blockies": "^0.0.2", "blockies": "^0.0.2",
"body-scroll-lock": "^2.6.1", "body-scroll-lock": "^2.6.1",
@@ -62,11 +66,11 @@
"polished": "^1.9.2", "polished": "^1.9.2",
"query-string": "^6.0.0", "query-string": "^6.0.0",
"rc-slider": "^8.6.3", "rc-slider": "^8.6.3",
"react": "^16.5.2", "react": "^16.8.0",
"react-autocomplete": "^1.8.1", "react-autocomplete": "^1.8.1",
"react-autosuggest": "^9.4.3", "react-autosuggest": "^9.4.3",
"react-copy-to-clipboard": "^5.0.0", "react-copy-to-clipboard": "^5.0.0",
"react-dom": "^16.5.2", "react-dom": "^16.8.4",
"react-flickity-component": "^3.1.0", "react-flickity-component": "^3.1.0",
"react-headroom": "2.2.2", "react-headroom": "2.2.2",
"react-helmet": "^5.2.0", "react-helmet": "^5.2.0",
@@ -78,13 +82,14 @@
"react-popper": "^1.0.0-beta.6", "react-popper": "^1.0.0-beta.6",
"react-redux": "^5.0.3", "react-redux": "^5.0.3",
"react-responsive": "^6.0.1", "react-responsive": "^6.0.1",
"react-router-dom": "^4.3.1", "react-router-dom": "^5.0.1",
"react-scroll": "https://github.com/0xProject/react-scroll.git#d2afc2729dc09980e4113d8c38a1b012ba180d81", "react-scroll": "https://github.com/0xProject/react-scroll.git#d2afc2729dc09980e4113d8c38a1b012ba180d81",
"react-scrollable-anchor": "^0.6.1", "react-scrollable-anchor": "^0.6.1",
"react-syntax-highlighter": "^10.1.1", "react-syntax-highlighter": "^10.1.1",
"react-tooltip": "^3.2.7", "react-tooltip": "^3.2.7",
"react-transition-group": "^4.2.1", "react-transition-group": "^4.2.1",
"react-typist": "^2.0.4", "react-typist": "^2.0.4",
"react-tabs": "^3.0.0",
"redux": "^3.6.0", "redux": "^3.6.0",
"redux-devtools-extension": "^2.13.2", "redux-devtools-extension": "^2.13.2",
"rollbar": "^2.4.7", "rollbar": "^2.4.7",

750
yarn.lock

File diff suppressed because it is too large Load Diff