Skip to content

Commit

Permalink
build(deps-dev): bump eslint and typescript
Browse files Browse the repository at this point in the history
  • Loading branch information
Ffloriel committed Nov 6, 2021
1 parent b605549 commit d80600f
Show file tree
Hide file tree
Showing 9 changed files with 1,294 additions and 2,351 deletions.
3,173 changes: 1,214 additions & 1,959 deletions package-lock.json

Large diffs are not rendered by default.

20 changes: 10 additions & 10 deletions package.json
Expand Up @@ -16,26 +16,26 @@
],
"devDependencies": {
"@rollup/plugin-json": "^4.1.0",
"@types/jest": "^26.0.23",
"@types/jest": "^27.0.2",
"@types/node": "^16.0.0",
"@typescript-eslint/eslint-plugin": "^4.28.2",
"@typescript-eslint/parser": "^4.28.2",
"@typescript-eslint/eslint-plugin": "^5.3.0",
"@typescript-eslint/parser": "^5.3.0",
"@vuepress/plugin-google-analytics": "^1.8.2",
"@vuepress/theme-default": "^1.8.2",
"conventional-changelog-cli": "^2.1.1",
"eslint": "^7.30.0",
"eslint": "^8.2.0",
"husky": "^7.0.1",
"jest": "^27.0.6",
"jest": "^27.3.1",
"lerna": "^4.0.0",
"lint-staged": "^11.0.0",
"prettier": "^2.3.2",
"rollup": "^2.52.7",
"prettier": "^2.4.1",
"rollup": "^2.59.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-ts": "^1.4.0",
"ts-jest": "^27.0.3",
"ts-node": "^10.0.0",
"typescript": "^4.3.5",
"ts-jest": "^27.0.7",
"ts-node": "^10.4.0",
"typescript": "^4.4.4",
"vuepress": "^1.8.2"
},
"scripts": {
Expand Down

0 comments on commit d80600f

Please sign in to comment.