Skip to content

Commit d80600f

Browse files
committed
build(deps-dev): bump eslint and typescript
1 parent b605549 commit d80600f

File tree

9 files changed

+1294
-2351
lines changed

9 files changed

+1294
-2351
lines changed

package-lock.json

+1,214-1,959
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+10-10
Original file line numberDiff line numberDiff line change
@@ -16,26 +16,26 @@
1616
],
1717
"devDependencies": {
1818
"@rollup/plugin-json": "^4.1.0",
19-
"@types/jest": "^26.0.23",
19+
"@types/jest": "^27.0.2",
2020
"@types/node": "^16.0.0",
21-
"@typescript-eslint/eslint-plugin": "^4.28.2",
22-
"@typescript-eslint/parser": "^4.28.2",
21+
"@typescript-eslint/eslint-plugin": "^5.3.0",
22+
"@typescript-eslint/parser": "^5.3.0",
2323
"@vuepress/plugin-google-analytics": "^1.8.2",
2424
"@vuepress/theme-default": "^1.8.2",
2525
"conventional-changelog-cli": "^2.1.1",
26-
"eslint": "^7.30.0",
26+
"eslint": "^8.2.0",
2727
"husky": "^7.0.1",
28-
"jest": "^27.0.6",
28+
"jest": "^27.3.1",
2929
"lerna": "^4.0.0",
3030
"lint-staged": "^11.0.0",
31-
"prettier": "^2.3.2",
32-
"rollup": "^2.52.7",
31+
"prettier": "^2.4.1",
32+
"rollup": "^2.59.0",
3333
"rollup-plugin-node-resolve": "^5.2.0",
3434
"rollup-plugin-terser": "^7.0.2",
3535
"rollup-plugin-ts": "^1.4.0",
36-
"ts-jest": "^27.0.3",
37-
"ts-node": "^10.0.0",
38-
"typescript": "^4.3.5",
36+
"ts-jest": "^27.0.7",
37+
"ts-node": "^10.4.0",
38+
"typescript": "^4.4.4",
3939
"vuepress": "^1.8.2"
4040
},
4141
"scripts": {

0 commit comments

Comments
 (0)