Skip to content

Commit 068ec04

Browse files
committed
chore: add missing babel plugin to root package.json
1 parent 790fe2a commit 068ec04

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"devDependencies": {
44
"@babel/core": "^7.3.4",
55
"@babel/plugin-proposal-class-properties": "^7.3.4",
6+
"@babel/plugin-proposal-dynamic-import": "^7.8.3",
67
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
78
"@babel/plugin-transform-modules-commonjs": "^7.1.0",
89
"@babel/plugin-transform-strict-mode": "^7.0.0",

packages/babel-plugin-jest-hoist/package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,11 @@
1515
"dependencies": {
1616
"@babel/template": "^7.3.3",
1717
"@babel/types": "^7.3.3",
18+
"@types/babel__core": "^7.0.0",
1819
"@types/babel__traverse": "^7.0.6"
1920
},
2021
"devDependencies": {
22+
"@types/babel__template": "^7.0.2",
2123
"@types/node": "*"
2224
},
2325
"publishConfig": {

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2237,7 +2237,7 @@
22372237
dependencies:
22382238
"@babel/types" "^7.0.0"
22392239

2240-
"@types/babel__template@*", "@types/babel__template@^7.0.0":
2240+
"@types/babel__template@*", "@types/babel__template@^7.0.0", "@types/babel__template@^7.0.2":
22412241
version "7.0.2"
22422242
resolved "https://registry.yarnpkg.com/@types/babel__template/-/babel__template-7.0.2.tgz#4ff63d6b52eddac1de7b975a5223ed32ecea9307"
22432243
integrity sha512-/K6zCpeW7Imzgab2bLkLEbz0+1JlFSrUMdw7KoIIu+IUdu51GWaBZpd3y1VXGVXzynvGa4DaIaxNZHiON3GXUg==

0 commit comments

Comments
 (0)