Upgrade bun

This commit is contained in:
redphx
2025-02-08 20:20:58 +07:00
parent 1375fb115d
commit a65fd8233b
2 changed files with 13 additions and 11 deletions

View File

@@ -10,11 +10,11 @@
"build": "build.ts"
},
"devDependencies": {
"@types/bun": "^1.2.0",
"@types/node": "^22.10.10",
"@types/bun": "^1.2.2",
"@types/node": "^22.13.1",
"@types/stylus": "^0.48.43",
"@webgpu/types": "^0.1.53",
"eslint": "^9.19.0",
"@webgpu/types": "^0.1.54",
"eslint": "^9.20.0",
"eslint-plugin-compat": "^6.0.2",
"stylus": "^0.64.0"
},