Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Mar 3, 2024
1 parent c506802 commit 85f08db
Show file tree
Hide file tree
Showing 2 changed files with 497 additions and 407 deletions.
21 changes: 10 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "eslint-ts-patch",
"type": "commonjs",
"version": "8.56.0-0",
"packageManager": "pnpm@8.12.1",
"packageManager": "pnpm@8.15.4",
"description": "Support eslint.config.mjs and eslint.config.ts for ESLint",
"author": "Anthony Fu <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -40,28 +40,27 @@
},
"dependencies": {
"debug": "^4.3.4",
"eslint": "^8.56.0",
"eslint": "^8.57.0",
"jiti": "^1.21.0"
},
"devDependencies": {
"@antfu/eslint-config": "^2.6.0",
"@antfu/eslint-config": "^2.7.0",
"@antfu/ni": "^0.21.12",
"@types/eslint": "^8.56.0",
"@types/eslint": "^8.56.5",
"@types/fs-extra": "^11.0.4",
"@types/node": "^20.10.5",
"bumpp": "^9.2.1",
"eslint": "^8.56.0",
"@types/node": "^20.11.24",
"bumpp": "^9.3.0",
"eslint-ts-patch": "workspace:*",
"esno": "^4.0.0",
"execa": "^8.0.1",
"fs-extra": "^11.2.0",
"lint-staged": "^15.2.0",
"pnpm": "^8.12.1",
"lint-staged": "^15.2.2",
"pnpm": "^8.15.4",
"rimraf": "^5.0.5",
"simple-git-hooks": "^2.9.0",
"typescript": "^5.3.3",
"vite": "^5.0.10",
"vitest": "^1.1.0"
"vite": "^5.1.4",
"vitest": "^1.3.1"
},
"simple-git-hooks": {
"pre-commit": "pnpm lint-staged"
Expand Down
Loading

0 comments on commit 85f08db

Please sign in to comment.