Skip to content

Commit 7e42946

Browse files
committed
Bump react
1 parent b2622dd commit 7e42946

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docusaurus/website/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"@docusaurus/core": "^2.0.0-alpha.39",
1010
"@docusaurus/preset-classic": "^2.0.0-alpha.39",
1111
"classnames": "^2.2.6",
12-
"react": "^16.11.0",
13-
"react-dom": "^16.11.0"
12+
"react": "^16.12.0",
13+
"react-dom": "^16.12.0"
1414
},
1515
"browserslist": {
1616
"production": [

packages/react-scripts/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@
8282
"workbox-webpack-plugin": "4.3.1"
8383
},
8484
"devDependencies": {
85-
"react": "^16.11.0",
86-
"react-dom": "^16.11.0"
85+
"react": "^16.12.0",
86+
"react-dom": "^16.12.0"
8787
},
8888
"optionalDependencies": {
8989
"fsevents": "2.1.2"

0 commit comments

Comments
 (0)