chore: Upgrade templates to wxt 0.20 (#1551)

This commit is contained in:
Aaron
2025-03-31 18:22:53 -05:00
committed by GitHub
parent 1293815934
commit f534a978f1
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -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"
}
}
+1 -1
View File
@@ -20,6 +20,6 @@
"devDependencies": {
"@wxt-dev/module-solid": "^1.1.2",
"typescript": "^5.6.3",
"wxt": "^0.19.29"
"wxt": "^0.20.0"
}
}
+1 -1
View File
@@ -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"
}
}
+1 -1
View File
@@ -16,6 +16,6 @@
},
"devDependencies": {
"typescript": "^5.6.3",
"wxt": "^0.19.29"
"wxt": "^0.20.0"
}
}
+1 -1
View File
@@ -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"
}
}