Skip to content

Commit

Permalink
chore: add missing babel plugin to root package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Jun 2, 2020
1 parent 790fe2a commit 068ec04
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -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",
Expand Down
2 changes: 2 additions & 0 deletions packages/babel-plugin-jest-hoist/package.json
Expand Up @@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Expand Up @@ -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==
Expand Down

0 comments on commit 068ec04

Please sign in to comment.