Skip to content

Commit

Permalink
🔨 chore: bump deps
Browse files Browse the repository at this point in the history
Signed-off-by: Pauline <[email protected]>
  • Loading branch information
pauliesnug committed Sep 20, 2024
1 parent 75e7757 commit a5a4158
Show file tree
Hide file tree
Showing 4 changed files with 567 additions and 559 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "module",
"version": "4.3.4",
"private": true,
"packageManager": "pnpm@9.10.0",
"packageManager": "pnpm@9.11.0",
"engineStrict": true,
"author": "Petal Contributors",
"license": "(LicenseRef-OQL-1.2 OR MIT or Apache-2.0)",
Expand All @@ -18,7 +18,7 @@
"sideEffects": false,
"engines": {
"node": ">=20",
"pnpm": "9.10.0",
"pnpm": ">=9",
"npm": "pnpm",
"yarn": "pnpm"
},
Expand All @@ -45,13 +45,13 @@
"@types/node": "^22.5.5",
"bumpp": "^9.5.2",
"esbuild": "^0.23.1",
"eslint": "^9.10.0",
"eslint": "^9.11.0",
"jiti": "^1.21.6",
"tsup": "^8.2.4",
"tsup": "^8.3.0",
"tsx": "^4.19.1",
"typescript": "^5.6.2",
"unbuild": "^2.0.0",
"vite": "^5.4.6",
"vite": "^5.4.7",
"vitest": "^2.1.1"
},
"resolutions": {
Expand Down
12 changes: 6 additions & 6 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -145,9 +145,9 @@
"eslint-merge-processors": "^0.1.0",
"eslint-plugin-command": "^0.2.5",
"eslint-plugin-import-x": "^4.2.1",
"eslint-plugin-jsdoc": "^50.2.3",
"eslint-plugin-jsdoc": "^50.2.4",
"eslint-plugin-jsonc": "^2.16.0",
"eslint-plugin-n": "^17.10.2",
"eslint-plugin-n": "^17.10.3",
"eslint-plugin-perfectionist": "^3.6.0",
"eslint-plugin-petal": "workspace:^",
"eslint-plugin-regexp": "^2.6.0",
Expand All @@ -163,7 +163,7 @@
"yaml-eslint-parser": "^1.2.3"
},
"devDependencies": {
"@eslint-react/eslint-plugin": "^1.14.1",
"@eslint-react/eslint-plugin": "^1.14.2",
"@eslint/config-inspector": "^0.5.4",
"@prettier/plugin-xml": "^3.4.1",
"@tanstack/eslint-plugin-query": "^5.56.1",
Expand All @@ -172,7 +172,7 @@
"@types/prompts": "^2.4.9",
"@unocss/eslint-plugin": "^0.62.4",
"astro-eslint-parser": "^1.0.3",
"eslint": "^9.10.0",
"eslint": "^9.11.0",
"eslint-plugin-astro": "^1.2.4",
"eslint-plugin-format": "^0.1.2",
"eslint-plugin-json-schema-validator": "^5.1.3",
Expand All @@ -184,7 +184,7 @@
"eslint-plugin-vuejs-accessibility": "^2.4.1",
"eslint-processor-vue-blocks": "^0.1.2",
"eslint-typegen": "^0.3.2",
"execa": "^9.3.1",
"execa": "^9.4.0",
"fast-glob": "^3.3.2",
"fs-extra": "^11.2.0",
"jiti": "^1.21.6",
Expand All @@ -193,7 +193,7 @@
"prettier-plugin-slidev": "^1.0.5",
"svelte": "^4.2.19",
"svelte-eslint-parser": "^0.41.1",
"vue": "^3.5.6",
"vue": "^3.5.7",
"vue-eslint-parser": "^9.4.3"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
},
"devDependencies": {
"@typescript-eslint/utils": "^8.6.0",
"eslint": "^9.10.0",
"eslint": "^9.11.0",
"eslint-vitest-rule-tester": "^0.6.1",
"jsonc-eslint-parser": "^2.4.0"
},
Expand Down
Loading

0 comments on commit a5a4158

Please sign in to comment.