File tree 2 files changed +5
-1
lines changed
2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " transform-async-modules-webpack-plugin" ,
3
3
"description" : " A Webpack plugin to transpile async module output using Babel. Allows transpiling top level await to ES5." ,
4
- "version" : " 1.0.3 " ,
4
+ "version" : " 1.0.4 " ,
5
5
"license" : " MIT" ,
6
6
"homepage" : " https://github.com/steverep/transform-async-modules-webpack-plugin" ,
7
7
"keywords" : [
55
55
"@babel/preset-env" : " ^7.13.0"
56
56
},
57
57
"peerDependencies" : {
58
+ "@babel/core" : " ^7.13.0" ,
59
+ "@babel/preset-env" : " ^7.13.0" ,
58
60
"webpack" : " ^5.0.0"
59
61
},
60
62
"devDependencies" : {
Original file line number Diff line number Diff line change @@ -4505,6 +4505,8 @@ __metadata:
4505
4505
typescript : " npm:5.4.2"
4506
4506
webpack : " npm:5.90.3"
4507
4507
peerDependencies :
4508
+ " @babel/core " : ^7.13.0
4509
+ " @babel/preset-env " : ^7.13.0
4508
4510
webpack : ^5.0.0
4509
4511
languageName : unknown
4510
4512
linkType : soft
You can’t perform that action at this time.
0 commit comments