Skip to content

Commit

Permalink
Fix error-polyfills issues (which appear on codesandbox)
Browse files Browse the repository at this point in the history
  • Loading branch information
zalmoxisus committed Jan 25, 2019
1 parent d4ef756 commit 3565183
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"react-redux": "^4.4.5",
"redux": "^3.5.2",
"redux-devtools": "^3.4.1",
"redux-devtools-instrument": "^1.9.4",
"redux-devtools-instrument": "^1.9.6",
"remotedev-app": "^0.10.13-beta",
"remotedev-monitor-components": "^0.0.5",
"remotedev-serialize": "^0.1.8",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7779,10 +7779,10 @@ redux-devtools-instrument@^1.0.1:
lodash "^4.2.0"
symbol-observable "^1.0.2"

redux-devtools-instrument@^1.9.4:
version "1.9.4"
resolved "https://registry.yarnpkg.com/redux-devtools-instrument/-/redux-devtools-instrument-1.9.4.tgz#36d2ae0f155c6a664e1393ef1203a009b3183a7e"
integrity sha512-jS/xyhepBmtsqAt+bIEusVAtgNTcYl2ac7DAfCDrTSX84C77D0DMjpCh45RntaVfa2bVpNkn9vKWUMQBzTKNRg==
redux-devtools-instrument@^1.9.6:
version "1.9.6"
resolved "https://registry.yarnpkg.com/redux-devtools-instrument/-/redux-devtools-instrument-1.9.6.tgz#6b412595f74b9d48cfd4ecc13e585b1588ed6e7e"
integrity sha512-MwvY4cLEB2tIfWWBzrUR02UM9qRG2i7daNzywRvabOSVdvAY7s9BxSwMmVRH1Y/7QWjplNtOwgT0apKhHg2Qew==
dependencies:
lodash "^4.2.0"
symbol-observable "^1.0.2"
Expand Down

0 comments on commit 3565183

Please sign in to comment.