Skip to content

Commit

Permalink
feat: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kelsos committed Nov 19, 2024
1 parent 23d692a commit e8a50c7
Show file tree
Hide file tree
Showing 2 changed files with 1,235 additions and 959 deletions.
32 changes: 16 additions & 16 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.12.0",
"packageManager": "pnpm@9.13.2",
"type": "module",
"license": "AGPL-3.0",
"bugs": {
Expand Down Expand Up @@ -48,35 +48,35 @@
"eslint": "^9.0.0"
},
"dependencies": {
"@typescript-eslint/utils": "8.8.0",
"@typescript-eslint/utils": "8.15.0",
"debug": "4.3.7",
"eslint-compat-utils": "0.5.1",
"eslint-compat-utils": "0.6.3",
"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.5.0",
"@commitlint/config-conventional": "19.5.0",
"@rotki/eslint-config": "3.2.1",
"@commitlint/cli": "19.6.0",
"@commitlint/config-conventional": "19.6.0",
"@rotki/eslint-config": "3.5.0",
"@types/debug": "4.1.12",
"@types/node": "20",
"@typescript-eslint/eslint-plugin": "8.8.0",
"@typescript-eslint/parser": "8.8.0",
"@typescript-eslint/rule-tester": "8.8.0",
"@vitest/coverage-v8": "2.1.2",
"bumpp": "9.6.1",
"@typescript-eslint/eslint-plugin": "8.15.0",
"@typescript-eslint/parser": "8.15.0",
"@typescript-eslint/rule-tester": "8.15.0",
"@vitest/coverage-v8": "2.1.5",
"bumpp": "9.8.1",
"debug": "4.3.7",
"eslint": "9.11.1",
"husky": "9.1.6",
"eslint": "9.15.0",
"husky": "9.1.7",
"lint-staged": "15.2.10",
"rimraf": "6.0.1",
"ts-node": "10.9.2",
"typescript": "5.6.2",
"typescript": "5.6.3",
"unbuild": "2.0.0",
"vitepress": "1.3.4",
"vitest": "2.1.2"
"vitepress": "1.5.0",
"vitest": "2.1.5"
},
"engines": {
"node": ">=20",
Expand Down
Loading

0 comments on commit e8a50c7

Please sign in to comment.