-
-
Notifications
You must be signed in to change notification settings - Fork 76
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update to latest solid and solid start (#300)
Co-authored-by: Fabien MARIE-LOUISE <[email protected]>
- Loading branch information
Showing
28 changed files
with
4,492 additions
and
1,745 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,6 +23,7 @@ lerna-debug.log | |
|
||
# solid | ||
.solid | ||
.vinxi | ||
|
||
# VSC Settings | ||
.vscode/settings.json | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,45 +25,45 @@ | |
"author": "Fabien Marie-Louise <[email protected]>", | ||
"type": "module", | ||
"scripts": { | ||
"build": "solid-start build", | ||
"build": "vinxi build", | ||
"clean": "rm -rf .solid && rm -rf netlify && rm -rf .turbo && rm -rf node_modules && rm -rf dist", | ||
"dev": "solid-start dev --host", | ||
"start": "solid-start start" | ||
"dev": "vinxi dev --host", | ||
"start": "vinxi start" | ||
}, | ||
"dependencies": { | ||
"@docsearch/css": "3.5.2", | ||
"@docsearch/js": "3.5.2", | ||
"@kobalte/core": "0.12.1", | ||
"@solidjs/meta": "0.28.6", | ||
"@solidjs/router": "0.8.3", | ||
"@solidjs/meta": "0.29.3", | ||
"@solidjs/router": "0.10.6", | ||
"@tanstack/solid-virtual": "3.0.0-beta.6", | ||
"clsx": "2.0.0", | ||
"solid-js": "1.7.11", | ||
"solid-start": "0.3.4", | ||
"solid-js": "1.8.8", | ||
"@solidjs/start": "0.4.11", | ||
"vinxi": "0.1.10", | ||
"undici": "5.23.0" | ||
}, | ||
"devDependencies": { | ||
"@kobalte/tailwindcss": "0.9.0", | ||
"@mdx-js/mdx": "2.3.0", | ||
"@mdx-js/rollup": "2.3.0", | ||
"@mdx-js/mdx": "3.0.0", | ||
"@mdx-js/rollup": "3.0.0", | ||
"@tailwindcss/typography": "0.5.9", | ||
"acorn": "8.10.0", | ||
"autoprefixer": "10.4.15", | ||
"github-slugger": "2.0.0", | ||
"postcss": "8.4.28", | ||
"rehype-pretty-code": "0.10.0", | ||
"rehype-raw": "6.1.1", | ||
"rehype-slug": "5.1.0", | ||
"remark-gfm": "3.0.1", | ||
"rehype-pretty-code": "0.12.3", | ||
"remark-shiki-twoslash": "3.1.3", | ||
"shiki": "0.14.3", | ||
"solid-mdx": "0.0.6", | ||
"solid-start-netlify": "0.3.4", | ||
"solid-start-node": "0.3.4", | ||
"rehype-raw": "7.0.0", | ||
"rehype-slug": "6.0.0", | ||
"remark-gfm": "4.0.0", | ||
"shiki": "0.14.7", | ||
"solid-mdx": "0.0.7", | ||
"tailwindcss": "3.3.3", | ||
"typescript": "4.9.5", | ||
"unist-util-visit": "5.0.0", | ||
"vite": "3.2.7" | ||
"vite": "5.0.12", | ||
"@vinxi/plugin-mdx": "3.7.1" | ||
}, | ||
"engines": { | ||
"node": ">=18" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.