mirror of
https://github.com/facebook/docusaurus.git
synced 2025-07-25 20:48:50 +02:00
chore: upgrade dependencies (#7822)
This commit is contained in:
parent
7489f8729a
commit
960637a090
10 changed files with 1368 additions and 1215 deletions
|
@ -33,16 +33,16 @@
|
|||
"url": "https://github.com/facebook/docusaurus/issues"
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/core": "^7.18.6",
|
||||
"@babel/generator": "^7.18.7",
|
||||
"@babel/core": "^7.18.9",
|
||||
"@babel/generator": "^7.18.9",
|
||||
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
|
||||
"@babel/plugin-transform-runtime": "^7.18.6",
|
||||
"@babel/preset-env": "^7.18.6",
|
||||
"@babel/plugin-transform-runtime": "^7.18.9",
|
||||
"@babel/preset-env": "^7.18.9",
|
||||
"@babel/preset-react": "^7.18.6",
|
||||
"@babel/preset-typescript": "^7.18.6",
|
||||
"@babel/runtime": "^7.18.6",
|
||||
"@babel/runtime-corejs3": "^7.18.6",
|
||||
"@babel/traverse": "^7.18.8",
|
||||
"@babel/runtime": "^7.18.9",
|
||||
"@babel/runtime-corejs3": "^7.18.9",
|
||||
"@babel/traverse": "^7.18.9",
|
||||
"@docusaurus/cssnano-preset": "2.0.0-rc.1",
|
||||
"@docusaurus/logger": "2.0.0-rc.1",
|
||||
"@docusaurus/mdx-loader": "2.0.0-rc.1",
|
||||
|
@ -51,7 +51,7 @@
|
|||
"@docusaurus/utils-common": "2.0.0-rc.1",
|
||||
"@docusaurus/utils-validation": "2.0.0-rc.1",
|
||||
"@slorber/static-site-generator-webpack-plugin": "^4.0.7",
|
||||
"@svgr/webpack": "^6.2.1",
|
||||
"@svgr/webpack": "^6.3.1",
|
||||
"autoprefixer": "^10.4.7",
|
||||
"babel-loader": "^8.2.5",
|
||||
"babel-plugin-dynamic-import-node": "^2.3.3",
|
||||
|
@ -63,7 +63,7 @@
|
|||
"combine-promises": "^1.1.0",
|
||||
"commander": "^5.1.0",
|
||||
"copy-webpack-plugin": "^11.0.0",
|
||||
"core-js": "^3.23.4",
|
||||
"core-js": "^3.23.5",
|
||||
"css-loader": "^6.7.1",
|
||||
"css-minimizer-webpack-plugin": "^4.0.0",
|
||||
"cssnano": "^5.1.12",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue