Skip to content

Commit

Permalink
Bump SolidStart To Fix CSR + Vercel
Browse files Browse the repository at this point in the history
  • Loading branch information
OrJDev committed Feb 3, 2023
1 parent 8ec2602 commit 7e680d7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .changeset/sixty-phones-wait.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"create-jd-app": patch
---

Bump SolidStart To Fix CSR + Vercel
2 changes: 1 addition & 1 deletion src/helpers/packages.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const packages = {
dev: {
// adapters
"solid-start-vercel": "^0.2.18",
"solid-start-vercel": "^0.2.19",
// tailwind
tailwindcss: "^3.2.4",
postcss: "^8.4.19",
Expand Down
4 changes: 2 additions & 2 deletions template/base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"type": "module",
"devDependencies": {
"solid-start-node": "^0.2.18",
"solid-start-node": "^0.2.19",
"typescript": "^4.8.3",
"vite": "^3.1.0",
"@typescript-eslint/eslint-plugin": "^5.42.1",
Expand All @@ -21,7 +21,7 @@
"@solidjs/meta": "^0.28.2",
"@solidjs/router": "^0.7.0",
"solid-js": "^1.5.7",
"solid-start": "^0.2.18",
"solid-start": "^0.2.19",
"undici": "5.11.0",
"zod": "^3.19.1"
},
Expand Down

0 comments on commit 7e680d7

Please sign in to comment.