Skip to content

Commit 93b4f3c

Browse files
committed
chore: upgrade deps
1 parent 1504a5c commit 93b4f3c

3 files changed

Lines changed: 447 additions & 585 deletions

File tree

package.json

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,38 @@
11
{
22
"name": "obug",
3+
"type": "module",
34
"version": "2.1.1",
4-
"packageManager": "pnpm@10.22.0",
5+
"packageManager": "pnpm@10.24.0",
56
"description": "A lightweight JavaScript debugging utility, forked from debug, featuring TypeScript and ESM support.",
6-
"type": "module",
7+
"author": "Kevin Deng <sxzz@sxzz.moe>",
78
"license": "MIT",
9+
"funding": [
10+
"https://github.com/sponsors/sxzz",
11+
"https://opencollective.com/debug"
12+
],
813
"homepage": "https://github.com/sxzz/obug#readme",
9-
"bugs": {
10-
"url": "https://github.com/sxzz/obug/issues"
11-
},
1214
"repository": {
1315
"type": "git",
1416
"url": "git+https://github.com/sxzz/obug.git"
1517
},
16-
"author": "Kevin Deng <sxzz@sxzz.moe>",
17-
"funding": [
18-
"https://github.com/sponsors/sxzz",
19-
"https://opencollective.com/debug"
20-
],
21-
"files": [
22-
"dist"
23-
],
24-
"main": "./dist/node.js",
25-
"module": "./dist/node.js",
26-
"types": "./dist/browser.d.ts",
18+
"bugs": {
19+
"url": "https://github.com/sxzz/obug/issues"
20+
},
2721
"exports": {
2822
".": {
2923
"browser": "./dist/browser.js",
3024
"default": "./dist/node.js"
3125
},
3226
"./package.json": "./package.json"
3327
},
28+
"main": "./dist/node.js",
29+
"module": "./dist/node.js",
3430
"unpkg": "./dist/browser.min.js",
3531
"jsdelivr": "./dist/browser.min.js",
32+
"types": "./dist/browser.d.ts",
33+
"files": [
34+
"dist"
35+
],
3636
"publishConfig": {
3737
"access": "public"
3838
},
@@ -50,21 +50,21 @@
5050
"prepublishOnly": "pnpm run build"
5151
},
5252
"devDependencies": {
53-
"@sxzz/eslint-config": "^7.3.0",
54-
"@sxzz/prettier-config": "^2.2.5",
53+
"@sxzz/eslint-config": "^7.4.1",
54+
"@sxzz/prettier-config": "^2.2.6",
5555
"@types/debug": "^4.1.12",
5656
"@types/node": "^24.10.1",
57-
"@vitest/browser-playwright": "^4.0.10",
58-
"@vitest/coverage-v8": "^4.0.10",
59-
"bumpp": "^10.3.1",
57+
"@vitest/browser-playwright": "^4.0.15",
58+
"@vitest/coverage-v8": "^4.0.15",
59+
"bumpp": "^10.3.2",
6060
"debug": "^4.4.3",
6161
"eslint": "^9.39.1",
62-
"playwright": "^1.56.1",
63-
"prettier": "^3.6.2",
64-
"tsdown": "^0.16.5",
62+
"playwright": "^1.57.0",
63+
"prettier": "^3.7.3",
64+
"tsdown": "^0.17.0-beta.5",
6565
"typescript": "^5.9.3",
66-
"vite": "^7.2.2",
67-
"vitest": "^4.0.10"
66+
"vite": "^7.2.6",
67+
"vitest": "^4.0.15"
6868
},
6969
"prettier": "@sxzz/prettier-config"
7070
}

0 commit comments

Comments
 (0)