diff --git a/packages/vue/package.json b/packages/vue/package.json index b307babb..3b18b9f5 100644 --- a/packages/vue/package.json +++ b/packages/vue/package.json @@ -1,7 +1,7 @@ { "name": "ts-maps-vue", "type": "module", - "version": "0.2.0", + "version": "0.2.5", "description": "Vue components for ts-maps - Interactive Vector Maps", "author": "Chris Breuer ", "license": "MIT", @@ -29,9 +29,12 @@ }, "module": "dist/index.js", "types": "dist/index.d.ts", - "files": ["README.md", "dist"], + "files": [ + "README.md", + "dist" + ], "scripts": { - "build": "bunx --bun vite build --mode lib", + "build": "bun --bun vite build --mode lib", "prepublishOnly": "bunx --bun vite build --mode lib", "build:types": "bunx vue-tsc -p tsconfig.build.json && bunx api-extractor run", "lint": "bunx --bun eslint .", @@ -39,10 +42,12 @@ "test": "bun test" }, "dependencies": { - "bun-types": "^1.2.23" + "@vitejs/plugin-vue": "^6.0.1", + "bun-types": "^1.2.23", + "ts-maps": "workspace:*" }, "devDependencies": { - "@happy-dom/global-registrator": "^19.0.2", + "@happy-dom/global-registrator": "^20.0.5", "@microsoft/api-extractor": "^8.0.0", "@stacksjs/docs": "^0.70.23", "@stacksjs/eslint-config": "^4.14.0-beta.3", @@ -54,10 +59,10 @@ "@vue/tsconfig": "^0.8.1", "bumpp": "^10.2.3", "bun-plugin-dtsx": "^0.21.12", - "cac": "^6.7.14", "changelogen": "^0.6.2", - "happy-dom": "^19.0.2", + "happy-dom": "^20.0.0", "typescript": "^5.9.3", + "vite": "^7.1.9", "vue": "^3.5.22", "vue-tsc": "^3.1.0" }