Skip to content

Commit

Permalink
v0.4.10
Browse files Browse the repository at this point in the history
  • Loading branch information
ryansolid committed Jan 16, 2024
1 parent d616975 commit 0aebb40
Show file tree
Hide file tree
Showing 16 changed files with 27 additions and 27 deletions.
2 changes: 1 addition & 1 deletion examples/bare/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"start": "vinxi start"
},
"dependencies": {
"@solidjs/start": "^0.4.9",
"@solidjs/start": "^0.4.10",
"solid-js": "^1.8.11",
"vinxi": "^0.1.4"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"dependencies": {
"@solidjs/meta": "^0.29.2",
"@solidjs/router": "^0.10.9",
"@solidjs/start": "^0.4.9",
"@solidjs/start": "^0.4.10",
"solid-js": "^1.8.11",
"vinxi": "^0.1.4"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/experiments/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"dependencies": {
"@solidjs/meta": "^0.29.2",
"@solidjs/router": "^0.10.9",
"@solidjs/start": "^0.4.9",
"@solidjs/start": "^0.4.10",
"solid-js": "^1.8.11",
"vinxi": "^0.1.4"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/hackernews/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"@solidjs/router": "^0.10.9",
"@solidjs/start": "^0.4.9",
"@solidjs/start": "^0.4.10",
"solid-js": "^1.8.11",
"vinxi": "^0.1.4"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/todomvc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"@solidjs/router": "^0.10.9",
"@solidjs/start": "^0.4.9",
"@solidjs/start": "^0.4.10",
"solid-js": "^1.8.11",
"unstorage": "1.10.1",
"vinxi": "^0.1.4"
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 @@ -11,7 +11,7 @@
},
"dependencies": {
"@solidjs/router": "^0.10.9",
"@solidjs/start": "^0.4.9",
"@solidjs/start": "^0.4.10",
"solid-js": "^1.8.11",
"unstorage": "1.10.1",
"vinxi": "^0.1.4"
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 @@ -9,7 +9,7 @@
"dependencies": {
"@mdx-js/mdx": "^2.3.0",
"@solidjs/router": "^0.10.9",
"@solidjs/start": "^0.4.9",
"@solidjs/start": "^0.4.10",
"@vinxi/plugin-mdx": "^3.6.7",
"solid-js": "^1.8.11",
"vinxi": "^0.1.4",
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 @@ -12,7 +12,7 @@
"dependencies": {
"@prisma/client": "^5.7.0",
"@solidjs/router": "^0.10.9",
"@solidjs/start": "^0.4.9",
"@solidjs/start": "^0.4.10",
"prisma": "^5.7.0",
"solid-js": "^1.8.11",
"vinxi": "^0.1.4"
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 @@ -9,7 +9,7 @@
"dependencies": {
"@solidjs/meta": "^0.29.2",
"@solidjs/router": "^0.10.9",
"@solidjs/start": "^0.4.9",
"@solidjs/start": "^0.4.10",
"solid-js": "^1.8.11",
"solid-styled": "^0.8.2",
"vinxi": "^0.1.4",
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 @@ -8,7 +8,7 @@
},
"dependencies": {
"@solidjs/router": "^0.10.9",
"@solidjs/start": "^0.4.9",
"@solidjs/start": "^0.4.10",
"autoprefixer": "^10.4.14",
"postcss": "^8.4.26",
"solid-js": "^1.8.11",
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 @@ -12,7 +12,7 @@
"@trpc/server": "^10.44.1",
"@solidjs/meta": "^0.29.2",
"@solidjs/router": "^0.10.9",
"@solidjs/start": "^0.4.9",
"@solidjs/start": "^0.4.10",
"solid-js": "^1.8.11",
"valibot": "^0.23.0",
"vinxi": "^0.1.4"
Expand Down
2 changes: 1 addition & 1 deletion examples/with-vitest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"devDependencies": {
"@solidjs/meta": "^0.29.3",
"@solidjs/router": "^0.10.9",
"@solidjs/start": "^0.4.9",
"@solidjs/start": "^0.4.10",
"@solidjs/testing-library": "^0.8.5",
"@testing-library/jest-dom": "^6.1.5",
"@testing-library/user-event": "^14.5.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-solid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-solid",
"version": "0.4.9",
"version": "0.4.10",
"description": "Create Solid apps with low configuration",
"author": "Ryan Carniato",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/mdx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "solid-start-mdx",
"version": "0.4.9",
"version": "0.4.10",
"description": "",
"main": "./index.js",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion packages/start/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@solidjs/start",
"version": "0.4.9",
"version": "0.4.10",
"type": "module",
"author": "Ryan Carniato",
"publishConfig": {
Expand Down
24 changes: 12 additions & 12 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 0aebb40

Please sign in to comment.