ReviewOS

also looking at this

stacks/bun-query-builder

chore(deps): update all non-major dependencies

#21
Merged chrisbbreuer wants to merge buddy-bot/update-non-major-updates-1756735685818 into main
3 files +17 -17
package.jsonmodified+3-3
Changes to package.json
@@ -1,7 +1,7 @@
11{
22 "name": "bun-query-builder",
33 "type": "module",
4 "version": "0.1.1",
4 "version": "0.1.2",
55 "description": "A simple yet performant query builder for TypeScript. Built with Bun.",
66 "author": "Chris Breuer <chris@stacksjs.org>",
77 "license": "MIT",
@@ -77,11 +77,11 @@
7777 "@stacksjs/docs": "^0.70.23",
7878 "@stacksjs/eslint-config": "^4.14.0-beta.3",
7979 "@stacksjs/gitlint": "^0.1.5",
80 "@stacksjs/logsmith": "^0.1.15",
80 "@stacksjs/logsmith": "^0.1.18",
8181 "@types/bun": "^1.2.21",
8282 "buddy-bot": "^0.8.10",
8383 "bun-git-hooks": "^0.2.19",
84 "bun-plugin-dtsx": "0.21.12",
84 "bun-plugin-dtsx": "0.9.5",
8585 "bunfig": "^0.15.0",
8686 "typescript": "^5.9.2"
8787 },