File tree Expand file tree Collapse file tree 3 files changed +4
-1
lines changed
packages/babel-plugin-jest-hoist Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 3
3
"devDependencies" : {
4
4
"@babel/core" : " ^7.3.4" ,
5
5
"@babel/plugin-proposal-class-properties" : " ^7.3.4" ,
6
+ "@babel/plugin-proposal-dynamic-import" : " ^7.8.3" ,
6
7
"@babel/plugin-syntax-dynamic-import" : " ^7.8.3" ,
7
8
"@babel/plugin-transform-modules-commonjs" : " ^7.1.0" ,
8
9
"@babel/plugin-transform-strict-mode" : " ^7.0.0" ,
Original file line number Diff line number Diff line change 15
15
"dependencies" : {
16
16
"@babel/template" : " ^7.3.3" ,
17
17
"@babel/types" : " ^7.3.3" ,
18
+ "@types/babel__core" : " ^7.0.0" ,
18
19
"@types/babel__traverse" : " ^7.0.6"
19
20
},
20
21
"devDependencies" : {
22
+ "@types/babel__template" : " ^7.0.2" ,
21
23
"@types/node" : " *"
22
24
},
23
25
"publishConfig" : {
Original file line number Diff line number Diff line change 2237
2237
dependencies:
2238
2238
"@babel/types" "^7.0.0"
2239
2239
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" :
2241
2241
version "7.0.2"
2242
2242
resolved "https://registry.yarnpkg.com/@types/babel__template/-/babel__template-7.0.2.tgz#4ff63d6b52eddac1de7b975a5223ed32ecea9307"
2243
2243
integrity sha512-/K6zCpeW7Imzgab2bLkLEbz0+1JlFSrUMdw7KoIIu+IUdu51GWaBZpd3y1VXGVXzynvGa4DaIaxNZHiON3GXUg==
You can’t perform that action at this time.
0 commit comments