diff --git a/templates/react/package.json b/templates/react/package.json index a8c2bad7..834df607 100644 --- a/templates/react/package.json +++ b/templates/react/package.json @@ -23,6 +23,6 @@ "@types/react-dom": "^19.0.2", "@wxt-dev/module-react": "^1.1.2", "typescript": "^5.6.3", - "wxt": "^0.19.29" + "wxt": "^0.20.0" } } diff --git a/templates/solid/package.json b/templates/solid/package.json index 54e68275..b3daed5d 100644 --- a/templates/solid/package.json +++ b/templates/solid/package.json @@ -20,6 +20,6 @@ "devDependencies": { "@wxt-dev/module-solid": "^1.1.2", "typescript": "^5.6.3", - "wxt": "^0.19.29" + "wxt": "^0.20.0" } } diff --git a/templates/svelte/package.json b/templates/svelte/package.json index a0049528..87457585 100644 --- a/templates/svelte/package.json +++ b/templates/svelte/package.json @@ -21,6 +21,6 @@ "svelte-check": "^4.0.7", "tslib": "^2.8.1", "typescript": "^5.6.3", - "wxt": "^0.19.29" + "wxt": "^0.20.0" } } diff --git a/templates/vanilla/package.json b/templates/vanilla/package.json index 3db2cddf..2999c9fe 100644 --- a/templates/vanilla/package.json +++ b/templates/vanilla/package.json @@ -16,6 +16,6 @@ }, "devDependencies": { "typescript": "^5.6.3", - "wxt": "^0.19.29" + "wxt": "^0.20.0" } } diff --git a/templates/vue/package.json b/templates/vue/package.json index 2cdc499d..181768bd 100644 --- a/templates/vue/package.json +++ b/templates/vue/package.json @@ -21,6 +21,6 @@ "@wxt-dev/module-vue": "^1.0.1", "typescript": "5.6.3", "vue-tsc": "^2.1.10", - "wxt": "^0.19.29" + "wxt": "^0.20.0" } }