File tree Expand file tree Collapse file tree 4 files changed +15
-20
lines changed Expand file tree Collapse file tree 4 files changed +15
-20
lines changed Original file line number Diff line number Diff line change 35
35
"tslint" : " ^5.1.0"
36
36
},
37
37
"dependencies" : {
38
- "fs-p " : " 2 .0.0 " ,
38
+ "fs-extra " : " ^4 .0.2 " ,
39
39
"globby" : " ^6.1.0" ,
40
40
"lodash" : " ^4.17.4" ,
41
41
"typescript" : " ^2.2.2"
Original file line number Diff line number Diff line change 1
1
import * as path from 'path'
2
- import * as fs from 'fs-p '
2
+ import * as fs from 'fs-extra '
3
3
4
4
import * as _ from 'lodash'
5
5
import * as globby from 'globby'
Original file line number Diff line number Diff line change 1
1
import * as ts from 'typescript'
2
- import * as fs from 'fs-p '
2
+ import * as fs from 'fs-extra '
3
3
import * as _ from 'lodash'
4
4
import { ServerlessFunction } from './types'
5
5
import * as path from 'path'
Original file line number Diff line number Diff line change @@ -735,13 +735,6 @@ form-data@~2.1.1:
735
735
combined-stream "^1.0.5"
736
736
mime-types "^2.1.12"
737
737
738
- fs-extra@^2.0.0 :
739
- version "2.1.2"
740
- resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-2.1.2.tgz#046c70163cef9aad46b0e4a7fa467fb22d71de35"
741
- dependencies :
742
- graceful-fs "^4.1.2"
743
- jsonfile "^2.1.0"
744
-
745
738
fs-extra@^3.0.0 :
746
739
version "3.0.1"
747
740
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-3.0.1.tgz#3794f378c58b342ea7dbbb23095109c4b3b62291"
@@ -750,11 +743,13 @@ fs-extra@^3.0.0:
750
743
jsonfile "^3.0.0"
751
744
universalify "^0.1.0"
752
745
753
- fs-p@2 .0.0 :
754
- version "2 .0.0 "
755
- resolved "https://registry.yarnpkg.com/fs-p /-/fs-p-2 .0.0 .tgz#66784a012473c700b68fb76ac2120eccc6b0602b "
746
+ fs-extra@^4 .0.2 :
747
+ version "4 .0.2 "
748
+ resolved "https://registry.yarnpkg.com/fs-extra /-/fs-extra-4 .0.2 .tgz#f91704c53d1b461f893452b0c307d9997647ab6b "
756
749
dependencies :
757
- fs-extra "^2.0.0"
750
+ graceful-fs "^4.1.2"
751
+ jsonfile "^4.0.0"
752
+ universalify "^0.1.0"
758
753
759
754
fs.realpath@^1.0.0 :
760
755
version "1.0.0"
@@ -1372,18 +1367,18 @@ json5@^0.5.0:
1372
1367
version "0.5.1"
1373
1368
resolved "https://registry.yarnpkg.com/json5/-/json5-0.5.1.tgz#1eade7acc012034ad84e2396767ead9fa5495821"
1374
1369
1375
- jsonfile@^2.1.0 :
1376
- version "2.4.0"
1377
- resolved "https://registry.yarnpkg.com/jsonfile/-/jsonfile-2.4.0.tgz#3736a2b428b87bbda0cc83b53fa3d633a35c2ae8"
1378
- optionalDependencies :
1379
- graceful-fs "^4.1.6"
1380
-
1381
1370
jsonfile@^3.0.0 :
1382
1371
version "3.0.0"
1383
1372
resolved "https://registry.yarnpkg.com/jsonfile/-/jsonfile-3.0.0.tgz#92e7c7444e5ffd5fa32e6a9ae8b85034df8347d0"
1384
1373
optionalDependencies :
1385
1374
graceful-fs "^4.1.6"
1386
1375
1376
+ jsonfile@^4.0.0 :
1377
+ version "4.0.0"
1378
+ resolved "https://registry.yarnpkg.com/jsonfile/-/jsonfile-4.0.0.tgz#8771aae0799b64076b76640fca058f9c10e33ecb"
1379
+ optionalDependencies :
1380
+ graceful-fs "^4.1.6"
1381
+
1387
1382
jsonify@~0.0.0 :
1388
1383
version "0.0.0"
1389
1384
resolved "https://registry.yarnpkg.com/jsonify/-/jsonify-0.0.0.tgz#2c74b6ee41d93ca51b7b5aaee8f503631d252a73"
You can’t perform that action at this time.
0 commit comments