Skip to content

Commit

Permalink
Update dependency react-redux to v7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Apr 12, 2019
1 parent f210ac3 commit e9aa4bf
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 13 deletions.
2 changes: 1 addition & 1 deletion packages/iiif-redux-cookbook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"iiif-redux": "1.0.0",
"react": "16.8.6",
"react-dom": "16.8.6",
"react-redux": "6.0.1",
"react-redux": "7.0.2",
"redux": "4.0.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/iiif-redux-demos/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"iiif-redux": "1.0.0",
"react": "16.8.6",
"react-dom": "16.8.6",
"react-redux": "6.0.1",
"react-redux": "7.0.2",
"react-router-dom": "4.4.0-beta.8",
"reselect": "4.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/iiif-redux-tabs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"nwb-sass": "0.9.0",
"react": "16.8.6",
"react-dom": "16.8.6",
"react-redux": "6.0.1",
"react-redux": "7.0.2",
"react-router-dom": "4.4.0-beta.8",
"react-sortable-hoc": "1.8.3",
"reselect": "4.0.0"
Expand Down
27 changes: 17 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -99,11 +99,12 @@
dependencies:
regenerator-runtime "^0.12.0"

"@babel/runtime@^7.3.1":
version "7.3.1"
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.3.1.tgz#574b03e8e8a9898eaf4a872a92ea20b7846f6f2a"
"@babel/runtime@^7.4.3":
version "7.4.3"
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.4.3.tgz#79888e452034223ad9609187a0ad1fe0d2ad4bdc"
integrity sha512-9lsJwJLxDh/T3Q3SZszfWOTkk3pHbkmH+3KY+zwIDmsNlxsumuhS2TH3NIpktU4kNvfzy+k3eLT7aTJSPTo0OA==
dependencies:
regenerator-runtime "^0.12.0"
regenerator-runtime "^0.13.2"

"@babel/template@^7.0.0":
version "7.0.0"
Expand Down Expand Up @@ -11641,7 +11642,7 @@ react-is@^16.7.0:
version "16.7.0"
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.7.0.tgz#c1bd21c64f1f1364c6f70695ec02d69392f41bfa"

react-is@^16.8.1, react-is@^16.8.2:
react-is@^16.8.1:
version "16.8.2"
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.8.2.tgz#09891d324cad1cb0c1f2d91f70a71a4bee34df0f"

Expand Down Expand Up @@ -11681,16 +11682,17 @@ react-proxy@^1.1.7:
lodash "^4.6.1"
react-deep-force-update "^1.0.0"

[email protected]:
version "6.0.1"
resolved "https://registry.yarnpkg.com/react-redux/-/react-redux-6.0.1.tgz#0d423e2c1cb10ada87293d47e7de7c329623ba4d"
[email protected]:
version "7.0.2"
resolved "https://registry.yarnpkg.com/react-redux/-/react-redux-7.0.2.tgz#34b280a3482aaf60e7d4a504b1295165cbe6b86a"
integrity sha512-uKRuMgQt8dWbcz0U75oFK5tDo3boyAKrqvf/j94vpqRFFZfyDDy4kofUgloFIGyuKTq2Zz51zgK9RzOTFXk5ew==
dependencies:
"@babel/runtime" "^7.3.1"
"@babel/runtime" "^7.4.3"
hoist-non-react-statics "^3.3.0"
invariant "^2.2.4"
loose-envify "^1.4.0"
prop-types "^15.7.2"
react-is "^16.8.2"
react-is "^16.8.6"

[email protected]:
version "4.4.0-beta.8"
Expand Down Expand Up @@ -12034,6 +12036,11 @@ regenerator-runtime@^0.12.0:
version "0.12.1"
resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.12.1.tgz#fa1a71544764c036f8c49b13a08b2594c9f8a0de"

regenerator-runtime@^0.13.2:
version "0.13.2"
resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.13.2.tgz#32e59c9a6fb9b1a4aff09b4930ca2d4477343447"
integrity sha512-S/TQAZJO+D3m9xeN1WTI8dLKBBiRgXBlTJvbWjCThHWZj9EvHK70Ff50/tYj2J/fvBY6JtFVwRuazHN2E7M9BA==

regenerator-transform@^0.10.0:
version "0.10.1"
resolved "https://registry.yarnpkg.com/regenerator-transform/-/regenerator-transform-0.10.1.tgz#1e4996837231da8b7f3cf4114d71b5691a0680dd"
Expand Down

0 comments on commit e9aa4bf

Please sign in to comment.