1
1
mirror of https://github.com/jxnblk/mdx-deck.git synced 2024-09-17 09:57:23 +03:00

Bump react from 16.12.0 to 17.0.2

Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react) from 16.12.0 to 17.0.2.
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/master/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v17.0.2/packages/react)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2021-05-01 14:15:39 +00:00 committed by GitHub
parent 3cfa3c81d9
commit beafa3e60c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 15 additions and 16 deletions

View File

@ -15,7 +15,7 @@
"gatsby": "*",
"gatsby-plugin-catch-links": "^2.1.2",
"gatsby-theme-mdx-deck": "^4.1.0",
"react": "^16.8.6",
"react": "^17.0.2",
"react-dom": "^16.8.6"
}
}

View File

@ -10,12 +10,12 @@
},
"peerDependencies": {
"gatsby": "^2.14.0",
"react": "^16.10.0",
"react": "^17.0.2",
"react-dom": "^16.10.0"
},
"devDependencies": {
"gatsby": "^2.14.0",
"react": "^16.10.0",
"react": "^17.0.2",
"react-dom": "^16.10.0"
},
"dependencies": {

View File

@ -10,12 +10,12 @@
},
"devDependencies": {
"gatsby": "^2.13.6",
"react": "^16.8.6",
"react": "^17.0.2",
"react-dom": "^16.8.6"
},
"peerDependencies": {
"gatsby": "^2.13.6",
"react": "^16.8.6",
"react": "^17.0.2",
"react-dom": "^16.8.6"
},
"dependencies": {

View File

@ -26,7 +26,7 @@
"gatsby-source-filesystem": "^2.1.48",
"initit": "^1.0.0-2",
"meow": "^6.0.0",
"react": "^16.8.6",
"react": "^17.0.2",
"react-dom": "^16.8.6"
},
"gitHead": "13d00b47780424cc3b52d38ad6f19e99d007c06a"

View File

@ -12,7 +12,7 @@
"dependencies": {
"gatsby": "^2.13.25",
"gatsby-theme-mdx-deck": "^4.1.0",
"react": "^16.8.6",
"react": "^17.0.2",
"react-dom": "^16.8.6"
},
"gitHead": "36497d5571f1f354261b9f72f1f67e23c07bc22e"

View File

@ -13708,15 +13708,6 @@ react-test-renderer@^16.12.0:
react-is "^16.8.6"
scheduler "^0.19.1"
react@^16.10.0, react@^16.8.6:
version "16.12.0"
resolved "https://registry.yarnpkg.com/react/-/react-16.12.0.tgz#0c0a9c6a142429e3614834d5a778e18aa78a0b83"
integrity sha512-fglqy3k5E+81pA8s+7K0/T3DBCF0ZDOher1elBFzF7O6arXJgzyu/FW+COxFvAWXJoJN9KIZbT2LXlukwphYTA==
dependencies:
loose-envify "^1.1.0"
object-assign "^4.1.1"
prop-types "^15.6.2"
react@^16.8.0:
version "16.13.1"
resolved "https://registry.yarnpkg.com/react/-/react-16.13.1.tgz#2e818822f1a9743122c063d6410d85c1e3afe48e"
@ -13726,6 +13717,14 @@ react@^16.8.0:
object-assign "^4.1.1"
prop-types "^15.6.2"
react@^17.0.2:
version "17.0.2"
resolved "https://registry.yarnpkg.com/react/-/react-17.0.2.tgz#d0b5cc516d29eb3eee383f75b62864cfb6800037"
integrity sha512-gnhPt75i/dq/z3/6q/0asP78D0u592D5L1pd7M8P+dck6Fu/jJeL6iVVK23fptSUZj8Vjf++7wXA8UNclGQcbA==
dependencies:
loose-envify "^1.1.0"
object-assign "^4.1.1"
read-chunk@^3.2.0:
version "3.2.0"
resolved "https://registry.yarnpkg.com/read-chunk/-/read-chunk-3.2.0.tgz#2984afe78ca9bfbbdb74b19387bf9e86289c16ca"