Skip to content

Commit

Permalink
chore: upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
privatenumber committed Jun 29, 2024
1 parent 3e1e546 commit da3bcb0
Show file tree
Hide file tree
Showing 3 changed files with 581 additions and 517 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "tsx",
"version": "0.0.0-semantic-release",
"packageManager": "[email protected]",
"description": "TypeScript Execute (tsx): Node.js enhanced with esbuild to run TypeScript & ESM files",
"keywords": [
"cli",
Expand All @@ -15,7 +14,6 @@
],
"license": "MIT",
"repository": "privatenumber/tsx",
"homepage": "https://tsx.is",
"author": {
"name": "Hiroki Osame",
"email": "[email protected]"
Expand Down Expand Up @@ -56,6 +54,8 @@
"./preflight": "./dist/preflight.cjs",
"./repl": "./dist/repl.mjs"
},
"packageManager": "[email protected]",
"homepage": "https://tsx.is",
"scripts": {
"prepare": "pnpm simple-git-hooks",
"build": "pkgroll --minify",
Expand All @@ -77,7 +77,7 @@
"node": ">=18.0.0"
},
"dependencies": {
"esbuild": "~0.21.4",
"esbuild": "~0.21.5",
"get-tsconfig": "^4.7.5"
},
"optionalDependencies": {
Expand All @@ -86,35 +86,35 @@
"devDependencies": {
"@ampproject/remapping": "^2.3.0",
"@types/cross-spawn": "^6.0.6",
"@types/node": "^20.14.1",
"@types/node": "^20.14.9",
"@types/split2": "^4.2.3",
"append-transform": "^2.0.0",
"cachedir": "^2.4.0",
"chokidar": "^3.6.0",
"clean-pkg-json": "^1.2.0",
"cleye": "^1.3.2",
"cross-spawn": "^7.0.3",
"es-module-lexer": "^1.5.3",
"es-module-lexer": "^1.5.4",
"execa": "^8.0.1",
"fs-fixture": "^2.4.0",
"fs-require": "^1.6.0",
"get-node": "^15.0.1",
"kolorist": "^1.8.0",
"lint-staged": "^15.2.5",
"lintroll": "^1.6.1",
"lint-staged": "^15.2.7",
"lintroll": "^1.7.1",
"magic-string": "^0.30.10",
"manten": "^1.3.0",
"memfs": "^4.9.2",
"memfs": "^4.9.3",
"node-pty": "^1.0.0",
"outdent": "^0.8.0",
"pkgroll": "^2.1.1",
"proxyquire": "^2.1.3",
"simple-git-hooks": "^2.11.1",
"split2": "^4.2.0",
"strip-ansi": "^7.1.0",
"type-fest": "^4.18.3",
"type-fest": "^4.20.1",
"type-flag": "^3.0.0",
"typescript": "^5.4.5"
"typescript": "^5.5.2"
},
"eslintConfig": {
"extends": "@pvtnbr",
Expand Down
Loading

0 comments on commit da3bcb0

Please sign in to comment.