ReviewOS

also looking at this

stacks/ts-cloud

chore(deps): update all non-major dependencies

#102
Closed github-actions[bot] wants to merge buddy-bot/update-non-major-updates into main
4 files +77 -297
packages/ui/package.jsonmodified+2-2
Changes to packages/ui/package.json
@@ -9,10 +9,10 @@
99 "dev": "stx dev --pages pages"
1010 },
1111 "dependencies": {
12 "@ts-charts/charts": "^0.2.0",
12 "@ts-charts/charts": "^0.2.7",
1313 "@ts-charts/graph": "^0.2.7"
1414 },
1515 "devDependencies": {
16 "@stacksjs/stx": "^0.2.194"
16 "@stacksjs/stx": "^0.2.198"
1717 }
1818}