Skip to content

Commit 8937c02

Browse files
committed
chore(deps): update dependencies and package configuration
- Upgrade `chalk` to v5.6.2, `@types/node` to v24.6.1, and various other dependencies. - Update `packageManager` to `bun@1.2.23`. - Add `./package.json` export field.
1 parent 7371b26 commit 8937c02

File tree

2 files changed

+54
-27
lines changed

2 files changed

+54
-27
lines changed

bun.lock

Lines changed: 46 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@
2121
"types": "./dist/index.d.cts",
2222
"default": "./dist/index.cjs"
2323
}
24-
}
24+
},
25+
"./package.json": "./package.json"
2526
},
2627
"keywords": [
2728
"node_modules",
@@ -93,7 +94,7 @@
9394
"postrelease:beta": "bun run build && git push --follow-tags origin master && bun publish --tag beta"
9495
},
9596
"dependencies": {
96-
"chalk": "^5.6.0",
97+
"chalk": "^5.6.2",
9798
"minimatch": "^10.0.3",
9899
"update-notifier": "^7.3.1"
99100
},
@@ -103,21 +104,21 @@
103104
"update-notifier": "^7"
104105
},
105106
"devDependencies": {
106-
"@types/bun": "^1.2.20",
107+
"@types/bun": "^1.2.23",
107108
"@types/minimatch": "^6.0.0",
108-
"@types/node": "^24.3.0",
109+
"@types/node": "^24.6.1",
109110
"@types/update-notifier": "^6.0.8",
110111
"@vitest/coverage-v8": "^3.2.4",
111112
"@vitest/ui": "^3.2.4",
112-
"bunup": "^0.10.0",
113+
"bunup": "^0.14.11",
113114
"prettier": "^3.6.2",
114115
"rimraf": "^6.0.1",
115116
"standard-version": "^9.5.0",
116-
"typescript": "^5.9.2",
117+
"typescript": "^5.9.3",
117118
"vitest": "^3.2.4"
118119
},
119120
"publishConfig": {
120121
"access": "public"
121122
},
122-
"packageManager": "bun@1.2.20"
123+
"packageManager": "bun@1.2.23"
123124
}

0 commit comments

Comments
 (0)