Skip to content

Commit 433acaa

Browse files
committed
Update to 17.0.1
1 parent 4c9a1b7 commit 433acaa

File tree

4 files changed

+18
-16
lines changed

4 files changed

+18
-16
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.1'
2+
changelog: https://github.com/facebook/react/blob/master/CHANGELOG.md#1701-october-22-2020
13
- title: '17.0.0'
24
changelog: https://github.com/facebook/react/blob/master/CHANGELOG.md#1700-october-20-2020
35
- title: '16.14.0'

package.json

Lines changed: 2 additions & 2 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.0",
51-
"react-dom": "^17.0.0",
50+
"react": "^17.0.1",
51+
"react-dom": "^17.0.1",
5252
"react-helmet": "^5.2.0",
5353
"react-live": "1.8.0-0",
5454
"remarkable": "^1.7.1",

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.0';
11+
const version = '17.0.1';
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
@@ -12318,14 +12318,14 @@ react-dev-utils@^4.2.3:
1231812318
strip-ansi "3.0.1"
1231912319
text-table "0.2.0"
1232012320

12321-
react-dom@^17.0.0:
12322-
version "17.0.0"
12323-
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-17.0.0.tgz#f8266e4d9861584553ccbd186d596a1c7dd8dcb4"
12324-
integrity sha512-OGnFbxCjI2TMAZYMVxi4hqheJiN8rCEVVrL7XIGzCB6beNc4Am8M47HtkvxODZw9QgjmAPKpLba9FTu4fC1byA==
12321+
react-dom@^17.0.1:
12322+
version "17.0.1"
12323+
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-17.0.1.tgz#1de2560474ec9f0e334285662ede52dbc5426fc6"
12324+
integrity sha512-6eV150oJZ9U2t9svnsspTMrWNyHc6chX0KzDeAOXftRa8bNeOKTTfCJ7KorIwenkHd2xqVTBTCZd79yk/lx/Ug==
1232512325
dependencies:
1232612326
loose-envify "^1.1.0"
1232712327
object-assign "^4.1.1"
12328-
scheduler "^0.20.0"
12328+
scheduler "^0.20.1"
1232912329

1233012330
react-error-overlay@^3.0.0:
1233112331
version "3.0.0"
@@ -12471,10 +12471,10 @@ react@^16.8.0:
1247112471
object-assign "^4.1.1"
1247212472
prop-types "^15.6.2"
1247312473

12474-
react@^17.0.0:
12475-
version "17.0.0"
12476-
resolved "https://registry.yarnpkg.com/react/-/react-17.0.0.tgz#ad96d5fa1a33bb9b06d0cc52672f7992d84aa662"
12477-
integrity sha512-rG9bqS3LMuetoSUKHN8G3fMNuQOePKDThK6+2yXFWtoeTDLVNh/QCaxT+Jr+rNf4lwNXpx+atdn3Aa0oi8/6eQ==
12474+
react@^17.0.1:
12475+
version "17.0.1"
12476+
resolved "https://registry.yarnpkg.com/react/-/react-17.0.1.tgz#6e0600416bd57574e3f86d92edba3d9008726127"
12477+
integrity sha512-lG9c9UuMHdcAexXtigOZLX8exLWkW0Ku29qPRU8uhF2R9BN96dLCt0psvzPLlHc5OWkgymP3qwTRgbnw5BKx3w==
1247812478
dependencies:
1247912479
loose-envify "^1.1.0"
1248012480
object-assign "^4.1.1"
@@ -13295,10 +13295,10 @@ scheduler@^0.19.1:
1329513295
loose-envify "^1.1.0"
1329613296
object-assign "^4.1.1"
1329713297

13298-
scheduler@^0.20.0:
13299-
version "0.20.0"
13300-
resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.20.0.tgz#3ff543696b169613afadb09d3fb3fe998d234dd2"
13301-
integrity sha512-XegIgta1bIaz2LdaL6eg1GEcE42g0BY9qFXCqlZ/+s2MuEKfigFCW6DEGBlZzeVFlwDmVusrWEyFtBo4sbkkdA==
13298+
scheduler@^0.20.1:
13299+
version "0.20.1"
13300+
resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.20.1.tgz#da0b907e24026b01181ecbc75efdc7f27b5a000c"
13301+
integrity sha512-LKTe+2xNJBNxu/QhHvDR14wUXHRQbVY5ZOYpOGWRzhydZUqrLb2JBvLPY7cAqFmqrWuDED0Mjk7013SZiOz6Bw==
1330213302
dependencies:
1330313303
loose-envify "^1.1.0"
1330413304
object-assign "^4.1.1"

0 commit comments

Comments
 (0)