Skip to content

Commit

Permalink
Upgrade libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
kasecato committed Aug 12, 2020
1 parent 078bdad commit 65cbee3
Show file tree
Hide file tree
Showing 3 changed files with 122 additions and 36 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
## 0.1.18 (Aug 12, 2020)

* enhancement - add support for Blazor .razor files. See [#110](https://github.com/kasecato/vscode-docomment/issues/110)
* upgrade libs

## 0.1.17 (July 28, 2020)

Expand Down
149 changes: 117 additions & 32 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -229,12 +229,12 @@
],
"dependencies": {},
"devDependencies": {
"@types/mocha": "^8.0.0",
"@types/node": "^14.0.23",
"@types/mocha": "^8.0.2",
"@types/node": "^14.0.27",
"@types/vscode": "^1.40.0",
"coveralls": "^3.1.0",
"eslint": "^7.5.0",
"mocha": "^8.0.1",
"eslint": "^7.6.0",
"mocha": "^8.1.1",
"mocha-lcov-reporter": "^1.3.0",
"nyc": "^15.1.0",
"typescript": "^3.9.7",
Expand Down

0 comments on commit 65cbee3

Please sign in to comment.