Skip to content

Commit

Permalink
build: Upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
weirongxu committed Jul 2, 2020
1 parent 95c84ca commit 340bcbd
Show file tree
Hide file tree
Showing 2 changed files with 486 additions and 520 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,17 +57,17 @@
"homepage": "https://github.com/weirongxu/coc-calc",
"repository": "https://github.com/weirongxu/coc-calc.git",
"devDependencies": {
"@types/node": "^12.7.11",
"@typescript-eslint/eslint-plugin": "^3.4.0",
"@typescript-eslint/parser": "^3.4.0",
"coc.nvim": "^0.0.73",
"editor-calc": "^1.1.0",
"@types/node": "^14.0.14",
"@typescript-eslint/eslint-plugin": "^3.5.0",
"@typescript-eslint/parser": "^3.5.0",
"coc.nvim": "^0.0.77",
"editor-calc": "^2.0.1",
"eslint": "^7.3.1",
"ts-loader": "^6.2.0",
"typescript": "^3.6.3",
"vscode-languageserver-protocol": "^3.14.1",
"webpack": "^4.41.0",
"webpack-cli": "^3.3.9"
"ts-loader": "^7.0.5",
"typescript": "^3.9.6",
"vscode-languageserver-protocol": "^3.15.3",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.12"
},
"dependencies": {}
}
Loading

0 comments on commit 340bcbd

Please sign in to comment.