Skip to content

Commit f5784cb

Browse files
authored
Use React 17.0.2 (#3590)
1 parent df2fbde commit f5784cb

File tree

4 files changed

+19
-17
lines changed

4 files changed

+19
-17
lines changed

content/versions.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
- title: '17.0.2'
2+
changelog: https://github.com/facebook/react/blob/master/CHANGELOG.md#1702-march-22-2021
13
- title: '17.0.1'
24
changelog: https://github.com/facebook/react/blob/master/CHANGELOG.md#1701-october-22-2020
35
- title: '17.0.0'

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@
4747
"normalize.css": "^8.0.0",
4848
"prettier": "^1.7.4",
4949
"prismjs": "^1.15.0",
50-
"react": "^17.0.1",
51-
"react-dom": "^17.0.1",
50+
"react": "^17.0.2",
51+
"react-dom": "^17.0.2",
5252
"react-helmet": "^5.2.0",
5353
"react-live": "1.8.0-0",
5454
"remarkable": "^1.7.1",
@@ -58,7 +58,7 @@
5858
"unist-util-visit": "^1.1.3"
5959
},
6060
"engines": {
61-
"node": "12.x.x || 14.x.x",
61+
"node": "12.x.x || 14.x.x || 15.x.x",
6262
"yarn": "^1.3.2"
6363
},
6464
"homepage": "https://reactjs.org/",

src/site-constants.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
// NOTE: We can't just use `location.toString()` because when we are rendering
99
// the SSR part in node.js we won't have a proper location.
1010
const urlRoot = 'https://reactjs.org';
11-
const version = '17.0.1';
11+
const version = '17.0.2';
1212
const babelURL = 'https://unpkg.com/[email protected]/babel.min.js';
1313

1414
export {babelURL, urlRoot, version};

yarn.lock

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -12448,14 +12448,14 @@ react-dev-utils@^4.2.3:
1244812448
strip-ansi "3.0.1"
1244912449
text-table "0.2.0"
1245012450

12451-
react-dom@^17.0.1:
12452-
version "17.0.1"
12453-
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-17.0.1.tgz#1de2560474ec9f0e334285662ede52dbc5426fc6"
12454-
integrity sha512-6eV150oJZ9U2t9svnsspTMrWNyHc6chX0KzDeAOXftRa8bNeOKTTfCJ7KorIwenkHd2xqVTBTCZd79yk/lx/Ug==
12451+
react-dom@^17.0.2:
12452+
version "17.0.2"
12453+
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-17.0.2.tgz#ecffb6845e3ad8dbfcdc498f0d0a939736502c23"
12454+
integrity sha512-s4h96KtLDUQlsENhMn1ar8t2bEa+q/YAtj8pPPdIjPDGBDIVNsrD9aXNWqspUe6AzKCIG0C1HZZLqLV7qpOBGA==
1245512455
dependencies:
1245612456
loose-envify "^1.1.0"
1245712457
object-assign "^4.1.1"
12458-
scheduler "^0.20.1"
12458+
scheduler "^0.20.2"
1245912459

1246012460
react-error-overlay@^3.0.0:
1246112461
version "3.0.0"
@@ -12601,10 +12601,10 @@ react@^16.8.0:
1260112601
object-assign "^4.1.1"
1260212602
prop-types "^15.6.2"
1260312603

12604-
react@^17.0.1:
12605-
version "17.0.1"
12606-
resolved "https://registry.yarnpkg.com/react/-/react-17.0.1.tgz#6e0600416bd57574e3f86d92edba3d9008726127"
12607-
integrity sha512-lG9c9UuMHdcAexXtigOZLX8exLWkW0Ku29qPRU8uhF2R9BN96dLCt0psvzPLlHc5OWkgymP3qwTRgbnw5BKx3w==
12604+
react@^17.0.2:
12605+
version "17.0.2"
12606+
resolved "https://registry.yarnpkg.com/react/-/react-17.0.2.tgz#d0b5cc516d29eb3eee383f75b62864cfb6800037"
12607+
integrity sha512-gnhPt75i/dq/z3/6q/0asP78D0u592D5L1pd7M8P+dck6Fu/jJeL6iVVK23fptSUZj8Vjf++7wXA8UNclGQcbA==
1260812608
dependencies:
1260912609
loose-envify "^1.1.0"
1261012610
object-assign "^4.1.1"
@@ -13433,10 +13433,10 @@ scheduler@^0.19.1:
1343313433
loose-envify "^1.1.0"
1343413434
object-assign "^4.1.1"
1343513435

13436-
scheduler@^0.20.1:
13437-
version "0.20.1"
13438-
resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.20.1.tgz#da0b907e24026b01181ecbc75efdc7f27b5a000c"
13439-
integrity sha512-LKTe+2xNJBNxu/QhHvDR14wUXHRQbVY5ZOYpOGWRzhydZUqrLb2JBvLPY7cAqFmqrWuDED0Mjk7013SZiOz6Bw==
13436+
scheduler@^0.20.2:
13437+
version "0.20.2"
13438+
resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.20.2.tgz#4baee39436e34aa93b4874bddcbf0fe8b8b50e91"
13439+
integrity sha512-2eWfGgAqqWFGqtdMmcL5zCMK1U8KlXv8SQFGglL3CEtd0aDVDWgeF/YoCmvln55m5zSk3J/20hTaSBeSObsQDQ==
1344013440
dependencies:
1344113441
loose-envify "^1.1.0"
1344213442
object-assign "^4.1.1"

0 commit comments

Comments
 (0)