fix: remove more peer dependency warnings (#6615)

* fix: remove more peer dependency warnings

* fixes

* fixes

* fix

* remove more
This commit is contained in:
Joshua Chen 2022-02-05 17:46:01 +08:00 committed by GitHub
parent 919f1600c2
commit d2574b287f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
23 changed files with 23 additions and 113 deletions

View file

@ -22,7 +22,7 @@
"@babel/traverse": "^7.16.3",
"@docusaurus/logger": "2.0.0-beta.15",
"@docusaurus/utils": "2.0.0-beta.15",
"@mdx-js/mdx": "^1.6.21",
"@mdx-js/mdx": "^1.6.22",
"escape-html": "^1.0.3",
"file-loader": "^6.2.0",
"fs-extra": "^10.0.0",
@ -48,7 +48,6 @@
"unist-util-remove-position": "^3.0.0"
},
"peerDependencies": {
"@babel/core": "^7.0.0",
"react": "^16.8.4 || ^17.0.0",
"react-dom": "^16.8.4 || ^17.0.0"
},