Skip to content

Commit

Permalink
feat: update unicorn and minor dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kelsos committed Oct 15, 2024
1 parent 6b7d533 commit 60baf3b
Show file tree
Hide file tree
Showing 3 changed files with 392 additions and 380 deletions.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@rotki/eslint-config",
"version": "3.2.1",
"packageManager": "pnpm@9.11.0",
"packageManager": "pnpm@9.12.1",
"type": "module",
"license": "AGPL-3.0",
"bugs": {
Expand Down Expand Up @@ -67,11 +67,11 @@
"@eslint-community/eslint-plugin-eslint-comments": "4.4.0",
"@eslint-types/typescript-eslint": "7.5.0",
"@eslint-types/unicorn": "52.0.0",
"@eslint/markdown": "6.1.1",
"@stylistic/eslint-plugin": "2.8.0",
"@typescript-eslint/eslint-plugin": "8.8.0",
"@typescript-eslint/parser": "8.8.0",
"@vitest/eslint-plugin": "1.1.4",
"@eslint/markdown": "6.2.0",
"@stylistic/eslint-plugin": "2.9.0",
"@typescript-eslint/eslint-plugin": "8.9.0",
"@typescript-eslint/parser": "8.9.0",
"@vitest/eslint-plugin": "1.1.7",
"eslint-config-flat-gitignore": "0.3.0",
"eslint-config-prettier": "9.1.0",
"eslint-flat-config-utils": "0.4.0",
Expand All @@ -81,16 +81,16 @@
"eslint-plugin-html": "8.1.2",
"eslint-plugin-import-x": "4.3.1",
"eslint-plugin-jsonc": "2.16.0",
"eslint-plugin-n": "17.10.3",
"eslint-plugin-n": "17.11.1",
"eslint-plugin-no-only-tests": "3.3.0",
"eslint-plugin-perfectionist": "3.8.0",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-unicorn": "55.0.0",
"eslint-plugin-unicorn": "56.0.0",
"eslint-plugin-unused-imports": "4.1.4",
"eslint-plugin-vue": "9.28.0",
"eslint-plugin-vue": "9.29.0",
"eslint-plugin-yml": "1.14.0",
"eslint-processor-vue-blocks": "0.1.2",
"globals": "15.10.0",
"globals": "15.11.0",
"jsonc-eslint-parser": "2.4.0",
"local-pkg": "0.5.0",
"prettier": "3.3.3",
Expand All @@ -102,18 +102,18 @@
"@commitlint/config-conventional": "19.5.0",
"@eslint/config-inspector": "0.5.4",
"@rotki/eslint-config": "workspace:*",
"@types/node": "20.16.10",
"@types/node": "20.16.11",
"@types/prompts": "2.4.9",
"bumpp": "9.6.1",
"eslint": "9.11.1",
"bumpp": "9.7.1",
"eslint": "9.12.0",
"eslint-plugin-regexp": "2.6.0",
"eslint-typegen": "0.3.2",
"esno": "4.8.0",
"husky": "9.1.6",
"lint-staged": "15.2.10",
"rimraf": "6.0.1",
"tsup": "8.3.0",
"typescript": "5.6.2"
"typescript": "5.6.3"
},
"engines": {
"node": ">=20 <21",
Expand Down
Loading

0 comments on commit 60baf3b

Please sign in to comment.