diff --git a/package.json b/package.json index 03174c905..a8c30a31b 100644 --- a/package.json +++ b/package.json @@ -46,9 +46,7 @@ "@babel/plugin-proposal-class-properties": "^7.4.4", "@babel/plugin-proposal-nullish-coalescing-operator": "^7.7.4", "@babel/plugin-proposal-optional-chaining": "^7.7.5", - "@babel/plugin-syntax-dynamic-import": "^7.2.0", "@babel/plugin-transform-regenerator": "^7.4.5", - "@babel/plugin-transform-runtime": "^7.6.0", "@babel/polyfill": "^7.4.4", "@babel/preset-env": "^7.4.4", "@rollup/plugin-commonjs": "^11.0.0", @@ -104,6 +102,7 @@ "typescript": "^3.7.3" }, "devDependencies": { + "@babel/plugin-transform-runtime": "^7.6.0", "@types/eslint": "^6.1.2", "@types/fs-extra": "^8.0.0", "@types/node": "^13.1.0", diff --git a/yarn.lock b/yarn.lock index 534317ae6..0238d253b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -339,7 +339,7 @@ dependencies: "@babel/helper-plugin-utils" "^7.8.3" -"@babel/plugin-syntax-dynamic-import@^7.2.0", "@babel/plugin-syntax-dynamic-import@^7.7.4": +"@babel/plugin-syntax-dynamic-import@^7.7.4": version "7.7.4" resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.7.4.tgz#29ca3b4415abfe4a5ec381e903862ad1a54c3aec" integrity sha512-jHQW0vbRGvwQNgyVxwDh4yuXu4bH1f5/EICJLAhl1SblLs2CDhrsmCk+v5XLdE9wxtAFRyxx+P//Iw+a5L/tTg==