File tree Expand file tree Collapse file tree 4 files changed +6
-19
lines changed Expand file tree Collapse file tree 4 files changed +6
-19
lines changed Original file line number Diff line number Diff line change 11declare const _default : {
22 devDependencies : {
33 '@babel/core' : string ;
4+ '@babel/plugin-proposal-object-rest-spread' : string ;
5+ '@babel/preset-env' : string ;
46 'babel-eslint' : string ;
57 'babel-loader' : string ;
68 'eslint' : string ;
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -20,6 +20,8 @@ declare const _default: ({
2020 dependencies : {
2121 devDependencies : {
2222 '@babel/core' : string ;
23+ '@babel/plugin-proposal-object-rest-spread' : string ;
24+ '@babel/preset-env' : string ;
2325 'babel-eslint' : string ;
2426 'babel-loader' : string ;
2527 'eslint' : string ;
Original file line number Diff line number Diff line change @@ -20,6 +20,8 @@ declare const _default: {
2020 dependencies : {
2121 devDependencies : {
2222 '@babel/core' : string ;
23+ '@babel/plugin-proposal-object-rest-spread' : string ;
24+ '@babel/preset-env' : string ;
2325 'babel-eslint' : string ;
2426 'babel-loader' : string ;
2527 'eslint' : string ;
You can’t perform that action at this time.
0 commit comments