Skip to content

Commit

Permalink
chore: add "@types/chrome" to templates (#1119)
Browse files Browse the repository at this point in the history
  • Loading branch information
1natsu172 authored Oct 28, 2024
1 parent 4603ebb commit e7c6630
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions templates/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
1 change: 1 addition & 0 deletions templates/solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 1 addition & 0 deletions templates/svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
1 change: 1 addition & 0 deletions templates/vanilla/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"postinstall": "wxt prepare"
},
"devDependencies": {
"@types/chrome": "^0.0.269",
"typescript": "^5.6.2",
"wxt": "^0.19.11"
}
Expand Down
1 change: 1 addition & 0 deletions templates/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit e7c6630

Please sign in to comment.