0
0
mirror of https://github.com/honojs/hono.git synced 2024-11-21 18:18:57 +01:00

chore: replace tsx with Bun (#3103)

This commit is contained in:
Shotaro Nakamura 2024-07-07 15:55:19 +09:00 committed by GitHub
parent bee3ade123
commit 97ec6521a7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 5 additions and 16 deletions

BIN
bun.lockb

Binary file not shown.

View File

@ -25,9 +25,9 @@
"format": "prettier --check --cache \"src/**/*.{js,ts,tsx}\" \"runtime_tests/**/*.{js,ts,tsx}\"",
"format:fix": "prettier --write --cache --cache-strategy metadata \"src/**/*.{js,ts,tsx}\" \"runtime_tests/**/*.{js,ts,tsx}\"",
"copy:package.cjs.json": "cp ./package.cjs.json ./dist/cjs/package.json && cp ./package.cjs.json ./dist/types/package.json ",
"build": "rimraf dist && tsx ./build.ts && bun run copy:package.cjs.json",
"build": "rimraf dist && bun ./build.ts && bun run copy:package.cjs.json",
"postbuild": "publint",
"watch": "rimraf dist && tsx ./build.ts --watch && bun run copy:package.cjs.json",
"watch": "rimraf dist && bun ./build.ts --watch && bun run copy:package.cjs.json",
"coverage": "vitest --run --coverage",
"prerelease": "bun test:deno && bun run build",
"release": "np"
@ -589,7 +589,6 @@
"publint": "^0.1.8",
"rimraf": "^3.0.2",
"supertest": "^6.3.3",
"tsx": "^4.7.0",
"typescript": "^5.3.3",
"vite-plugin-fastly-js-compute": "^0.4.2",
"vitest": "^1.2.2",

View File

@ -1,6 +1,6 @@
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
# yarn lockfile v1
# bun ./bun.lockb --hash: 733DAF3BDF9F84ED-89e11d5f0e9dc6ef-7974BC9F6F5A02AD-41e5e99e9db5457f
# bun ./bun.lockb --hash: C4BCCBD503BB953E-a1d9f70fa0bf855b-CDBD3396F39638C1-e260e213f4df2a73
"@aashutoshrathi/word-wrap@^1.2.3":
@ -2173,7 +2173,7 @@ esbuild@0.17.19, esbuild@^0.17.18:
"@esbuild/win32-ia32" "0.17.19"
"@esbuild/win32-x64" "0.17.19"
esbuild@*, esbuild@^0.19.3, esbuild@~0.19.10:
esbuild@*, esbuild@^0.19.3:
version "0.19.12"
resolved "https://registry.npmjs.org/esbuild/-/esbuild-0.19.12.tgz"
integrity sha512-aARqgq8roFBj054KvQr5f1sFu0D65G+miZRCuJyJ0G13Zwx7vRar5Zhn2tkQNzIXcBrNVsv/8stehpj+GAjgbg==
@ -2802,7 +2802,7 @@ get-symbol-description@^1.0.0:
call-bind "^1.0.2"
get-intrinsic "^1.1.1"
get-tsconfig@^4.5.0, get-tsconfig@^4.7.2:
get-tsconfig@^4.5.0:
version "4.7.2"
resolved "https://registry.npmjs.org/get-tsconfig/-/get-tsconfig-4.7.2.tgz"
integrity sha512-wuMsz4leaj5hbGgg4IvDU0bqJagpftG5l5cXIAvo8uZrqn0NJqwtfupTN00VnkQJPcIRrxYrm1Ue24btpCha2A==
@ -5628,16 +5628,6 @@ tslib@^2.2.0:
resolved "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz"
integrity sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==
tsx@^4.7.0:
version "4.7.0"
resolved "https://registry.npmjs.org/tsx/-/tsx-4.7.0.tgz"
integrity sha512-I+t79RYPlEYlHn9a+KzwrvEwhJg35h/1zHsLC2JXvhC2mdynMv6Zxzvhv5EMV6VF5qJlLlkSnMVvdZV3PSIGcg==
dependencies:
esbuild "~0.19.10"
get-tsconfig "^4.7.2"
optionalDependencies:
fsevents "~2.3.3"
type-check@^0.4.0:
version "0.4.0"
resolved "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz"