From 068ec04cc025596f01f79a0c472d9cc6553a72ca Mon Sep 17 00:00:00 2001 From: Simen Bekkhus Date: Tue, 2 Jun 2020 13:19:18 +0200 Subject: [PATCH] chore: add missing babel plugin to root package.json --- package.json | 1 + packages/babel-plugin-jest-hoist/package.json | 2 ++ yarn.lock | 2 +- 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 5b759bf35f89..45325c4d15af 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,7 @@ "devDependencies": { "@babel/core": "^7.3.4", "@babel/plugin-proposal-class-properties": "^7.3.4", + "@babel/plugin-proposal-dynamic-import": "^7.8.3", "@babel/plugin-syntax-dynamic-import": "^7.8.3", "@babel/plugin-transform-modules-commonjs": "^7.1.0", "@babel/plugin-transform-strict-mode": "^7.0.0", diff --git a/packages/babel-plugin-jest-hoist/package.json b/packages/babel-plugin-jest-hoist/package.json index 1ff249bfe8ec..117ba679498c 100644 --- a/packages/babel-plugin-jest-hoist/package.json +++ b/packages/babel-plugin-jest-hoist/package.json @@ -15,9 +15,11 @@ "dependencies": { "@babel/template": "^7.3.3", "@babel/types": "^7.3.3", + "@types/babel__core": "^7.0.0", "@types/babel__traverse": "^7.0.6" }, "devDependencies": { + "@types/babel__template": "^7.0.2", "@types/node": "*" }, "publishConfig": { diff --git a/yarn.lock b/yarn.lock index 8e3a6ddb5df3..eaf21e0c4007 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2237,7 +2237,7 @@ dependencies: "@babel/types" "^7.0.0" -"@types/babel__template@*", "@types/babel__template@^7.0.0": +"@types/babel__template@*", "@types/babel__template@^7.0.0", "@types/babel__template@^7.0.2": version "7.0.2" resolved "https://registry.yarnpkg.com/@types/babel__template/-/babel__template-7.0.2.tgz#4ff63d6b52eddac1de7b975a5223ed32ecea9307" integrity sha512-/K6zCpeW7Imzgab2bLkLEbz0+1JlFSrUMdw7KoIIu+IUdu51GWaBZpd3y1VXGVXzynvGa4DaIaxNZHiON3GXUg==