Skip to content

Commit

Permalink
fix: update dependencies (non-major) (#148)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 18, 2024
1 parent fac561f commit 9e33da8
Show file tree
Hide file tree
Showing 2 changed files with 241 additions and 214 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@ocavue/eslint-config",
"type": "module",
"version": "2.10.4",
"packageManager": "pnpm@9.12.3",
"packageManager": "pnpm@9.13.2",
"description": "",
"author": "ocavue <ocavue@gmail.com>",
"license": "MIT",
Expand Down Expand Up @@ -32,29 +32,29 @@
},
"dependencies": {
"@eslint-types/unicorn": "^52.0.0",
"@eslint/js": "^9.13.0",
"@eslint/js": "^9.15.0",
"@eslint/markdown": "^6.2.1",
"eslint-config-flat-gitignore": "^0.3.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-plugin-antfu": "^2.7.0",
"eslint-plugin-import-x": "^4.4.0",
"eslint-plugin-jsonc": "^2.16.0",
"eslint-plugin-import-x": "^4.4.2",
"eslint-plugin-jsonc": "^2.18.2",
"eslint-plugin-no-only-tests": "^3.3.0",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-unicorn": "^56.0.0",
"eslint-plugin-vue": "^9.30.0",
"eslint-plugin-vue": "^9.31.0",
"jsonc-eslint-parser": "^2.4.0",
"typescript-eslint": "^8.12.2"
"typescript-eslint": "^8.15.0"
},
"devDependencies": {
"@antfu/ni": "^0.23.0",
"@types/eslint-config-prettier": "^6.11.3",
"@types/eslint__js": "^8.42.3",
"@types/node": "^20.17.5",
"@typescript-eslint/utils": "^8.12.2",
"eslint": "^9.13.0",
"@types/node": "^20.17.6",
"@typescript-eslint/utils": "^8.15.0",
"eslint": "^9.15.0",
"prettier": "^3.3.3",
"typescript": "^5.6.3"
},
Expand Down
Loading

0 comments on commit 9e33da8

Please sign in to comment.