Skip to content

Commit

Permalink
Upgrade to jiti v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
webpro committed Oct 2, 2024
1 parent 6819eb9 commit dea12f8
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
Binary file modified bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion packages/knip/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"easy-table": "1.2.0",
"enhanced-resolve": "^5.17.1",
"fast-glob": "^3.3.2",
"jiti": "^2.0.0",
"jiti": "^2.1.0",
"js-yaml": "^4.1.0",
"minimist": "^1.2.8",
"picocolors": "^1.0.0",
Expand Down
1 change: 0 additions & 1 deletion packages/knip/src/util/jiti.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import { join } from './path.js';
const empty = join(fileURLToPath(import.meta.url), '../empty.js');

const options = {
interopDefault: true,
alias: {
'@rushstack/eslint-config/patch/modern-module-resolution': empty,
'@rushstack/eslint-patch/modern-module-resolution': empty,
Expand Down

0 comments on commit dea12f8

Please sign in to comment.