Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kelsos committed Sep 19, 2024
1 parent e02aeb0 commit aaec539
Show file tree
Hide file tree
Showing 2 changed files with 1,167 additions and 631 deletions.
35 changes: 17 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@rotki/eslint-plugin",
"version": "0.5.0",
"packageManager": "pnpm@9.7.0",
"packageManager": "pnpm@9.10.0",
"type": "module",
"license": "AGPL-3.0",
"bugs": {
Expand Down Expand Up @@ -48,36 +48,35 @@
"eslint": "^9.0.0"
},
"dependencies": {
"@typescript-eslint/utils": "8.1.0",
"debug": "4.3.6",
"@typescript-eslint/utils": "8.6.0",
"debug": "4.3.7",
"eslint-compat-utils": "0.5.1",
"jsonc-eslint-parser": "2.4.0",
"scule": "1.3.0",
"vue-eslint-parser": "9.4.3",
"yaml-eslint-parser": "1.2.3"
},
"devDependencies": {
"@commitlint/cli": "19.4.0",
"@commitlint/config-conventional": "19.2.2",
"@commitlint/cli": "19.5.0",
"@commitlint/config-conventional": "19.5.0",
"@rotki/eslint-config": "3.0.0",
"@types/debug": "4.1.12",
"@types/eslint": "9.6.0",
"@types/node": "20",
"@typescript-eslint/eslint-plugin": "8.1.0",
"@typescript-eslint/parser": "8.1.0",
"@typescript-eslint/rule-tester": "8.1.0",
"@vitest/coverage-v8": "2.0.5",
"bumpp": "9.5.1",
"debug": "4.3.6",
"eslint": "9.9.0",
"husky": "9.1.4",
"lint-staged": "15.2.9",
"@typescript-eslint/eslint-plugin": "8.6.0",
"@typescript-eslint/parser": "8.6.0",
"@typescript-eslint/rule-tester": "8.6.0",
"@vitest/coverage-v8": "2.1.1",
"bumpp": "9.5.2",
"debug": "4.3.7",
"eslint": "9.10.0",
"husky": "9.1.6",
"lint-staged": "15.2.10",
"rimraf": "6.0.1",
"ts-node": "10.9.2",
"typescript": "5.5.4",
"typescript": "5.6.2",
"unbuild": "2.0.0",
"vitepress": "1.3.2",
"vitest": "2.0.5"
"vitepress": "1.3.4",
"vitest": "2.1.1"
},
"engines": {
"node": ">=20",
Expand Down
Loading

0 comments on commit aaec539

Please sign in to comment.