File tree Expand file tree Collapse file tree 4 files changed +18
-16
lines changed Expand file tree Collapse file tree 4 files changed +18
-16
lines changed Original file line number Diff line number Diff line change
1
+ - title : ' 17.0.1'
2
+ changelog : https://github.com/facebook/react/blob/master/CHANGELOG.md#1701-october-22-2020
1
3
- title : ' 17.0.0'
2
4
changelog : https://github.com/facebook/react/blob/master/CHANGELOG.md#1700-october-20-2020
3
5
- title : ' 16.14.0'
Original file line number Diff line number Diff line change 47
47
"normalize.css" : " ^8.0.0" ,
48
48
"prettier" : " ^1.7.4" ,
49
49
"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 " ,
52
52
"react-helmet" : " ^5.2.0" ,
53
53
"react-live" : " 1.8.0-0" ,
54
54
"remarkable" : " ^1.7.1" ,
Original file line number Diff line number Diff line change 8
8
// NOTE: We can't just use `location.toString()` because when we are rendering
9
9
// the SSR part in node.js we won't have a proper location.
10
10
const urlRoot = 'https://reactjs.org' ;
11
- const version = '17.0.0 ' ;
11
+ const version = '17.0.1 ' ;
12
12
const babelURL = 'https://unpkg.com/[email protected] /babel.min.js' ;
13
13
14
14
export { babelURL , urlRoot , version } ;
Original file line number Diff line number Diff line change @@ -12318,14 +12318,14 @@ react-dev-utils@^4.2.3:
12318
12318
strip-ansi "3.0.1"
12319
12319
text-table "0.2.0"
12320
12320
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 ==
12325
12325
dependencies:
12326
12326
loose-envify "^1.1.0"
12327
12327
object-assign "^4.1.1"
12328
- scheduler "^0.20.0 "
12328
+ scheduler "^0.20.1 "
12329
12329
12330
12330
react-error-overlay@^3.0.0:
12331
12331
version "3.0.0"
@@ -12471,10 +12471,10 @@ react@^16.8.0:
12471
12471
object-assign "^4.1.1"
12472
12472
prop-types "^15.6.2"
12473
12473
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 ==
12478
12478
dependencies:
12479
12479
loose-envify "^1.1.0"
12480
12480
object-assign "^4.1.1"
@@ -13295,10 +13295,10 @@ scheduler@^0.19.1:
13295
13295
loose-envify "^1.1.0"
13296
13296
object-assign "^4.1.1"
13297
13297
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 ==
13302
13302
dependencies:
13303
13303
loose-envify "^1.1.0"
13304
13304
object-assign "^4.1.1"
You can’t perform that action at this time.
0 commit comments