Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
wilfriedago committed Aug 28, 2024
2 parents 89afc7f + 14bdb87 commit 3d12511
Show file tree
Hide file tree
Showing 5 changed files with 333 additions and 292 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "eslint-plugin-antfu",
"type": "module",
"version": "2.3.5",
"packageManager": "pnpm@9.7.0",
"version": "2.3.6",
"packageManager": "pnpm@9.8.0",
"description": "Anthony extended ESLint rules",
"author": "Anthony Fu <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -46,30 +46,30 @@
"@antfu/utils": "^0.7.10"
},
"devDependencies": {
"@antfu/eslint-config": "^2.25.1",
"@antfu/ni": "^0.22.1",
"@antfu/eslint-config": "^2.27.0",
"@antfu/ni": "^0.22.4",
"@types/eslint": "^9.6.0",
"@types/lodash.merge": "^4.6.9",
"@types/node": "^22.2.0",
"@types/node": "^22.5.0",
"@types/semver": "^7.5.8",
"@typescript-eslint/typescript-estree": "^8.0.1",
"@typescript-eslint/utils": "^8.0.1",
"@typescript-eslint/typescript-estree": "^8.2.0",
"@typescript-eslint/utils": "^8.2.0",
"bumpp": "^9.5.1",
"eslint": "^9.9.0",
"eslint-define-config": "^2.1.0",
"eslint-vitest-rule-tester": "^0.5.1",
"eslint-vitest-rule-tester": "^0.6.1",
"esno": "^4.7.0",
"jsonc-eslint-parser": "^2.4.0",
"lint-staged": "^15.2.8",
"lint-staged": "^15.2.9",
"lodash.merge": "4.6.2",
"pnpm": "^9.7.0",
"pnpm": "^9.8.0",
"semver": "^7.6.3",
"simple-git-hooks": "^2.11.1",
"tsup": "^8.2.4",
"tsx": "^4.17.0",
"typescript": "^5.5.4",
"unbuild": "^2.0.0",
"vite": "^5.4.0",
"vite": "^5.4.2",
"vitest": "^2.0.5"
},
"resolutions": {
Expand Down
Loading

0 comments on commit 3d12511

Please sign in to comment.