[Resolved] Error has no exported member ReactReduxContextValue (#110).

This commit is contained in:
Qolzam
2019-03-25 20:41:35 +07:00
parent c128b9d599
commit e95284521f
3 changed files with 6849 additions and 18679 deletions

15092
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -32,7 +32,7 @@
"aws-sdk": "^2.370.0", "aws-sdk": "^2.370.0",
"axios": "^0.18.0", "axios": "^0.18.0",
"classnames": "^2.2.6", "classnames": "^2.2.6",
"connected-react-router": "^6.0.0-beta.1", "connected-react-router": "6.3.2",
"copy-to-clipboard": "^3.0.8", "copy-to-clipboard": "^3.0.8",
"crypto-js": "^3.1.9-1", "crypto-js": "^3.1.9-1",
"faker": "^4.1.0", "faker": "^4.1.0",
@@ -50,11 +50,11 @@
"npm-run-all": "^4.1.5", "npm-run-all": "^4.1.5",
"prop-types": "^15.6.2", "prop-types": "^15.6.2",
"ramda": "^0.26.1", "ramda": "^0.26.1",
"react": "^16.6.3", "react": "16.8.5",
"react-addons-test-utils": "^15.6.2", "react-addons-test-utils": "^15.6.2",
"react-avatar-editor": "^11.0.4", "react-avatar-editor": "^11.0.4",
"react-day-picker": "^7.2.4", "react-day-picker": "^7.2.4",
"react-dom": "^16.6.3", "react-dom": "16.8.5",
"react-event-listener": "^0.6.4", "react-event-listener": "^0.6.4",
"react-helmet": "^5.2.0", "react-helmet": "^5.2.0",
"react-infinite-scroller": "^1.2.2", "react-infinite-scroller": "^1.2.2",
@@ -62,15 +62,15 @@
"react-loadable": "^5.5.0", "react-loadable": "^5.5.0",
"react-localize-redux": "git+https://git@github.com/Qolzam/react-localize-redux.git", "react-localize-redux": "git+https://git@github.com/Qolzam/react-localize-redux.git",
"react-parallax": "^2.0.1", "react-parallax": "^2.0.1",
"react-redux": "6.0.0", "react-redux": "6.0.1",
"react-router": "^4.3.1", "react-router": "5.0.0",
"react-router-dom": "^4.3.1", "react-router-dom": "5.0.0",
"react-share": "2.4.0", "react-share": "2.4.0",
"react-string-replace": "^0.4.1", "react-string-replace": "^0.4.1",
"react-tap-event-plugin": "^3.0.3", "react-tap-event-plugin": "^3.0.3",
"redux": "^4.0.1", "redux": "4.0.1",
"redux-actions": "^2.6.4", "redux-actions": "^2.6.4",
"redux-immutable": "^4.0.0", "redux-immutable": "4.0.0",
"redux-saga": "^0.16.2", "redux-saga": "^0.16.2",
"redux-thunk": "^2.3.0", "redux-thunk": "^2.3.0",
"reflect-metadata": "^0.1.12", "reflect-metadata": "^0.1.12",
@@ -86,12 +86,11 @@
"@types/node": "^10.12.12", "@types/node": "^10.12.12",
"@types/prop-types": "^15.5.6", "@types/prop-types": "^15.5.6",
"@types/react": "^16.7.13", "@types/react": "^16.7.13",
"@types/react-dom": "^16.0.11", "@types/react-dom": "16.8.3",
"@types/react-event-listener": "^0.4.7", "@types/react-event-listener": "^0.4.7",
"@types/react-infinite-scroller": "^1.2.0", "@types/react-infinite-scroller": "^1.2.0",
"@types/react-redux": "^6.0.10", "@types/react-redux": "7.0.5",
"@types/react-router-dom": "^4.3.1", "@types/react-router-dom": "4.3.1",
"@types/react-router-redux": "^5.0.16",
"@types/react-tap-event-plugin": "0.0.30", "@types/react-tap-event-plugin": "0.0.30",
"@types/redux-logger": "^3.0.6", "@types/redux-logger": "^3.0.6",
"@types/uuid": "^3.4.4", "@types/uuid": "^3.4.4",

10413
yarn.lock

File diff suppressed because it is too large Load Diff