Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Dec 13, 2024
1 parent ae3dea0 commit 47fb73d
Show file tree
Hide file tree
Showing 3 changed files with 838 additions and 636 deletions.
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "importx",
"type": "module",
"version": "0.5.0",
"packageManager": "pnpm@9.11.0",
"packageManager": "pnpm@9.15.0",
"description": "Unified tool for importing TypeScript modules at runtime",
"author": "Anthony Fu <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -51,33 +51,33 @@
},
"dependencies": {
"bundle-require": "^5.0.0",
"debug": "^4.3.7",
"esbuild": "^0.20.2 || ^0.21.0 || ^0.22.0 || ^0.23.0",
"jiti": "^2.0.0",
"debug": "^4.4.0",
"esbuild": "^0.20.2 || ^0.21.0 || ^0.22.0 || ^0.23.0 || ^0.24.0",
"jiti": "^2.4.1",
"pathe": "^1.1.2",
"tsx": "^4.19.1"
"tsx": "^4.19.2"
},
"devDependencies": {
"@antfu/eslint-config": "^3.7.3",
"@antfu/ni": "^0.23.0",
"@antfu/eslint-config": "^3.11.2",
"@antfu/ni": "^0.23.1",
"@antfu/utils": "^0.7.10",
"@types/debug": "^4.1.12",
"@types/node": "^22.7.2",
"bumpp": "^9.5.2",
"eslint": "^9.11.1",
"esno": "^4.7.0",
"execa": "^9.4.0",
"@types/node": "^22.10.2",
"bumpp": "^9.9.1",
"eslint": "^9.16.0",
"esno": "^4.8.0",
"execa": "^9.5.2",
"find-up": "^7.0.0",
"lint-staged": "^15.2.10",
"picocolors": "^1.1.0",
"pnpm": "^9.11.0",
"lint-staged": "^15.2.11",
"picocolors": "^1.1.1",
"pnpm": "^9.15.0",
"simple-git-hooks": "^2.11.1",
"strip-ansi": "^7.1.0",
"ts-node": "^10.9.2",
"typescript": "^5.6.2",
"typescript": "^5.7.2",
"unbuild": "^2.0.0",
"vite": "^5.4.8",
"vitest": "^2.1.1"
"vite": "^5.4.11",
"vitest": "^2.1.8"
},
"resolutions": {
"jiti": "2.0.0-beta.3"
Expand Down
Loading

0 comments on commit 47fb73d

Please sign in to comment.