Skip to content

Commit

Permalink
Bump react
Browse files Browse the repository at this point in the history
  • Loading branch information
andriijas committed Dec 13, 2019
1 parent b2622dd commit 7e42946
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docusaurus/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"@docusaurus/core": "^2.0.0-alpha.39",
"@docusaurus/preset-classic": "^2.0.0-alpha.39",
"classnames": "^2.2.6",
"react": "^16.11.0",
"react-dom": "^16.11.0"
"react": "^16.12.0",
"react-dom": "^16.12.0"
},
"browserslist": {
"production": [
Expand Down
4 changes: 2 additions & 2 deletions packages/react-scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@
"workbox-webpack-plugin": "4.3.1"
},
"devDependencies": {
"react": "^16.11.0",
"react-dom": "^16.11.0"
"react": "^16.12.0",
"react-dom": "^16.12.0"
},
"optionalDependencies": {
"fsevents": "2.1.2"
Expand Down

0 comments on commit 7e42946

Please sign in to comment.