Dan Abramov
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with
19 additions and
17 deletions
-
content/versions.yml
-
package.json
-
src/site-constants.js
-
yarn.lock
|
|
@ -1,3 +1,5 @@ |
|
|
|
- title: '17.0.2' |
|
|
|
changelog: https://github.com/facebook/react/blob/master/CHANGELOG.md#1702-march-22-2021 |
|
|
|
- title: '17.0.1' |
|
|
|
changelog: https://github.com/facebook/react/blob/master/CHANGELOG.md#1701-october-22-2020 |
|
|
|
- title: '17.0.0' |
|
|
|
|
|
@ -47,8 +47,8 @@ |
|
|
|
"normalize.css": "^8.0.0", |
|
|
|
"prettier": "^1.7.4", |
|
|
|
"prismjs": "^1.15.0", |
|
|
|
"react": "^17.0.1", |
|
|
|
"react-dom": "^17.0.1", |
|
|
|
"react": "^17.0.2", |
|
|
|
"react-dom": "^17.0.2", |
|
|
|
"react-helmet": "^5.2.0", |
|
|
|
"react-live": "1.8.0-0", |
|
|
|
"remarkable": "^1.7.1", |
|
|
@ -58,7 +58,7 @@ |
|
|
|
"unist-util-visit": "^1.1.3" |
|
|
|
}, |
|
|
|
"engines": { |
|
|
|
"node": "12.x.x || 14.x.x", |
|
|
|
"node": "12.x.x || 14.x.x || 15.x.x", |
|
|
|
"yarn": "^1.3.2" |
|
|
|
}, |
|
|
|
"homepage": "https://reactjs.org/", |
|
|
|
|
|
@ -8,7 +8,7 @@ |
|
|
|
// NOTE: We can't just use `location.toString()` because when we are rendering
|
|
|
|
// the SSR part in node.js we won't have a proper location.
|
|
|
|
const urlRoot = 'https://reactjs.org'; |
|
|
|
const version = '17.0.1'; |
|
|
|
const version = '17.0.2'; |
|
|
|
const babelURL = 'https://unpkg.com/babel-standalone@6.26.0/babel.min.js'; |
|
|
|
|
|
|
|
export {babelURL, urlRoot, version}; |
|
|
|
|
|
@ -12448,14 +12448,14 @@ react-dev-utils@^4.2.3: |
|
|
|
strip-ansi "3.0.1" |
|
|
|
text-table "0.2.0" |
|
|
|
|
|
|
|
react-dom@^17.0.1: |
|
|
|
version "17.0.1" |
|
|
|
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-17.0.1.tgz#1de2560474ec9f0e334285662ede52dbc5426fc6" |
|
|
|
integrity sha512-6eV150oJZ9U2t9svnsspTMrWNyHc6chX0KzDeAOXftRa8bNeOKTTfCJ7KorIwenkHd2xqVTBTCZd79yk/lx/Ug== |
|
|
|
react-dom@^17.0.2: |
|
|
|
version "17.0.2" |
|
|
|
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-17.0.2.tgz#ecffb6845e3ad8dbfcdc498f0d0a939736502c23" |
|
|
|
integrity sha512-s4h96KtLDUQlsENhMn1ar8t2bEa+q/YAtj8pPPdIjPDGBDIVNsrD9aXNWqspUe6AzKCIG0C1HZZLqLV7qpOBGA== |
|
|
|
dependencies: |
|
|
|
loose-envify "^1.1.0" |
|
|
|
object-assign "^4.1.1" |
|
|
|
scheduler "^0.20.1" |
|
|
|
scheduler "^0.20.2" |
|
|
|
|
|
|
|
react-error-overlay@^3.0.0: |
|
|
|
version "3.0.0" |
|
|
@ -12601,10 +12601,10 @@ react@^16.8.0: |
|
|
|
object-assign "^4.1.1" |
|
|
|
prop-types "^15.6.2" |
|
|
|
|
|
|
|
react@^17.0.1: |
|
|
|
version "17.0.1" |
|
|
|
resolved "https://registry.yarnpkg.com/react/-/react-17.0.1.tgz#6e0600416bd57574e3f86d92edba3d9008726127" |
|
|
|
integrity sha512-lG9c9UuMHdcAexXtigOZLX8exLWkW0Ku29qPRU8uhF2R9BN96dLCt0psvzPLlHc5OWkgymP3qwTRgbnw5BKx3w== |
|
|
|
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" |
|
|
@ -13433,10 +13433,10 @@ scheduler@^0.19.1: |
|
|
|
loose-envify "^1.1.0" |
|
|
|
object-assign "^4.1.1" |
|
|
|
|
|
|
|
scheduler@^0.20.1: |
|
|
|
version "0.20.1" |
|
|
|
resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.20.1.tgz#da0b907e24026b01181ecbc75efdc7f27b5a000c" |
|
|
|
integrity sha512-LKTe+2xNJBNxu/QhHvDR14wUXHRQbVY5ZOYpOGWRzhydZUqrLb2JBvLPY7cAqFmqrWuDED0Mjk7013SZiOz6Bw== |
|
|
|
scheduler@^0.20.2: |
|
|
|
version "0.20.2" |
|
|
|
resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.20.2.tgz#4baee39436e34aa93b4874bddcbf0fe8b8b50e91" |
|
|
|
integrity sha512-2eWfGgAqqWFGqtdMmcL5zCMK1U8KlXv8SQFGglL3CEtd0aDVDWgeF/YoCmvln55m5zSk3J/20hTaSBeSObsQDQ== |
|
|
|
dependencies: |
|
|
|
loose-envify "^1.1.0" |
|
|
|
object-assign "^4.1.1" |
|
|
|