Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 7, 2024
1 parent d233465 commit b6cf8ed
Show file tree
Hide file tree
Showing 2 changed files with 501 additions and 481 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@ivanmaxlogiudice/eslint-config",
"type": "module",
"version": "2.0.2",
"packageManager": "pnpm@9.6.0",
"packageManager": "pnpm@9.7.0",
"description": "Personal ESLint config",
"author": "Iván Máximiliano, Lo Giudice (https://github.com/ivanmaxlogiudice/)",
"license": "MIT",
Expand Down Expand Up @@ -104,26 +104,26 @@
}
},
"dependencies": {
"@antfu/eslint-config": "^2.24.0",
"@antfu/eslint-config": "^2.24.1",
"@clack/prompts": "^0.7.0",
"defu": "^6.1.4",
"parse-gitignore": "^2.0.0",
"picocolors": "^1.0.1",
"yargs": "^17.7.2"
},
"devDependencies": {
"@eslint-react/eslint-plugin": "^1.6.0",
"@eslint-react/eslint-plugin": "^1.9.0",
"@eslint/config-inspector": "^0.5.2",
"@ivanmaxlogiudice/eslint-config": "workspace:*",
"@prettier/plugin-xml": "^3.4.1",
"@types/eslint": "^9.6.0",
"@types/fs-extra": "^11.0.4",
"@types/node": "^22.0.0",
"@types/node": "^22.1.0",
"@types/prompts": "^2.4.9",
"@types/yargs": "^17.0.32",
"@unocss/eslint-plugin": "^0.61.6",
"@types/yargs": "^17.0.33",
"@unocss/eslint-plugin": "^0.61.9",
"astro-eslint-parser": "^1.0.2",
"bumpp": "^9.4.1",
"bumpp": "^9.4.2",
"eslint": "npm:[email protected]",
"eslint-plugin-astro": "^1.2.3",
"eslint-plugin-format": "^0.1.2",
Expand All @@ -136,17 +136,17 @@
"execa": "^9.3.0",
"fast-glob": "^3.3.2",
"fs-extra": "^11.2.0",
"lint-staged": "^15.2.7",
"lint-staged": "^15.2.8",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-slidev": "^1.0.5",
"simple-git-hooks": "^2.11.1",
"svelte": "^4.2.18",
"svelte-eslint-parser": "^0.41.0",
"tsup": "^8.2.3",
"tsx": "^4.16.2",
"tsup": "^8.2.4",
"tsx": "^4.16.5",
"typescript": "^5.5.4",
"vitest": "^2.0.4",
"vue": "^3.4.34"
"vitest": "^2.0.5",
"vue": "^3.4.36"
},
"simple-git-hooks": {
"pre-commit": "pnpm lint-staged"
Expand Down
Loading

0 comments on commit b6cf8ed

Please sign in to comment.