chore: add "@types/chrome" to templates (#1119)

This commit is contained in:
1natsu
2024-10-29 04:33:21 +09:00
committed by GitHub
parent 4603ebb511
commit e7c66304d3
5 changed files with 5 additions and 0 deletions
+1
View File
@@ -19,6 +19,7 @@
"react-dom": "^18.3.1"
},
"devDependencies": {
"@types/chrome": "^0.0.269",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
"@wxt-dev/module-react": "^1.1.1",
+1
View File
@@ -18,6 +18,7 @@
"solid-js": "^1.9.1"
},
"devDependencies": {
"@types/chrome": "^0.0.269",
"@wxt-dev/module-solid": "^1.1.2",
"typescript": "^5.6.2",
"wxt": "^0.19.11"
+1
View File
@@ -15,6 +15,7 @@
"postinstall": "wxt prepare"
},
"devDependencies": {
"@types/chrome": "^0.0.269",
"@tsconfig/svelte": "^5.0.4",
"@wxt-dev/module-svelte": "^1.0.1",
"svelte": "^4.2.19",
+1
View File
@@ -15,6 +15,7 @@
"postinstall": "wxt prepare"
},
"devDependencies": {
"@types/chrome": "^0.0.269",
"typescript": "^5.6.2",
"wxt": "^0.19.11"
}
+1
View File
@@ -18,6 +18,7 @@
"vue": "^3.5.11"
},
"devDependencies": {
"@types/chrome": "^0.0.269",
"@wxt-dev/module-vue": "^1.0.1",
"typescript": "^5.6.2",
"vue-tsc": "^2.1.6",