Skip to content

Commit 9f06c83

Browse files
renovate[bot]JustinBeckwith
authored andcommittedApr 5, 2019
fix(deps): update dependency arrify to v2 (#109)
1 parent 73e055b commit 9f06c83

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed
 

‎package.json

+3-4
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030
"license": "Apache-2.0",
3131
"devDependencies": {
3232
"@compodoc/compodoc": "^1.1.7",
33-
"@types/arrify": "^1.0.4",
3433
"@types/extend": "^3.0.0",
3534
"@types/mocha": "^5.2.4",
3635
"@types/node": "^10.5.2",
@@ -41,18 +40,18 @@
4140
"codecov": "^3.0.4",
4241
"gts": "^0.9.0",
4342
"intelli-espower-loader": "^1.0.1",
43+
"linkinator": "^1.1.2",
4444
"mocha": "^6.0.0",
4545
"nyc": "^13.0.0",
4646
"proxyquire": "^2.0.1",
4747
"sinon": "^7.0.0",
4848
"source-map-support": "^0.5.6",
4949
"through2": "^3.0.0",
5050
"typescript": "^3.0.0",
51-
"uuid": "^3.3.2",
52-
"linkinator": "^1.1.2"
51+
"uuid": "^3.3.2"
5352
},
5453
"dependencies": {
55-
"arrify": "^1.0.1",
54+
"arrify": "^2.0.0",
5655
"extend": "^3.0.1",
5756
"split-array-stream": "^2.0.0",
5857
"stream-events": "^1.0.4"

‎src/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
* @module common/paginator
1919
*/
2020

21-
import * as arrify from 'arrify';
21+
import arrify = require('arrify');
2222
import * as extend from 'extend';
2323
import {split} from 'split-array-stream';
2424
import {Transform, TransformOptions} from 'stream';

0 commit comments

Comments
 (0)