Skip to content

Commit

Permalink
fix(deps): update dependency arrify to v2 (#684)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and JustinBeckwith committed May 3, 2019
1 parent 5a4ecf6 commit 1757ee2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"client library"
],
"dependencies": {
"arrify": "^1.0.1",
"arrify": "^2.0.0",
"base64-js": "^1.3.0",
"fast-text-encoding": "^1.0.0",
"gaxios": "^2.0.0",
Expand All @@ -30,7 +30,6 @@
},
"devDependencies": {
"@compodoc/compodoc": "^1.1.7",
"@types/arrify": "^1.0.4",
"@types/base64-js": "^1.2.5",
"@types/chai": "^4.1.7",
"@types/execa": "^0.9.0",
Expand Down
4 changes: 2 additions & 2 deletions src/auth/computeclient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
* limitations under the License.
*/

import * as arrify from 'arrify';
import {GaxiosError, GaxiosOptions, GaxiosPromise} from 'gaxios';
import arrify = require('arrify');
import {GaxiosError} from 'gaxios';
import * as gcpMetadata from 'gcp-metadata';

import * as messages from '../messages';
Expand Down

0 comments on commit 1757ee2

Please sign in to comment.