Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
antfu committed Jan 13, 2025
1 parent 3568eac commit c300e9c
Showing 2 changed files with 366 additions and 365 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
@@ -30,7 +30,7 @@
"dev": "npx @eslint/config-inspector --config eslint.config.ts",
"build:inspector": "pnpm build && npx @eslint/config-inspector build",
"watch": "tsup --format esm,cjs --watch",
"lint": "eslint --flag unstable_ts_config .",
"lint": "eslint .",
"typegen": "tsx scripts/typegen.ts",
"prepack": "nr build",
"release": "bumpp && pnpm publish",
@@ -100,15 +100,15 @@
"@clack/prompts": "^0.9.1",
"@eslint-community/eslint-plugin-eslint-comments": "^4.4.1",
"@eslint/markdown": "^6.2.1",
"@stylistic/eslint-plugin": "^2.12.1",
"@stylistic/eslint-plugin": "^2.13.0",
"@typescript-eslint/eslint-plugin": "^8.19.1",
"@typescript-eslint/parser": "^8.19.1",
"@vitest/eslint-plugin": "^1.1.24",
"@vitest/eslint-plugin": "^1.1.25",
"eslint-config-flat-gitignore": "^1.0.0",
"eslint-flat-config-utils": "^1.0.0",
"eslint-merge-processors": "^1.0.0",
"eslint-plugin-antfu": "^2.7.0",
"eslint-plugin-command": "^2.0.7",
"eslint-plugin-command": "^2.1.0",
"eslint-plugin-import-x": "^4.6.1",
"eslint-plugin-jsdoc": "^50.6.1",
"eslint-plugin-jsonc": "^2.18.2",
@@ -138,22 +138,22 @@
"@eslint-react/eslint-plugin": "^1.23.2",
"@eslint/config-inspector": "^0.7.1",
"@prettier/plugin-xml": "^3.4.1",
"@stylistic/eslint-plugin-migrate": "^2.12.1",
"@stylistic/eslint-plugin-migrate": "^2.13.0",
"@types/fs-extra": "^11.0.4",
"@types/node": "^22.10.5",
"@types/prompts": "^2.4.9",
"@types/yargs": "^17.0.33",
"@unocss/eslint-plugin": "^0.65.4",
"@unocss/eslint-plugin": "^65.4.0",
"astro-eslint-parser": "^1.1.0",
"bumpp": "^9.10.0",
"eslint": "^9.17.0",
"eslint": "^9.18.0",
"eslint-plugin-astro": "^1.3.1",
"eslint-plugin-format": "^1.0.1",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-react-refresh": "^0.4.16",
"eslint-plugin-react-refresh": "^0.4.18",
"eslint-plugin-solid": "^0.14.5",
"eslint-plugin-svelte": "^2.46.1",
"eslint-typegen": "^0.3.2",
"eslint-typegen": "^1.0.0",
"execa": "^9.5.2",
"fast-glob": "^3.3.3",
"fs-extra": "^11.2.0",
@@ -163,7 +163,7 @@
"prettier-plugin-slidev": "^1.0.5",
"rimraf": "^6.0.1",
"simple-git-hooks": "^2.11.1",
"svelte": "^5.17.1",
"svelte": "^5.17.3",
"svelte-eslint-parser": "^0.43.0",
"tsup": "^8.3.5",
"tsx": "^4.19.2",
@@ -174,13 +174,13 @@
"resolutions": {
"@eslint-community/eslint-utils": "^4.4.1",
"@typescript-eslint/utils": "^8.19.1",
"eslint": "^9.17.0",
"eslint": "^9.18.0",
"tsx": "^4.19.2"
},
"simple-git-hooks": {
"pre-commit": "npx lint-staged"
},
"lint-staged": {
"*": "eslint --flag unstable_ts_config --fix"
"*": "eslint --fix"
}
}
707 changes: 354 additions & 353 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

0 comments on commit c300e9c

Please sign in to comment.