docs: update tools, test bun

This commit is contained in:
dswbx
2025-08-09 14:23:11 +02:00
parent c1c23d24fe
commit ad04d5273e
3 changed files with 36 additions and 2 deletions

24
docs/package-lock.json generated
View File

@@ -28,6 +28,7 @@
},
"devDependencies": {
"@tailwindcss/postcss": "^4.1.11",
"@types/bun": "^1.2.19",
"@types/mdx": "^2.0.13",
"@types/node": "24.0.10",
"@types/react": "^19.1.8",
@@ -3281,6 +3282,16 @@
"tslib": "^2.4.0"
}
},
"node_modules/@types/bun": {
"version": "1.2.19",
"resolved": "https://registry.npmjs.org/@types/bun/-/bun-1.2.19.tgz",
"integrity": "sha512-d9ZCmrH3CJ2uYKXQIUuZ/pUnTqIvLDS0SK7pFmbx8ma+ziH/FRMoAq5bYpRG7y+w1gl+HgyNZbtqgMq4W4e2Lg==",
"dev": true,
"license": "MIT",
"dependencies": {
"bun-types": "1.2.19"
}
},
"node_modules/@types/debug": {
"version": "4.1.12",
"resolved": "https://registry.npmjs.org/@types/debug/-/debug-4.1.12.tgz",
@@ -4382,6 +4393,19 @@
"node": ">=8"
}
},
"node_modules/bun-types": {
"version": "1.2.19",
"resolved": "https://registry.npmjs.org/bun-types/-/bun-types-1.2.19.tgz",
"integrity": "sha512-uAOTaZSPuYsWIXRpj7o56Let0g/wjihKCkeRqUBhlLVM/Bt+Fj9xTo+LhC1OV1XDaGkz4hNC80et5xgy+9KTHQ==",
"dev": true,
"license": "MIT",
"dependencies": {
"@types/node": "*"
},
"peerDependencies": {
"@types/react": "^19"
}
},
"node_modules/busboy": {
"version": "1.6.0",
"resolved": "https://registry.npmjs.org/busboy/-/busboy-1.6.0.tgz",