chore: fix bun types in core package

This commit is contained in:
Nicolas Meienberger 2026-04-04 17:31:49 +02:00
parent a5a9de6c80
commit 86569a8b0d
3 changed files with 4 additions and 3 deletions

View file

@ -117,10 +117,10 @@
"packages/core": {
"name": "@zerobyte/core",
"devDependencies": {
"@types/bun": "latest",
"@types/bun": "^1.3.11",
},
"peerDependencies": {
"typescript": "^5",
"typescript": "^5 || ^6.0.0",
},
},
},

View file

@ -29,7 +29,7 @@
"test": "bunx --bun vitest run --config ./vitest.config.ts"
},
"devDependencies": {
"@types/bun": "latest"
"@types/bun": "^1.3.11"
},
"peerDependencies": {
"typescript": "^5 || ^6.0.0"

View file

@ -6,6 +6,7 @@
"module": "Preserve",
"moduleDetection": "force",
"jsx": "react-jsx",
"types": ["bun", "node"],
"allowJs": true,
// Bundler mode