Skip to content

Commit ff6dff5

Browse files
committed
chore: Upgrade dev deps
1 parent 053134b commit ff6dff5

File tree

2 files changed

+109
-94
lines changed

2 files changed

+109
-94
lines changed

package-lock.json

Lines changed: 99 additions & 84 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -36,23 +36,23 @@
3636
"typescript": "3.9.x || 4.0.x || 4.1.x"
3737
},
3838
"devDependencies": {
39-
"@types/fs-extra": "^9.0.2",
40-
"@types/lodash": "^4.14.162",
39+
"@types/fs-extra": "^9.0.4",
40+
"@types/lodash": "^4.14.165",
4141
"@types/lunr": "^2.3.3",
42-
"@types/marked": "^1.1.0",
42+
"@types/marked": "^1.2.0",
4343
"@types/minimatch": "3.0.3",
44-
"@types/mocha": "^8.0.3",
44+
"@types/mocha": "^8.0.4",
4545
"@types/mockery": "^1.4.29",
46-
"@types/node": "^14.14.3",
46+
"@types/node": "^14.14.10",
4747
"@types/semver": "^7.3.4",
4848
"@types/shelljs": "^0.8.8",
49-
"@typescript-eslint/eslint-plugin": "^4.5.0",
50-
"@typescript-eslint/parser": "^4.5.0",
51-
"eslint": "^7.12.0",
52-
"mocha": "^8.2.0",
49+
"@typescript-eslint/eslint-plugin": "^4.8.2",
50+
"@typescript-eslint/parser": "^4.8.2",
51+
"eslint": "^7.14.0",
52+
"mocha": "^8.2.1",
5353
"mockery": "^2.1.0",
5454
"nyc": "^15.1.0",
55-
"prettier": "^2.1.2",
55+
"prettier": "^2.2.0",
5656
"typescript": "^4.1.2"
5757
},
5858
"files": [

0 commit comments

Comments
 (0)