File tree 3 files changed +445
-478
lines changed
3 files changed +445
-478
lines changed Original file line number Diff line number Diff line change @@ -11,9 +11,9 @@ const getDependencies = require('../helpers/dependencies');
11
11
const path = require ( 'path' ) ;
12
12
const hashFiles = Promise . promisify ( require ( 'hash-files' ) ) ;
13
13
14
- const babel = require ( 'babel- core' ) ;
14
+ const babel = require ( '@ babel/ core' ) ;
15
15
const es2015presets = require ( 'babel-preset-es2015' ) ;
16
- const nodePresets = require ( 'babel-preset-node8 ' ) ;
16
+ const nodePresets = require ( 'babel-preset-latest-node ' ) ;
17
17
18
18
const Browserify = require ( 'browserify' ) ;
19
19
const envify = require ( 'envify/custom' ) ;
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " lambda-tools" ,
3
- "version" : " 3.4.6 " ,
3
+ "version" : " 3.4.7 " ,
4
4
"description" : " Scripts for working with AWS Lambda backed microservices" ,
5
5
"main" : " " ,
6
6
"scripts" : {
25
25
},
26
26
"license" : " ISC" ,
27
27
"dependencies" : {
28
+ "@babel/core" : " ^7.7.5" ,
28
29
"ansi" : " ^0.3.1" ,
29
30
"archy" : " ^1.0.0" ,
30
31
"aws-sdk" : " ^2.3.x" ,
46
47
"exorcist" : " ^0.4.0" ,
47
48
"find-root" : " ^1.0.0" ,
48
49
"fs-extra" : " ^0.26.7" ,
49
- "graceful-fs" : " ^4.1.4 " ,
50
+ "graceful-fs" : " ^4.2.3 " ,
50
51
"hash-files" : " ^1.1.1" ,
51
52
"jsonpath" : " ^1.0.1" ,
52
53
"koa" : " ^1.1.2" ,
You can’t perform that action at this time.
0 commit comments