also looking at this
chore(deps): update all non-major dependencies
#181
7 files
+84
-324
| @@ -97,14 +97,14 @@ | ||
| 97 | 97 | "test": "bun test" |
| 98 | 98 | }, |
| 99 | 99 | "dependencies": { |
| 100 | "@stacksjs/ts-xml": "^0.1.0", | |
| 100 | "@stacksjs/ts-xml": "^0.1.2", | |
| 101 | 101 | "@ts-cloud/aws-types": "workspace:*", |
| 102 | 102 | "@ts-cloud/core": "workspace:*", |
| 103 | 103 | "hash-wasm": "^4.12.0" |
| 104 | 104 | }, |
| 105 | 105 | "devDependencies": { |
| 106 | "better-dx": "^0.2.16", | |
| 107 | "bunfig": "^0.15.6" | |
| 106 | "better-dx": "^0.2.25", | |
| 107 | "bunfig": "^0.15.19" | |
| 108 | 108 | }, |
| 109 | 109 | "lint-staged": { |
| 110 | 110 | "*.{js,ts,json,yaml,yml,md}": "bun x --bun --package github:pickier/pickier#95de532 pickier run --mode lint --config ../../pickier.config.ts --fix --max-warnings 0" |