Skip to content

Commit

Permalink
fix web/storage import for real
Browse files Browse the repository at this point in the history
  • Loading branch information
ryansolid committed Feb 5, 2024
1 parent 39d7561 commit ae6dc62
Show file tree
Hide file tree
Showing 17 changed files with 120 additions and 115 deletions.
5 changes: 5 additions & 0 deletions .changeset/warm-pants-behave.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@solidjs/start": patch
---

update Solid to 1.8.14 to fix storage import
2 changes: 1 addition & 1 deletion examples/bare/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"@solidjs/start": "^0.5.1",
"solid-js": "^1.8.13",
"solid-js": "^1.8.14",
"vinxi": "^0.2.1"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion examples/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"@solidjs/meta": "^0.29.2",
"@solidjs/router": "^0.11.2",
"@solidjs/start": "^0.5.1",
"solid-js": "^1.8.13",
"solid-js": "^1.8.14",
"vinxi": "^0.2.1"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion examples/experiments/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"@solidjs/meta": "^0.29.2",
"@solidjs/router": "^0.11.2",
"@solidjs/start": "^0.5.1",
"solid-js": "^1.8.13",
"solid-js": "^1.8.14",
"vinxi": "^0.2.1"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion examples/hackernews/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"dependencies": {
"@solidjs/router": "^0.11.2",
"@solidjs/start": "^0.5.1",
"solid-js": "^1.8.13",
"solid-js": "^1.8.14",
"vinxi": "^0.2.1"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion examples/todomvc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"dependencies": {
"@solidjs/router": "^0.11.2",
"@solidjs/start": "^0.5.1",
"solid-js": "^1.8.13",
"solid-js": "^1.8.14",
"unstorage": "1.10.1",
"vinxi": "^0.2.1"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/with-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"dependencies": {
"@solidjs/router": "^0.11.2",
"@solidjs/start": "^0.5.1",
"solid-js": "^1.8.13",
"solid-js": "^1.8.14",
"unstorage": "1.10.1",
"vinxi": "^0.2.1"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/with-mdx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"@solidjs/router": "^0.11.2",
"@solidjs/start": "^0.5.1",
"@vinxi/plugin-mdx": "^3.6.7",
"solid-js": "^1.8.13",
"solid-js": "^1.8.14",
"vinxi": "^0.2.1",
"solid-mdx": "^0.0.7"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/with-prisma/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@solidjs/router": "^0.11.2",
"@solidjs/start": "^0.5.1",
"prisma": "^5.7.0",
"solid-js": "^1.8.13",
"solid-js": "^1.8.14",
"vinxi": "^0.2.1"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion examples/with-solid-styled/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"@solidjs/meta": "^0.29.2",
"@solidjs/router": "^0.11.2",
"@solidjs/start": "^0.5.1",
"solid-js": "^1.8.13",
"solid-js": "^1.8.14",
"solid-styled": "^0.8.2",
"vinxi": "^0.2.1",
"vite-plugin-solid-styled": "^0.8.3"
Expand Down
2 changes: 1 addition & 1 deletion examples/with-tailwindcss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"@solidjs/start": "^0.5.1",
"autoprefixer": "^10.4.14",
"postcss": "^8.4.26",
"solid-js": "^1.8.13",
"solid-js": "^1.8.14",
"tailwindcss": "^3.3.3",
"vinxi": "^0.2.1"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/with-trpc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@solidjs/meta": "^0.29.2",
"@solidjs/router": "^0.11.2",
"@solidjs/start": "^0.5.1",
"solid-js": "^1.8.13",
"solid-js": "^1.8.14",
"valibot": "^0.23.0",
"vinxi": "^0.2.1"
},
Expand Down
4 changes: 2 additions & 2 deletions examples/with-unocss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
"@solidjs/router": "^0.11.2",
"@solidjs/start": "^0.5.1",
"@unocss/reset": "^0.58.3",
"solid-js": "^1.8.13",
"solid-js": "^1.8.14",
"unocss": "^0.58.3",
"vinxi": "^0.2.1"
},
"engines": {
"node": ">=18"
}
}
}
2 changes: 1 addition & 1 deletion examples/with-vitest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@testing-library/user-event": "^14.5.1",
"@vitest/ui": "^1.1.0",
"jsdom": "^24.0.0",
"solid-js": "^1.8.13",
"solid-js": "^1.8.14",
"typescript": "^5.3.3",
"vinxi": "^0.2.1",
"vite": "^4.5.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"fast-glob": "^3.3.0",
"graphql": "^16.7.1",
"rimraf": "^3.0.2",
"solid-js": "^1.8.13",
"solid-js": "^1.8.14",
"solid-mdx": "^0.0.7",
"solid-start-mdx": "workspace:*",
"tailwindcss": "^3.4.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/start/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
}
},
"devDependencies": {
"solid-js": "^1.8.13",
"solid-js": "^1.8.14",
"vinxi": "^0.2.1"
},
"dependencies": {
Expand Down
Loading

0 comments on commit ae6dc62

Please sign in to comment.