Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kelsos committed Oct 4, 2024
1 parent aaec539 commit 23d692a
Show file tree
Hide file tree
Showing 4 changed files with 786 additions and 950 deletions.
20 changes: 10 additions & 10 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.10.0",
"packageManager": "pnpm@9.12.0",
"type": "module",
"license": "AGPL-3.0",
"bugs": {
Expand Down Expand Up @@ -48,7 +48,7 @@
"eslint": "^9.0.0"
},
"dependencies": {
"@typescript-eslint/utils": "8.6.0",
"@typescript-eslint/utils": "8.8.0",
"debug": "4.3.7",
"eslint-compat-utils": "0.5.1",
"jsonc-eslint-parser": "2.4.0",
Expand All @@ -59,24 +59,24 @@
"devDependencies": {
"@commitlint/cli": "19.5.0",
"@commitlint/config-conventional": "19.5.0",
"@rotki/eslint-config": "3.0.0",
"@rotki/eslint-config": "3.2.1",
"@types/debug": "4.1.12",
"@types/node": "20",
"@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",
"@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",
"debug": "4.3.7",
"eslint": "9.10.0",
"eslint": "9.11.1",
"husky": "9.1.6",
"lint-staged": "15.2.10",
"rimraf": "6.0.1",
"ts-node": "10.9.2",
"typescript": "5.6.2",
"unbuild": "2.0.0",
"vitepress": "1.3.4",
"vitest": "2.1.1"
"vitest": "2.1.2"
},
"engines": {
"node": ">=20",
Expand Down
Loading

0 comments on commit 23d692a

Please sign in to comment.