bun upgrade

This commit is contained in:
geoffsee
2025-04-06 10:59:59 -04:00
committed by Geoff Seemueller
parent 523bdc26ec
commit 2b39128166
2 changed files with 10 additions and 10 deletions

BIN
bun.lockb

Binary file not shown.

View File

@@ -48,25 +48,25 @@
"release": "bunx release-it"
},
"dependencies": {
"glob": "^11.0.0",
"llama3-tokenizer-js": "^1.0.0",
"glob": "^11.0.1",
"llama3-tokenizer-js": "^1.2.0",
"micromatch": "^4.0.8"
},
"peerDependencies": {
"node": ">=14.0.0"
"node": "^20.18.1"
},
"devDependencies": {
"@eslint/js": "^9.14.0",
"@eslint/js": "^9.24.0",
"@types/bun": "latest",
"@types/micromatch": "^4.0.9",
"@types/node": "^22.9.1",
"@types/node": "^22.14.0",
"bun": "latest",
"bun-plugin-isolated-decl": "^0.1.6",
"eslint": "^9.14.0",
"globals": "^15.12.0",
"bun-plugin-isolated-decl": "^0.1.10",
"eslint": "^9.24.0",
"globals": "^15.15.0",
"oxc-transform": "^0.44.0",
"prettier": "^3.3.3",
"typescript": "^5.6.3"
"prettier": "^3.5.3",
"typescript": "^5.8.3"
},
"release-it": {
"$schema": "https://unpkg.com/release-it/schema/release-it.json",