Skip to content

Commit

Permalink
chore: Update templates to wxt@0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
aklinker1 committed Jul 20, 2023
1 parent 9ac756f commit 9d00eb2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion templates/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
"@types/react-dom": "^18.2.6",
"@vitejs/plugin-react": "^4.0.3",
"typescript": "^5.1.6",
"wxt": "^0.1.3"
"wxt": "^0.2.0"
}
}
2 changes: 1 addition & 1 deletion templates/svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
"svelte-check": "^3.4.6",
"tslib": "^2.6.0",
"typescript": "^5.1.6",
"wxt": "^0.1.5"
"wxt": "^0.2.0"
}
}
2 changes: 1 addition & 1 deletion templates/vanilla/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
},
"devDependencies": {
"typescript": "^5.1.6",
"wxt": "^0.1.3"
"wxt": "^0.2.0"
}
}
2 changes: 1 addition & 1 deletion templates/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
"@vitejs/plugin-vue": "^4.2.3",
"typescript": "^5.1.6",
"vue-tsc": "^1.8.4",
"wxt": "^0.1.3"
"wxt": "^0.2.0"
}
}

0 comments on commit 9d00eb2

Please sign in to comment.