From d97fa87d06806e76e92c35175fdf9a44e6992fb7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 5 Nov 2025 20:05:21 +0000 Subject: [PATCH] chore(deps): update all non-major dependencies --- package.json | 6 +++--- packages/nuxt/package.json | 2 +- packages/react/package.json | 2 +- packages/ts-maps/package.json | 2 +- playground/react-samples/package.json | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 621868c..95f5b1e 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "preview:docs": "bun --bun vitepress preview docs" }, "dependencies": { - "better-dx": "^0.2.0" + "better-dx": "^0.2.1" }, "devDependencies": { "@stacksjs/bumpx": "^0.2.2", @@ -61,10 +61,10 @@ "@stacksjs/docs": "^0.70.23", "@stacksjs/eslint-config": "^4.14.0-beta.3", "@stacksjs/gitlint": "^0.1.5", - "@stacksjs/logsmith": "^0.2.0", + "@stacksjs/logsmith": "^0.2.1", "@types/bun": "^1.3.1", "@types/clean-css": "^4.2.11", - "buddy-bot": "^0.9.9", + "buddy-bot": "^0.9.11", "bun-git-hooks": "^0.3.1", "typescript": "^5.9.3" }, diff --git a/packages/nuxt/package.json b/packages/nuxt/package.json index c1cfe38..5c54a7f 100644 --- a/packages/nuxt/package.json +++ b/packages/nuxt/package.json @@ -42,6 +42,6 @@ "@nuxt/schema": "^4.2.0", "nuxt": "^4.2.0", "typescript": "~5.9.3", - "vue-tsc": "^3.1.2" + "vue-tsc": "^3.1.3" } } diff --git a/packages/react/package.json b/packages/react/package.json index 24dc882..49c936b 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -30,7 +30,7 @@ "dependencies": { "@vitejs/plugin-react": "^5.1.0", "ts-maps": "workspace:*", - "vite": "^7.1.12", + "vite": "^7.2.0", "vite-plugin-dts": "^4.5.4" }, "devDependencies": { diff --git a/packages/ts-maps/package.json b/packages/ts-maps/package.json index 0debfe0..aeb09d3 100644 --- a/packages/ts-maps/package.json +++ b/packages/ts-maps/package.json @@ -97,7 +97,7 @@ "typecheck": "bun --bun tsc --noEmit" }, "devDependencies": { - "bunfig": "^0.15.5", + "bunfig": "^0.15.6", "lint-staged": "^16.2.6", "typescript": "^5.9.3" }, diff --git a/playground/react-samples/package.json b/playground/react-samples/package.json index cda8399..e89bb84 100644 --- a/playground/react-samples/package.json +++ b/playground/react-samples/package.json @@ -20,7 +20,7 @@ "@types/node": "^20.19.24", "@types/react": "^19.2.2", "@types/react-dom": "^19.2.2", - "eslint": "^9.38.0", + "eslint": "^9.39.1", "eslint-config-next": "16.0.1", "tailwindcss": "^4.1.16", "typescript": "^5.9.3"