mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-28 08:27:03 +02:00
fix(v2): fix wrong dependency problem (#1460)
This commit is contained in:
parent
8055d59131
commit
4a30bf8947
15 changed files with 11 additions and 17 deletions
|
@ -8,7 +8,6 @@
|
|||
},
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@babel/polyfill": "^7.4.0",
|
||||
"@docusaurus/mdx-loader": "^2.0.0-alpha.14",
|
||||
"@docusaurus/utils": "^2.0.0-alpha.14",
|
||||
"fs-extra": "^7.0.1",
|
||||
|
@ -17,7 +16,7 @@
|
|||
"loader-utils": "^1.2.3"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@docusaurus/core": "^2.0.0",
|
||||
"@docusaurus/core": "^2.0.0-alpha.14",
|
||||
"react": "^16.8.4",
|
||||
"react-dom": "^16.8.4",
|
||||
"react-router-config": "^5.0.0"
|
||||
|
|
|
@ -5,7 +5,6 @@
|
|||
* LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
|
||||
import '@babel/polyfill';
|
||||
import path from 'path';
|
||||
import processMetadata from '../metadata';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue