diff --git a/bun.lockb b/bun.lockb index b5360354..39cae351 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/nodepkg/vue-jsx-runtime/package.json b/nodepkg/vue-jsx-runtime/package.json index 08477200..b0a619aa 100644 --- a/nodepkg/vue-jsx-runtime/package.json +++ b/nodepkg/vue-jsx-runtime/package.json @@ -8,7 +8,7 @@ } }, "dependencies": { - "vue": "^3.3.4" + "vue": "v3.3.8" }, "peerDependencies": {}, "exports": { diff --git a/nodepkg/vuekit/package.json b/nodepkg/vuekit/package.json index 8cefe1d7..320e2cfa 100644 --- a/nodepkg/vuekit/package.json +++ b/nodepkg/vuekit/package.json @@ -14,7 +14,7 @@ "@innoai-tech/vue-jsx-runtime": "workspace:^", "immer": "^10.0.3", "rxjs": "^7.8.1", - "vue": "^3.3.4", + "vue": "v3.3.8", "vue-router": "^4.2.5" }, "peerDependencies": {}, diff --git a/nodepkg/vuematerial/package.json b/nodepkg/vuematerial/package.json index 2271ca21..ac29bf04 100644 --- a/nodepkg/vuematerial/package.json +++ b/nodepkg/vuematerial/package.json @@ -11,7 +11,7 @@ "@innoai-tech/vuekit": "^0.6.6", "@innoai-tech/vueuikit": "^0.9.6", "@mdi/js": "^7.3.67", - "vue": "^3.3.4" + "vue": "v3.3.8" }, "peerDependencies": {}, "exports": { diff --git a/nodepkg/vueuikit/package.json b/nodepkg/vueuikit/package.json index 87257b1e..71260650 100644 --- a/nodepkg/vueuikit/package.json +++ b/nodepkg/vueuikit/package.json @@ -17,7 +17,7 @@ "@popperjs/core": "^2.11.8", "polished": "^4.2.2", "popmotion": "^11.0.5", - "vue": "^3.3.4" + "vue": "v3.3.8" }, "peerDependencies": {}, "exports": { diff --git a/package.json b/package.json index a14c3f6c..1481cd7f 100644 --- a/package.json +++ b/package.json @@ -31,17 +31,16 @@ "@innoai-tech/vue-vite-presets": "workspace:*", "@innoai-tech/vuedevconfig": "workspace:*", "@mdi/js": "^7.3.67", - "@morlay/bunpublish": "^0.1.4", "@vue/test-utils": "^2.4.1", - "bun-types": "^1.0.6", + "bun-types": "^1.0.10", "copy-to-clipboard": "^3.3.3", "normalize.css": "^8.0.1", "prettier": "^3.0.3", "rxjs": "^7.8.1", - "turbo": "^1.10.15", + "turbo": "^1.10.16", "typescript": "^5.2.2", "vite": "^4.5.0", - "vue": "^3.3.4" + "vue": "v3.3.8" }, "prettier": {} }