Skip to content

Commit

Permalink
vite 5 support and router updates
Browse files Browse the repository at this point in the history
  • Loading branch information
ryansolid committed Dec 8, 2023
1 parent 26a750f commit 620b638
Show file tree
Hide file tree
Showing 11 changed files with 219 additions and 92 deletions.
2 changes: 1 addition & 1 deletion examples/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"@solidjs/meta": "^0.29.1",
"@solidjs/router": "^0.10.0",
"@solidjs/router": "^0.10.1",
"@solidjs/start": "^0.4.0-alpha.1",
"solid-js": "^1.8.7",
"vinxi": "0.0.48"
Expand Down
2 changes: 1 addition & 1 deletion examples/experiments/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"@solidjs/meta": "^0.29.1",
"@solidjs/router": "^0.10.0",
"@solidjs/router": "^0.10.1",
"@solidjs/start": "^0.4.0-alpha.1",
"solid-js": "^1.8.7",
"vinxi": "0.0.48"
Expand Down
2 changes: 1 addition & 1 deletion examples/hackernews/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"start": "vinxi start"
},
"dependencies": {
"@solidjs/router": "^0.10.0",
"@solidjs/router": "^0.10.1",
"@solidjs/start": "^0.4.0-alpha.1",
"solid-js": "^1.8.7",
"vinxi": "0.0.48"
Expand Down
2 changes: 1 addition & 1 deletion examples/todomvc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"start": "vinxi start"
},
"dependencies": {
"@solidjs/router": "^0.10.0",
"@solidjs/router": "^0.10.1",
"@solidjs/start": "^0.4.0-alpha.1",
"solid-js": "^1.8.7",
"unstorage": "1.10.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 @@ -10,7 +10,7 @@
"@types/node": "^20.10.1"
},
"dependencies": {
"@solidjs/router": "^0.10.0",
"@solidjs/router": "^0.10.1",
"@solidjs/start": "^0.4.0-alpha.1",
"solid-js": "^1.8.7",
"vinxi": "0.0.48"
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 @@ -8,7 +8,7 @@
},
"dependencies": {
"@mdx-js/mdx": "^2.3.0",
"@solidjs/router": "^0.10.0",
"@solidjs/router": "^0.10.1",
"@solidjs/start": "^0.4.0-alpha.1",
"@vinxi/plugin-mdx": "^3.6.5",
"solid-js": "^1.8.7",
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 @@ -8,7 +8,7 @@
},
"dependencies": {
"@solidjs/meta": "^0.29.1",
"@solidjs/router": "^0.10.0",
"@solidjs/router": "^0.10.1",
"@solidjs/start": "^0.4.0-alpha.1",
"solid-js": "^1.8.7",
"solid-styled": "^0.8.2",
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 @@ -7,7 +7,7 @@
"start": "vinxi start"
},
"dependencies": {
"@solidjs/router": "^0.10.0",
"@solidjs/router": "^0.10.1",
"@solidjs/start": "^0.4.0-alpha.1",
"autoprefixer": "^10.4.14",
"postcss": "^8.4.26",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-node-resolve": "^15.1.0",
"@solidjs/meta": "^0.29.0",
"@solidjs/router": "^0.10.0",
"@solidjs/router": "^0.10.1",
"@tailwindcss/typography": "^0.5.9",
"@trpc/client": "^9.27.4",
"@trpc/server": "^9.27.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/start/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@
"defu": "^6.1.2",
"seroval": "^0.14.1",
"vite-plugin-inspect": "^0.7.33",
"vite-plugin-solid": "^2.7.0"
"vite-plugin-solid": "^2.8.0"
}
}
Loading

0 comments on commit 620b638

Please sign in to comment.