Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kelsos committed Jan 9, 2024
1 parent beb8878 commit ee6a010
Show file tree
Hide file tree
Showing 2 changed files with 906 additions and 702 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.0.1",
"packageManager": "pnpm@8.9.0",
"packageManager": "pnpm@8.14.0",
"type": "commonjs",
"license": "AGPL-3.0",
"author": "Rotki Solutions GmbH <[email protected]>",
Expand Down Expand Up @@ -30,30 +30,30 @@
"eslint": "^8.0.0"
},
"dependencies": {
"@typescript-eslint/utils": "6.7.5",
"jsonc-eslint-parser": "2.3.0",
"vue-eslint-parser": "9.3.2",
"@typescript-eslint/utils": "6.18.1",
"jsonc-eslint-parser": "2.4.0",
"vue-eslint-parser": "9.4.0",
"yaml-eslint-parser": "1.2.2"
},
"devDependencies": {
"@commitlint/cli": "17.7.2",
"@commitlint/config-conventional": "17.7.0",
"@commitlint/cli": "18.4.4",
"@commitlint/config-conventional": "18.4.4",
"@rotki/eslint-config": "1.1.2",
"@types/eslint": "8.44.4",
"@types/eslint": "8.56.1",
"@types/node": "18",
"@typescript-eslint/eslint-plugin": "6.7.5",
"@typescript-eslint/parser": "6.7.5",
"@typescript-eslint/rule-tester": "6.7.5",
"bumpp": "9.2.0",
"eslint": "8.51.0",
"@typescript-eslint/eslint-plugin": "6.18.1",
"@typescript-eslint/parser": "6.18.1",
"@typescript-eslint/rule-tester": "6.18.1",
"bumpp": "9.2.1",
"eslint": "8.56.0",
"husky": "8.0.3",
"lint-staged": "14.0.1",
"lint-staged": "15.2.0",
"mocha": "10.2.0",
"nyc": "15.1.0",
"rimraf": "5.0.5",
"ts-node": "10.9.1",
"typescript": "5.2.2",
"vitepress": "1.0.0-rc.21"
"ts-node": "10.9.2",
"typescript": "5.3.3",
"vitepress": "1.0.0-rc.36"
},
"engines": {
"node": ">=18.0.0",
Expand Down
Loading

0 comments on commit ee6a010

Please sign in to comment.