Skip to content

Commit

Permalink
chore(deps): update dependency typescript to ~3.5.0 (#724)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and JustinBeckwith committed Jun 5, 2019
1 parent 8b5b4d9 commit 2fe53ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"source-map-support": "^0.5.6",
"tmp": "^0.1.0",
"ts-loader": "^6.0.0",
"typescript": "~3.4.0",
"typescript": "~3.5.0",
"webpack": "^4.20.2",
"webpack-cli": "^3.1.1"
},
Expand Down
2 changes: 1 addition & 1 deletion test/test.googleauth.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ const wellKnownPathLinux = path.join(
describe('googleauth', () => {
let auth: GoogleAuth;
const sandbox = sinon.createSandbox();
let osStub: sinon.SinonStub;
let osStub: sinon.SinonStub<[], NodeJS.Platform>;
let exposeWindowsWellKnownFile: boolean;
let exposeLinuxWellKnownFile: boolean;
let createLinuxWellKnownStream: Function;
Expand Down

0 comments on commit 2fe53ad

Please sign in to comment.