Skip to content

Commit

Permalink
Updates dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
eamodio committed Oct 25, 2019
1 parent 77dec74 commit e40fd9c
Show file tree
Hide file tree
Showing 3 changed files with 96 additions and 143 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5863,10 +5863,10 @@
},
"devDependencies": {
"@types/lodash-es": "4.17.3",
"@types/node": "10.14.18",
"@types/node": "10.14.22",
"@types/vscode": "1.37.0",
"@typescript-eslint/eslint-plugin": "2.4.0",
"@typescript-eslint/parser": "2.4.0",
"@typescript-eslint/eslint-plugin": "2.5.0",
"@typescript-eslint/parser": "2.5.0",
"circular-dependency-plugin": "5.2.0",
"clean-webpack-plugin": "3.0.0",
"csp-html-webpack-plugin": "3.0.3",
Expand All @@ -5875,17 +5875,17 @@
"eslint-cli": "1.1.1",
"eslint-config-prettier": "6.4.0",
"eslint-plugin-import": "2.18.2",
"fork-ts-checker-webpack-plugin": "1.5.1",
"fork-ts-checker-webpack-plugin": "1.6.0",
"html-webpack-exclude-assets-plugin": "0.0.7",
"html-webpack-plugin": "3.2.0",
"imagemin-webpack-plugin": "2.4.2",
"mini-css-extract-plugin": "0.8.0",
"node-sass": "4.12.0",
"node-sass": "4.13.0",
"prettier": "1.18.2",
"sass-loader": "8.0.0",
"terser-webpack-plugin": "2.1.3",
"ts-loader": "6.2.0",
"typescript": "3.6.4",
"terser-webpack-plugin": "2.2.1",
"ts-loader": "6.2.1",
"typescript": "3.7.1-rc",
"vsce": "1.68.0",
"webpack": "4.41.2",
"webpack-bundle-analyzer": "3.6.0",
Expand Down
2 changes: 1 addition & 1 deletion src/commands/git/pull.ts
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ export class PullGitCommand extends QuickCommandBase<State> {
detail = Strings.pluralize('commit', status.state.behind);

fetchedOn = `${Strings.pad(GlyphChars.Dot, 2, 2)}Last fetched ${Dates.getFormatter(
new Date(lastFetched)
new Date(lastFetched!)
).fromNow()}`;
}

Expand Down

0 comments on commit e40fd9c

Please sign in to comment.