fix(pwa): declare babel core as direct dependency (#6691)

This commit is contained in:
Joshua Chen 2022-02-16 18:47:40 +08:00 committed by GitHub
parent 80a9806775
commit eacc695542
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,6 +20,7 @@
},
"license": "MIT",
"dependencies": {
"@babel/core": "^7.17.2",
"@babel/preset-env": "^7.16.11",
"@docusaurus/core": "2.0.0-beta.15",
"@docusaurus/theme-common": "2.0.0-beta.15",