fix(babel-preset-app): add implicit dependencies compact-data and core-js-compat

This commit is contained in:
Pooya Parsa 2020-12-23 00:34:20 +01:00
parent d4461a56e4
commit a31a878db5
2 changed files with 4 additions and 2 deletions

View File

@ -10,6 +10,7 @@
],
"main": "src/index.js",
"dependencies": {
"@babel/compat-data": "^7.12.7",
"@babel/core": "^7.12.10",
"@babel/helper-compilation-targets": "^7.12.5",
"@babel/plugin-proposal-class-properties": "^7.12.1",
@ -20,7 +21,8 @@
"@babel/preset-env": "^7.12.11",
"@babel/runtime": "^7.12.5",
"@vue/babel-preset-jsx": "^1.2.4",
"core-js": "^2.6.5"
"core-js": "^2.6.5",
"core-js-compat": "^3.8.1"
},
"publishConfig": {
"access": "public"

View File

@ -4582,7 +4582,7 @@ copy-descriptor@^0.1.0:
resolved "https://registry.npmjs.org/copy-descriptor/-/copy-descriptor-0.1.1.tgz#676f6eb3c39997c2ee1ac3a924fd6124748f578d"
integrity sha1-Z29us8OZl8LuGsOpJP1hJHSPV40=
core-js-compat@^3.8.0:
core-js-compat@^3.8.0, core-js-compat@^3.8.1:
version "3.8.1"
resolved "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.8.1.tgz#8d1ddd341d660ba6194cbe0ce60f4c794c87a36e"
integrity sha512-a16TLmy9NVD1rkjUGbwuyWkiDoN0FDpAwrfLONvHFQx0D9k7J9y0srwMT8QP/Z6HE3MIFaVynEeYwZwPX1o5RQ==