chore(deps): Bump all non-major dependencies (#834)

This commit is contained in:
Aaron
2024-07-21 10:01:51 -05:00
committed by GitHub
parent a7963e23db
commit 1f216dd57b
20 changed files with 968 additions and 378 deletions
+1
View File
@@ -9,6 +9,7 @@ export default defineWxtModule<ReactModuleOptions>({
const { vite } = options ?? {};
addViteConfig(wxt, () => ({
// @ts-expect-error: Vite version conflicts
plugins: [react(vite)],
}));
+2 -2
View File
@@ -36,10 +36,10 @@
"@aklinker1/check": "^1.3.1",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"publint": "^0.2.8",
"publint": "^0.2.9",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"typescript": "^5.5.2",
"typescript": "^5.5.3",
"unbuild": "^2.0.0",
"wxt": "workspace:*"
}