Skip to content

Commit cfc4916

Browse files
authored
Merge pull request #103 from Gothsec/update
Remove: unused dependencies
2 parents 7002871 + 7360108 commit cfc4916

File tree

4 files changed

+5599
-6
lines changed

4 files changed

+5599
-6
lines changed

astro.config.mjs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@ import react from "@astrojs/react";
88
export default defineConfig({
99
integrations: [tailwind(), react()],
1010
vite: {
11-
optimizeDeps: {
12-
include: ["zwitch"],
13-
},
1411
resolve: {
1512
alias: {
1613
"@": "/src",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@
2020
"ogl": "^1.0.11",
2121
"react": "^19.0.0",
2222
"react-dom": "^19.0.0",
23+
"sharp": "^0.34.0",
2324
"typescript": "^5.8.2"
2425
},
2526
"devDependencies": {
2627
"@types/node": "^22.13.9",
27-
"patch-package": "^8.0.0",
2828
"prettier": "^3.5.2",
2929
"prettier-plugin-astro": "^0.14.1"
3030
}

0 commit comments

Comments
 (0)