mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-04 04:37:28 +02:00
chore(v2): upgrade React
This commit is contained in:
parent
643addb729
commit
8629abf73a
4 changed files with 1620 additions and 817 deletions
|
@ -8,8 +8,8 @@
|
|||
"dependencies": {
|
||||
"classnames": "^2.2.6",
|
||||
"docusaurus": "../v2",
|
||||
"react": "^16.7.0-alpha.0",
|
||||
"react-dom": "^16.7.0-alpha.0",
|
||||
"react": "^16.8.4",
|
||||
"react-dom": "^16.8.4",
|
||||
"react-youtube": "^7.6.0"
|
||||
}
|
||||
}
|
||||
|
|
1600
v2-website/yarn.lock
1600
v2-website/yarn.lock
File diff suppressed because it is too large
Load diff
|
@ -40,8 +40,8 @@
|
|||
"eslint-plugin-react": "^7.11.1",
|
||||
"eslint-plugin-react-hooks": "^0.0.0",
|
||||
"jest": "^24.1.0",
|
||||
"react": "^16.7.0-alpha.0",
|
||||
"react-dom": "^16.7.0-alpha.0",
|
||||
"react": "^16.8.4",
|
||||
"react-dom": "^16.8.4",
|
||||
"react-helmet": "^5.2.0"
|
||||
},
|
||||
"dependencies": {
|
||||
|
@ -96,8 +96,8 @@
|
|||
"webpack-stats-plugin": "^0.2.1"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"react": "^16.7.0-alpha.0",
|
||||
"react-dom": "^16.7.0-alpha.0"
|
||||
"react": "^16.8.4",
|
||||
"react-dom": "^16.8.4"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=8"
|
||||
|
|
825
v2/yarn.lock
825
v2/yarn.lock
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue