Skip to content

Commit

Permalink
Fix build and types issue
Browse files Browse the repository at this point in the history
  • Loading branch information
bluwy committed Oct 31, 2024
1 parent f248546 commit aed689d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 56 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"react-dom",
"@types/react"
],
"allowAny": ["astro"]
"allowAny": ["astro", "vite"]
}
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/cloudflare/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"fast-glob": "^3.3.2",
"rollup": "^4.24.3",
"strip-ansi": "^7.1.0",
"vite": "^5.4.10"
"vite": "6.0.0-beta.2"
},
"publishConfig": {
"provenance": true
Expand Down
2 changes: 1 addition & 1 deletion packages/netlify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@netlify/functions": "^2.8.0",
"@vercel/nft": "^0.27.5",
"esbuild": "^0.24.0",
"vite": "^5.4.10"
"vite": "6.0.0-beta.2"
},
"peerDependencies": {
"astro": "^5.0.0-alpha.8"
Expand Down
57 changes: 4 additions & 53 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit aed689d

Please sign in to comment.