Skip to content

Commit

Permalink
chore: update importx
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed May 11, 2024
1 parent d4f16c7 commit 04fda24
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 12 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"dependencies": {
"debug": "^4.3.4",
"eslint": "^9.2.0",
"importx": "^0.1.2"
"importx": "^0.2.0"
},
"devDependencies": {
"@antfu/eslint-config": "^2.17.0",
Expand All @@ -51,6 +51,7 @@
"@types/node": "^20.12.11",
"bumpp": "^9.4.1",
"bundle-require": "^4.1.0",
"cross-env": "^7.0.3",
"eslint-ts-patch": "workspace:*",
"esno": "^4.7.0",
"execa": "^9.0.2",
Expand All @@ -68,6 +69,6 @@
"pre-commit": "pnpm lint-staged"
},
"lint-staged": {
"*": "eslint-ts --fix"
"*": "cross-env ESLINT_TS_PATCH_LOADER=jiti eslint-ts --fix"
}
}
32 changes: 22 additions & 10 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 04fda24

Please sign in to comment.