Skip to content

Commit

Permalink
Merge pull request #514 from iov-one/feature/update-react-16.9.0
Browse files Browse the repository at this point in the history
Update react to 16.9.0
  • Loading branch information
webmaster128 authored Aug 12, 2019
2 parents c5885ca + 1683268 commit 4c27bc5
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 25 deletions.
4 changes: 0 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,5 @@
"shx": "^0.3.2",
"typescript": "~3.5",
"web-ext": "^3.0.0"
},
"resolutions": {
"react": "16.9.0-rc.0",
"react-dom": "16.9.0-rc.0"
}
}
4 changes: 2 additions & 2 deletions packages/bierzo-wallet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
"final-form": "^4.18.2",
"medulas-react-components": "^0.2.0",
"normalize.css": "^8.0.1",
"react": "16.9.0-rc.0",
"react": "^16.9.0",
"react-copy-to-clipboard": "^5.0.1",
"react-dom": "16.9.0-rc.0",
"react-dom": "^16.9.0",
"react-final-form-hooks": "^2.0.1",
"react-redux": "^7.1.0",
"react-router": "^5.0.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/medulas-react-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"@material-ui/styles": "^4.3.0",
"@sentry/browser": "^5.5.0",
"add": "^2.0.6",
"react": "16.9.0-rc.0",
"react-dom": "16.9.0-rc.0",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"react-final-form-hooks": "^2.0.1"
}
}
4 changes: 2 additions & 2 deletions packages/sanes-chrome-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@
"medulas-react-components": "^0.2.0",
"memdown": "^4.0.0",
"random-js": "^2.0.0-rc5",
"react": "16.9.0-rc.0",
"react-dom": "16.9.0-rc.0",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"react-final-form-hooks": "^2.0.1",
"react-redux": "^7.1.0",
"react-router": "^5.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/sil-voting-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"@material-ui/styles": "^4.3.0",
"medulas-react-components": "^0.2.0",
"normalize.css": "^8.0.1",
"react": "16.9.0-rc.0",
"react-dom": "16.9.0-rc.0",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"react-redux": "^7.1.0",
"react-router-dom": "5.0.0",
"redux": "^4.0.1"
Expand Down
26 changes: 13 additions & 13 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14854,15 +14854,15 @@ react-docgen@^4.1.0:
node-dir "^0.1.10"
recast "^0.17.3"

react-dom@16.9.0-rc.0, react-dom@^16.8.3:
version "16.9.0-rc.0"
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-16.9.0-rc.0.tgz#63827dacb8148175f64e6ea69ac07d114d8899b1"
integrity sha512-71d0ZHwAhTxr7JBqk3xrhaHnd5zs/P62RTKNswtylCWKfqV75Tm/eZtq7riaZN+1mwnfMf2HyVx8ht7+GtMBQg==
react-dom@^16.8.3, react-dom@^16.9.0:
version "16.9.0"
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-16.9.0.tgz#5e65527a5e26f22ae3701131bcccaee9fb0d3962"
integrity sha512-YFT2rxO9hM70ewk9jq0y6sQk8cL02xm4+IzYBz75CQGlClQQ1Bxq0nhHF6OtSbit+AIahujJgb/CPRibFkMNJQ==
dependencies:
loose-envify "^1.1.0"
object-assign "^4.1.1"
prop-types "^15.6.2"
scheduler "^0.15.0-rc.0"
scheduler "^0.15.0"

react-draggable@^3.1.1:
version "3.3.0"
Expand Down Expand Up @@ -15136,10 +15136,10 @@ react-transition-group@^4.0.0:
loose-envify "^1.4.0"
prop-types "^15.6.2"

react@16.9.0-rc.0, react@^16.8.3:
version "16.9.0-rc.0"
resolved "https://registry.yarnpkg.com/react/-/react-16.9.0-rc.0.tgz#fd5c4273383a0dd2b71d1d4e6ad464a392602be2"
integrity sha512-9J4dBd/6RITXvFY4eN4nyyqxsvO7UvGB8JFOn4wAQ1Y1sW8HL/xJ2nihRXGoIk53ewjaWZ0TfTczjPwIyqzTmA==
react@^16.8.3, react@^16.9.0:
version "16.9.0"
resolved "https://registry.yarnpkg.com/react/-/react-16.9.0.tgz#40ba2f9af13bc1a38d75dbf2f4359a5185c4f7aa"
integrity sha512-+7LQnFBwkiw+BobzOF6N//BdoNw0ouwmSJTEm9cglOOmsg/TMiFHZLe2sEoN5M7LgJTj9oHH0gxklfnQe66S1w==
dependencies:
loose-envify "^1.1.0"
object-assign "^4.1.1"
Expand Down Expand Up @@ -15996,10 +15996,10 @@ scheduler@^0.13.6:
loose-envify "^1.1.0"
object-assign "^4.1.1"

scheduler@^0.15.0-rc.0:
version "0.15.0-rc.0"
resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.15.0-rc.0.tgz#e8da3aec91c7487c749b14dc400b32739b2b6f06"
integrity sha512-oaQa2FK+JyR0OhsDQd5ZpfEWmthBZ9eka1TjHQpfqMa5M7FfhlAJaKXAqNqdr+eyQ4smJEX3+PCnLuBcSGY0Tw==
scheduler@^0.15.0:
version "0.15.0"
resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.15.0.tgz#6bfcf80ff850b280fed4aeecc6513bc0b4f17f8e"
integrity sha512-xAefmSfN6jqAa7Kuq7LIJY0bwAPG3xlCj0HMEBQk1lxYiDKZscY2xJ5U/61ZTrYbmNQbXa+gc7czPkVo11tnCg==
dependencies:
loose-envify "^1.1.0"
object-assign "^4.1.1"
Expand Down

0 comments on commit 4c27bc5

Please sign in to comment.