diff --git a/bun.lock b/bun.lock index a408f157..e4013b00 100644 --- a/bun.lock +++ b/bun.lock @@ -67,12 +67,12 @@ }, "devDependencies": { "@stacksjs/eslint-config": "^4.14.0-beta.3", - "@types/bun": "^1.3.9", - "bun-types": "^1.3.9", + "@types/bun": "^1.3.10", + "bun-types": "^1.3.10", "typescript": "^5.9.3", }, "peerDependencies": { - "@stacksjs/stx": ">=0.2.5", + "@stacksjs/stx": ">=0.2.6", }, "optionalPeers": [ "@stacksjs/stx", @@ -83,7 +83,7 @@ "version": "0.2.7", "devDependencies": { "bunfig": "^0.15.6", - "lint-staged": "^16.2.7", + "lint-staged": "^16.3.2", "typescript": "^5.9.3", }, }, @@ -97,7 +97,7 @@ "vue": "^3.5.29", }, "devDependencies": { - "@happy-dom/global-registrator": "^20.7.0", + "@happy-dom/global-registrator": "^20.8.3", "@microsoft/api-extractor": "^8.0.0", "@stacksjs/docs": "^0.70.23", "@stacksjs/eslint-config": "^4.14.0-beta.3", @@ -106,10 +106,10 @@ "@types/bun": "^1.3.2", "@types/google.maps": "^3.58.1", "@types/vue": "^2.0.0", - "@vue/tsconfig": "^0.8.1", + "@vue/tsconfig": "^0.9.0", "bumpp": "^10.4.1", "changelogen": "^0.6.2", - "happy-dom": "^20.7.0", + "happy-dom": "^20.8.3", "typescript": "^5.9.3", "vite": "^7.2.2", "vue-tsc": "^3.1.3", @@ -1149,7 +1149,7 @@ "@vue/shared": ["@vue/shared@3.5.29", "", {}, "sha512-w7SR0A5zyRByL9XUkCfdLs7t9XOHUyJ67qPGQjOou3p6GvBeBW+AVjUUmlxtZ4PIYaRvE+1LmK44O4uajlZwcg=="], - "@vue/tsconfig": ["@vue/tsconfig@0.8.1", "", { "peerDependencies": { "typescript": "5.x", "vue": "^3.4.0" }, "optionalPeers": ["typescript", "vue"] }, "sha512-aK7feIWPXFSUhsCP9PFqPyFOcz4ENkb8hZ2pneL6m2UjCkccvaOhC/5KCKluuBufvp2KzkbdA2W2pk20vLzu3g=="], + "@vue/tsconfig": ["@vue/tsconfig@0.9.0", "", { "peerDependencies": { "typescript": "5.x", "vue": "^3.4.0" }, "optionalPeers": ["typescript", "vue"] }, "sha512-RP+v9Cpbsk1ZVXltCHHkYBr7+624x6gcijJXVjIcsYk7JXqvIpRtMwU2ARLvWDhmy9ffdFYxhsfJnPztADBohQ=="], "@vueuse/core": ["@vueuse/core@12.8.2", "", { "dependencies": { "@types/web-bluetooth": "^0.0.21", "@vueuse/metadata": "12.8.2", "@vueuse/shared": "12.8.2", "vue": "^3.5.13" } }, "sha512-HbvCmZdzAu3VGi/pWYm5Ut+Kd9mn1ZHnn4L5G8kOQTPs/IwIAmJoBrmYk2ckLArgMXZj0AW3n5CAejLUO+PhdQ=="], diff --git a/deps.yaml b/deps.yaml index 47da7e8a..29c98cad 100644 --- a/deps.yaml +++ b/deps.yaml @@ -1,2 +1,2 @@ dependencies: - bun.sh: ^1.3.1 + bun.sh: ^1.3.4 diff --git a/packages/stx/package.json b/packages/stx/package.json index ceec9fbb..62e6ee41 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.10", + "bun-types": "^1.3.10", "typescript": "^5.9.3" }, "peerDependencies": { - "@stacksjs/stx": ">=0.2.5" + "@stacksjs/stx": ">=0.2.6" }, "peerDependenciesMeta": { "@stacksjs/stx": { diff --git a/packages/ts-maps/package.json b/packages/ts-maps/package.json index 9031c6b5..50e03504 100644 --- a/packages/ts-maps/package.json +++ b/packages/ts-maps/package.json @@ -99,7 +99,7 @@ }, "devDependencies": { "bunfig": "^0.15.6", - "lint-staged": "^16.2.7", + "lint-staged": "^16.3.2", "typescript": "^5.9.3" }, "lint-staged": { diff --git a/packages/vue/package.json b/packages/vue/package.json index 362dade4..7148f54f 100644 --- a/packages/vue/package.json +++ b/packages/vue/package.json @@ -48,7 +48,7 @@ "vue": "^3.5.29" }, "devDependencies": { - "@happy-dom/global-registrator": "^20.7.0", + "@happy-dom/global-registrator": "^20.8.3", "@microsoft/api-extractor": "^8.0.0", "@stacksjs/docs": "^0.70.23", "@stacksjs/eslint-config": "^4.14.0-beta.3", @@ -57,10 +57,10 @@ "@types/bun": "^1.3.2", "@types/google.maps": "^3.58.1", "@types/vue": "^2.0.0", - "@vue/tsconfig": "^0.8.1", + "@vue/tsconfig": "^0.9.0", "bumpp": "^10.4.1", "changelogen": "^0.6.2", - "happy-dom": "^20.7.0", + "happy-dom": "^20.8.3", "typescript": "^5.9.3", "vite": "^7.2.2", "vue-tsc": "^3.1.3" diff --git a/playground/react-samples/package.json b/playground/react-samples/package.json index 6d858654..fa28eee8 100644 --- a/playground/react-samples/package.json +++ b/playground/react-samples/package.json @@ -10,16 +10,16 @@ }, "dependencies": { "next": "16.1.6", - "react": "19.2.0", - "react-dom": "19.2.0", + "react": "19.2.4", + "react-dom": "19.2.4", "ts-maps": "^0.2.7", "ts-maps-react": "^0.2.7" }, "devDependencies": { "@tailwindcss/postcss": "^4.2.1", "@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", diff --git a/playground/vue-samples/package.json b/playground/vue-samples/package.json index a6d531ba..0ca38631 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": "^3.5.29", "vue-router": "5.0.3" }, "devDependencies": { - "@vitejs/plugin-vue": "^6.0.1", + "@vitejs/plugin-vue": "^6.0.4", "typescript": "^5.9.3", - "vue-tsc": "^3.1.3" + "vue-tsc": "^3.2.5" } }