mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-01 03:08:17 +02:00
fix(v2): add missing preset-typescript dependency (#2382)
This commit is contained in:
parent
1e09feb2db
commit
a9380b40d4
1 changed files with 1 additions and 0 deletions
|
@ -37,6 +37,7 @@
|
||||||
"@babel/plugin-transform-runtime": "^7.7.4",
|
"@babel/plugin-transform-runtime": "^7.7.4",
|
||||||
"@babel/preset-env": "^7.7.4",
|
"@babel/preset-env": "^7.7.4",
|
||||||
"@babel/preset-react": "^7.7.4",
|
"@babel/preset-react": "^7.7.4",
|
||||||
|
"@babel/preset-typescript": "^7.7.4",
|
||||||
"@babel/runtime": "^7.7.4",
|
"@babel/runtime": "^7.7.4",
|
||||||
"@docusaurus/utils": "^2.0.0-alpha.44",
|
"@docusaurus/utils": "^2.0.0-alpha.44",
|
||||||
"@endiliey/static-site-generator-webpack-plugin": "^4.0.0",
|
"@endiliey/static-site-generator-webpack-plugin": "^4.0.0",
|
||||||
|
|
Loading…
Add table
Reference in a new issue