chore: Update template projects to v0.3 (#56)

This commit is contained in:
Aaron
2023-07-20 23:13:20 -05:00
committed by GitHub
parent d3b1536f39
commit be95a778ab
5 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -21,6 +21,6 @@
"@types/react-dom": "^18.2.6",
"@vitejs/plugin-react": "^4.0.3",
"typescript": "^5.1.6",
"wxt": "^0.2.0"
"wxt": "^0.3.0"
}
}
+1 -1
View File
@@ -18,6 +18,6 @@
"svelte-check": "^3.4.6",
"tslib": "^2.6.0",
"typescript": "^5.1.6",
"wxt": "^0.2.0"
"wxt": "^0.3.0"
}
}

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

+1 -1
View File
@@ -14,6 +14,6 @@
},
"devDependencies": {
"typescript": "^5.1.6",
"wxt": "^0.2.0"
"wxt": "^0.3.0"
}
}
+1 -1
View File
@@ -19,6 +19,6 @@
"@vitejs/plugin-vue": "^4.2.3",
"typescript": "^5.1.6",
"vue-tsc": "^1.8.4",
"wxt": "^0.2.0"
"wxt": "^0.3.0"
}
}