Skip to content

Commit

Permalink
chore: upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
privatenumber committed May 13, 2024
1 parent 2c87fc1 commit 0e66aed
Show file tree
Hide file tree
Showing 2 changed files with 150 additions and 60 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "tsx",
"version": "0.0.0-semantic-release",
"packageManager": "pnpm@9.1.0",
"packageManager": "pnpm@9.1.1",
"description": "TypeScript Execute (tsx): Node.js enhanced with esbuild to run TypeScript & ESM files",
"keywords": [
"cli",
Expand Down Expand Up @@ -70,15 +70,15 @@
},
"dependencies": {
"esbuild": "~0.20.2",
"get-tsconfig": "^4.7.3"
"get-tsconfig": "^4.7.5"
},
"optionalDependencies": {
"fsevents": "~2.3.3"
},
"devDependencies": {
"@ampproject/remapping": "^2.3.0",
"@types/cross-spawn": "^6.0.6",
"@types/node": "^20.12.7",
"@types/node": "^20.12.11",
"@types/split2": "^4.2.3",
"cachedir": "^2.4.0",
"chokidar": "^3.6.0",
Expand All @@ -89,20 +89,20 @@
"execa": "^8.0.1",
"fs-fixture": "^2.4.0",
"fs-require": "^1.6.0",
"get-node": "^15.0.0",
"get-node": "^15.0.1",
"kolorist": "^1.8.0",
"lint-staged": "^15.2.2",
"lintroll": "^1.5.2",
"magic-string": "^0.30.10",
"manten": "^1.3.0",
"memfs": "^4.9.1",
"memfs": "^4.9.2",
"node-pty": "^1.0.0",
"outdent": "^0.8.0",
"pkgroll": "^2.0.2",
"simple-git-hooks": "^2.11.1",
"split2": "^4.2.0",
"strip-ansi": "^7.1.0",
"type-fest": "^4.18.0",
"type-fest": "^4.18.2",
"type-flag": "^3.0.0",
"typescript": "^5.4.5"
},
Expand Down
Loading

0 comments on commit 0e66aed

Please sign in to comment.