Skip to content

Commit e39bee9

Browse files
committed
chore: upgrade deps
1 parent 403682d commit e39bee9

2 files changed

Lines changed: 1527 additions & 1905 deletions

File tree

package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "obug",
33
"type": "module",
44
"version": "2.1.1",
5-
"packageManager": "pnpm@10.26.1",
5+
"packageManager": "pnpm@11.0.3",
66
"description": "A lightweight JavaScript debugging utility, forked from debug, featuring TypeScript and ESM support.",
77
"author": "Kevin Deng <sxzz@sxzz.moe>",
88
"license": "MIT",
@@ -50,22 +50,22 @@
5050
"prepublishOnly": "pnpm run build"
5151
},
5252
"devDependencies": {
53-
"@sxzz/eslint-config": "^7.4.3",
54-
"@sxzz/prettier-config": "^2.2.6",
55-
"@types/debug": "^4.1.12",
56-
"@types/node": "^25.0.3",
57-
"@typescript/native-preview": "7.0.0-dev.20251221.1",
58-
"@vitest/browser-playwright": "^4.0.16",
59-
"@vitest/coverage-v8": "^4.0.16",
60-
"bumpp": "^10.3.2",
53+
"@sxzz/eslint-config": "^8.0.0",
54+
"@sxzz/prettier-config": "^2.3.1",
55+
"@types/debug": "^4.1.13",
56+
"@types/node": "^25.6.0",
57+
"@typescript/native-preview": "7.0.0-dev.20260502.1",
58+
"@vitest/browser-playwright": "^4.1.5",
59+
"@vitest/coverage-v8": "^4.1.5",
60+
"bumpp": "^11.0.1",
6161
"debug": "^4.4.3",
62-
"eslint": "^9.39.2",
63-
"playwright": "^1.57.0",
64-
"prettier": "^3.7.4",
65-
"tsdown": "^0.18.2",
66-
"typescript": "^5.9.3",
67-
"vite": "^7.3.0",
68-
"vitest": "^4.0.16"
62+
"eslint": "^10.3.0",
63+
"playwright": "^1.59.1",
64+
"prettier": "^3.8.3",
65+
"tsdown": "^0.21.10",
66+
"typescript": "^6.0.3",
67+
"vite": "^8.0.10",
68+
"vitest": "^4.1.5"
6969
},
7070
"prettier": "@sxzz/prettier-config"
7171
}

0 commit comments

Comments
 (0)