Skip to content

Commit

Permalink
chore: Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerrit0 committed Mar 14, 2021
1 parent 99c6a13 commit 07e0e27
Show file tree
Hide file tree
Showing 2 changed files with 84 additions and 78 deletions.
146 changes: 76 additions & 70 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 @@ -29,8 +29,8 @@
"minimatch": "^3.0.0",
"progress": "^2.0.3",
"shelljs": "^0.8.4",
"shiki": "^0.9.2",
"typedoc-default-themes": "^0.12.8"
"shiki": "^0.9.3",
"typedoc-default-themes": "^0.12.9"
},
"peerDependencies": {
"typescript": "3.9.x || 4.0.x || 4.1.x || 4.2.x"
Expand All @@ -39,21 +39,21 @@
"@types/fs-extra": "^9.0.8",
"@types/lodash": "^4.14.168",
"@types/lunr": "^2.3.3",
"@types/marked": "^1.2.2",
"@types/marked": "^2.0.0",
"@types/minimatch": "3.0.3",
"@types/mocha": "^8.2.1",
"@types/mockery": "^1.4.29",
"@types/node": "^14.14.31",
"@types/node": "^14.14.34",
"@types/semver": "^7.3.4",
"@types/shelljs": "^0.8.8",
"@typescript-eslint/eslint-plugin": "^4.16.1",
"@typescript-eslint/parser": "^4.16.1",
"eslint": "^7.21.0",
"@typescript-eslint/eslint-plugin": "^4.17.0",
"@typescript-eslint/parser": "^4.17.0",
"eslint": "^7.22.0",
"mocha": "^8.3.0",
"mockery": "^2.1.0",
"nyc": "^15.1.0",
"prettier": "^2.2.1",
"typescript": "^4.2.2"
"typescript": "^4.2.3"
},
"files": [
"bin",
Expand Down

0 comments on commit 07e0e27

Please sign in to comment.