Skip to content

Commit

Permalink
Upgrade the rest of the dependencies for good measure
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerrit0 committed Nov 9, 2019
1 parent 1ab03e6 commit 3157e05
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 45 deletions.
74 changes: 37 additions & 37 deletions package-lock.json

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

16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
"dependencies": {
"@types/minimatch": "3.0.3",
"fs-extra": "^8.1.0",
"handlebars": "^4.4.3",
"highlight.js": "^9.15.10",
"handlebars": "^4.5.1",
"highlight.js": "^9.16.2",
"lodash": "^4.17.15",
"marked": "^0.7.0",
"minimatch": "^3.0.0",
Expand All @@ -43,18 +43,18 @@
"typescript": "3.7.x"
},
"devDependencies": {
"@types/fs-extra": "^8.0.0",
"@types/lodash": "^4.14.144",
"@types/fs-extra": "^8.0.1",
"@types/lodash": "^4.14.146",
"@types/marked": "^0.6.5",
"@types/mocha": "^5.2.7",
"@types/mockery": "^1.4.29",
"@types/node": "^12.7.12",
"@types/shelljs": "^0.8.5",
"mocha": "^6.2.1",
"@types/node": "^12.12.7",
"@types/shelljs": "^0.8.6",
"mocha": "^6.2.2",
"mockery": "^2.1.0",
"nyc": "^14.1.1",
"ts-node": "^8.4.1",
"tslint": "^5.20.0"
"tslint": "^5.20.1"
},
"files": [
"bin",
Expand Down

0 comments on commit 3157e05

Please sign in to comment.