Skip to content

Commit

Permalink
Bumped up dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ryu1kn committed Apr 24, 2019
1 parent 62ff582 commit 405eb72
Show file tree
Hide file tree
Showing 4 changed files with 1,182 additions and 2,490 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v7.9
v10.2
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: node_js
node_js:
- "7.9"
- "10.2"
addons:
code_climate:
repo_token:
Expand Down
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"url": "https://github.com/ryu1kn/vscode-annotator.git"
},
"engines": {
"vscode": "^1.16.0"
"vscode": "^1.26.0"
},
"categories": [
"Other"
Expand Down Expand Up @@ -108,18 +108,18 @@
"test-mode": "mocha test --recursive --ui tdd --watch"
},
"devDependencies": {
"chai": "~4.1.2",
"codeclimate-test-reporter": "^0.5.0",
"eslint": "^4.19.1",
"eslint-config-xo": "^0.22.1",
"mocha": "^5.1.1",
"nyc": "^11.7.3",
"sinon": "^5.0.7",
"sinon-chai": "^3.0.0",
"vscode": "^1.1.17"
"chai": "^4.2.0",
"codeclimate-test-reporter": "^0.5.1",
"eslint": "^5.16.0",
"eslint-config-xo": "^0.26.0",
"mocha": "^6.1.4",
"nyc": "^14.0.0",
"sinon": "^7.3.2",
"sinon-chai": "^3.3.0",
"vscode": "^1.1.33"
},
"dependencies": {
"multiline-string": "0.2.0",
"lodash": "^4.17.10"
"lodash": "^4.17.11"
}
}
Loading

0 comments on commit 405eb72

Please sign in to comment.