diff --git a/templates/react/package.json b/templates/react/package.json index 0d0833e2..293d5e48 100644 --- a/templates/react/package.json +++ b/templates/react/package.json @@ -21,6 +21,6 @@ "@types/react-dom": "^18.2.6", "@vitejs/plugin-react": "^4.0.3", "typescript": "^5.1.6", - "wxt": "^0.2.0" + "wxt": "^0.3.0" } } diff --git a/templates/svelte/package.json b/templates/svelte/package.json index c8dfab54..66f6387c 100644 --- a/templates/svelte/package.json +++ b/templates/svelte/package.json @@ -18,6 +18,6 @@ "svelte-check": "^3.4.6", "tslib": "^2.6.0", "typescript": "^5.1.6", - "wxt": "^0.2.0" + "wxt": "^0.3.0" } } diff --git a/templates/svelte/src/public/wxt.svg b/templates/svelte/public/wxt.svg similarity index 100% rename from templates/svelte/src/public/wxt.svg rename to templates/svelte/public/wxt.svg diff --git a/templates/vanilla/package.json b/templates/vanilla/package.json index 23c23eba..b92c8348 100644 --- a/templates/vanilla/package.json +++ b/templates/vanilla/package.json @@ -14,6 +14,6 @@ }, "devDependencies": { "typescript": "^5.1.6", - "wxt": "^0.2.0" + "wxt": "^0.3.0" } } diff --git a/templates/vue/package.json b/templates/vue/package.json index 3881d043..97c836fc 100644 --- a/templates/vue/package.json +++ b/templates/vue/package.json @@ -19,6 +19,6 @@ "@vitejs/plugin-vue": "^4.2.3", "typescript": "^5.1.6", "vue-tsc": "^1.8.4", - "wxt": "^0.2.0" + "wxt": "^0.3.0" } }