Skip to content

Commit

Permalink
chore: upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
zanminkian committed Nov 14, 2024
1 parent b4ad870 commit 62140f8
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .changeset/cuddly-lamps-sparkle.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@fenge/prettier-config": patch
"@fenge/eslint-config": patch
---

chore: upgrade deps
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ pnpm-lock.yaml
dist
tmp
v8-compile-cache-*
node-compile-cache
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"eslint-plugin-esm": "workspace:*",
"eslint-plugin-fp": "2.3.0",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-n": "17.12.0",
"eslint-plugin-n": "17.13.1",
"eslint-plugin-pkg-json": "workspace:*",
"eslint-plugin-promise": "7.1.0",
"eslint-plugin-publint": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/prettier-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"build": "tsc -p tsconfig.build.json"
},
"dependencies": {
"@ianvs/prettier-plugin-sort-imports": "4.3.1",
"@ianvs/prettier-plugin-sort-imports": "4.4.0",
"prettier-plugin-packagejson": "2.5.3",
"prettier-plugin-tailwindcss": "0.6.8"
},
Expand Down

0 comments on commit 62140f8

Please sign in to comment.