diff --git a/bun.lock b/bun.lock index ac97f0d9..0b81aaa3 100644 --- a/bun.lock +++ b/bun.lock @@ -17,12 +17,12 @@ }, "devDependencies": { "@stacksjs/eslint-config": "^4.14.0-beta.3", - "@types/bun": "^1.3.9", - "bun-types": "^1.3.9", + "@types/bun": "^1.3.12", + "bun-types": "^1.3.12", "typescript": "^5.9.3", }, "peerDependencies": { - "@stacksjs/stx": ">=0.2.5", + "@stacksjs/stx": ">=0.2.10", }, "optionalPeers": [ "@stacksjs/stx", @@ -321,7 +321,7 @@ "@tybys/wasm-util": ["@tybys/wasm-util@0.10.1", "", { "dependencies": { "tslib": "^2.4.0" } }, "sha512-9tTaPJLSiejZKx+Bmog4uSubteqTvFrVrURwkmHixBo0G4seD0zUxp98E1DzUBJxLQ3NPwXrGKDiVjwx/DpPsg=="], - "@types/bun": ["@types/bun@1.3.10", "", { "dependencies": { "bun-types": "1.3.10" } }, "sha512-0+rlrUrOrTSskibryHbvQkDOWRJwJZqZlxrUs1u4oOoTln8+WIXBPmAuCF35SWB2z4Zl3E84Nl/D0P7803nigQ=="], + "@types/bun": ["@types/bun@1.3.12", "", { "dependencies": { "bun-types": "1.3.12" } }, "sha512-DBv81elK+/VSwXHDlnH3Qduw+KxkTIWi7TXkAeh24zpi5l0B2kUg9Ga3tb4nJaPcOFswflgi/yAvMVBPrxMB+A=="], "@types/debug": ["@types/debug@4.1.12", "", { "dependencies": { "@types/ms": "*" } }, "sha512-vIChWdVG3LG1SMxEvI/AK+FWJthlrqlTu7fbrlywTkkaONwk/UAGaULXRlf8vkzFBLVm0zkMdCquhL5aOjhXPQ=="], @@ -521,7 +521,7 @@ "bun-plugin-stx": ["bun-plugin-stx@0.2.10", "", { "dependencies": { "@stacksjs/stx": "0.2.10" }, "bin": { "serve": "./dist/serve.js", "stx-serve": "./dist/serve.js" } }, "sha512-JlPzquwyGdFDkKU078XThaWFnpN7BzCdxK+COaRloEVwdF4t896nbK0hE48ffUmsJ8KzgnukxIaogG8U0xSevQ=="], - "bun-types": ["bun-types@1.3.10", "", { "dependencies": { "@types/node": "*" } }, "sha512-tcpfCCl6XWo6nCVnpcVrxQ+9AYN1iqMIzgrSKYMB/fjLtV2eyAVEg7AxQJuCq/26R6HpKWykQXuSOq/21RYcbg=="], + "bun-types": ["bun-types@1.3.12", "", { "dependencies": { "@types/node": "*" } }, "sha512-HqOLj5PoFajAQciOMRiIZGNoKxDJSr6qigAttOX40vJuSp6DN/CxWp9s3C1Xwm4oH7ybueITwiaOcWXoYVoRkA=="], "bunfig": ["bunfig@0.15.6", "", { "dependencies": { "@stacksjs/clapp": "^0.2.0", "@stacksjs/clarity": "^0.3.24" }, "bin": { "bunfig": "bin/cli.js" } }, "sha512-7ynPmrn1dN5F+0DtUVY0Vo2MZOOnSdb6hpQePwABEYIJ+d/rSb3vaOVUs3MFxwxWuaVc1FEStVJG6+kCgbLuyg=="], diff --git a/packages/stx/package.json b/packages/stx/package.json index ceec9fbb..4d5875a7 100644 --- a/packages/stx/package.json +++ b/packages/stx/package.json @@ -51,12 +51,12 @@ }, "devDependencies": { "@stacksjs/eslint-config": "^4.14.0-beta.3", - "@types/bun": "^1.3.9", - "bun-types": "^1.3.9", + "@types/bun": "^1.3.12", + "bun-types": "^1.3.12", "typescript": "^5.9.3" }, "peerDependencies": { - "@stacksjs/stx": ">=0.2.5" + "@stacksjs/stx": ">=0.2.10" }, "peerDependenciesMeta": { "@stacksjs/stx": { diff --git a/playground/react-samples/package.json b/playground/react-samples/package.json index 0cc03ac7..fdad1b78 100644 --- a/playground/react-samples/package.json +++ b/playground/react-samples/package.json @@ -10,20 +10,20 @@ "lint": "eslint" }, "dependencies": { - "next": "16.1.6", - "react": "19.2.0", - "react-dom": "19.2.0", + "next": "16.2.3", + "react": "19.2.5", + "react-dom": "19.2.5", "ts-maps": "^0.2.7", "ts-maps-react": "^0.2.7" }, "devDependencies": { - "@tailwindcss/postcss": "^4.2.1", + "@tailwindcss/postcss": "^4.2.2", "@types/node": "^24.10.0", - "@types/react": "^19.2.2", - "@types/react-dom": "^19.2.2", + "@types/react": "^19.2.14", + "@types/react-dom": "^19.2.3", "eslint": "^9.39.1", - "eslint-config-next": "16.1.6", - "tailwindcss": "^4.2.1", + "eslint-config-next": "16.2.3", + "tailwindcss": "^4.2.2", "typescript": "^5.9.3" } } diff --git a/playground/vue-samples/package.json b/playground/vue-samples/package.json index a6d531ba..913ed0b6 100644 --- a/playground/vue-samples/package.json +++ b/playground/vue-samples/package.json @@ -11,12 +11,12 @@ "dependencies": { "@types/google.maps": "^3.58.1", "ts-maps-vue": "../../packages/vue", - "vue": "^3.5.24", - "vue-router": "5.0.3" + "vue": "^3.5.32", + "vue-router": "5.0.4" }, "devDependencies": { - "@vitejs/plugin-vue": "^6.0.1", + "@vitejs/plugin-vue": "^6.0.6", "typescript": "^5.9.3", - "vue-tsc": "^3.1.3" + "vue-tsc": "^3.2.6" } }