Skip to content

Commit

Permalink
chore(deps): pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jpoon committed May 3, 2018
1 parent f79615b commit c4b1786
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -597,12 +597,12 @@
"postinstall": "node ./node_modules/vscode/bin/install"
},
"dependencies": {
"clipboardy": "^1.2.2",
"diff-match-patch": "^1.0.0",
"lodash": "^4.17.5",
"neovim-client": "^2.1.0",
"promised-neovim-client": "^2.0.2",
"untildify": "^3.0.2"
"clipboardy": "1.2.2",
"diff-match-patch": "1.0.0",
"lodash": "4.17.5",
"neovim-client": "2.1.0",
"promised-neovim-client": "2.0.2",
"untildify": "3.0.2"
},
"devDependencies": {
"@types/copy-paste": "1.1.30",
Expand Down

0 comments on commit c4b1786

Please sign in to comment.