fix(v2): add missing preset-typescript dependency (#2382)

This commit is contained in:
Alexey Pyltsyn 2020-03-08 22:44:28 +03:00 committed by GitHub
parent 1e09feb2db
commit a9380b40d4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -37,6 +37,7 @@
"@babel/plugin-transform-runtime": "^7.7.4",
"@babel/preset-env": "^7.7.4",
"@babel/preset-react": "^7.7.4",
"@babel/preset-typescript": "^7.7.4",
"@babel/runtime": "^7.7.4",
"@docusaurus/utils": "^2.0.0-alpha.44",
"@endiliey/static-site-generator-webpack-plugin": "^4.0.0",