Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Jan 8, 2024
1 parent 72ef601 commit c65fc6d
Show file tree
Hide file tree
Showing 3 changed files with 728 additions and 470 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ gitignore({

[MIT](./LICENSE) License © 2023-PRESENT [Anthony Fu](https://github.com/antfu)


<!-- Badges -->

[npm-version-src]: https://img.shields.io/npm/v/eslint-config-flat-gitignore?style=flat&colorA=080f12&colorB=1fa669
Expand Down
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "eslint-config-flat-gitignore",
"type": "module",
"version": "0.1.2",
"packageManager": "pnpm@8.11.0",
"packageManager": "pnpm@8.14.0",
"description": ".gitignore support for ESLint Flat Config",
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
"license": "MIT",
Expand Down Expand Up @@ -54,21 +54,21 @@
"parse-gitignore": "^2.0.0"
},
"devDependencies": {
"@antfu/eslint-config": "^2.1.2",
"@antfu/eslint-config": "^2.6.2",
"@antfu/ni": "^0.21.12",
"@antfu/utils": "^0.7.6",
"@types/node": "^20.10.1",
"bumpp": "^9.2.0",
"eslint": "^8.54.0",
"@antfu/utils": "^0.7.7",
"@types/node": "^20.10.7",
"bumpp": "^9.2.1",
"eslint": "^8.56.0",
"esno": "^4.0.0",
"lint-staged": "^15.1.0",
"pnpm": "^8.11.0",
"lint-staged": "^15.2.0",
"pnpm": "^8.14.0",
"rimraf": "^5.0.5",
"simple-git-hooks": "^2.9.0",
"typescript": "^5.3.2",
"typescript": "^5.3.3",
"unbuild": "^2.0.0",
"vite": "^5.0.4",
"vitest": "^0.34.6"
"vite": "^5.0.11",
"vitest": "^1.1.3"
},
"simple-git-hooks": {
"pre-commit": "pnpm lint-staged"
Expand Down
Loading

0 comments on commit c65fc6d

Please sign in to comment.