Skip to content

Commit 5625f2c

Browse files
committed
Upgrade deps
1 parent 098e2ec commit 5625f2c

File tree

2 files changed

+209
-187
lines changed

2 files changed

+209
-187
lines changed

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
{
2-
"name": "blog",
2+
"name": "example-basic",
33
"license": "MIT",
44
"type": "module",
55
"scripts": {
66
"dev": "vinxi dev",
7+
"prod": "pnpm build && pnpm serve",
78
"build": "vinxi build",
89
"start": "vinxi start",
910
"serve": "cd .output && npx http-server public -p 3000",
@@ -12,7 +13,7 @@
1213
"dependencies": {
1314
"@babel/plugin-transform-export-namespace-from": "7.25.9",
1415
"@babel/preset-typescript": "7.26.0",
15-
"@kobalte/core": "0.13.8",
16+
"@kobalte/core": "0.13.9",
1617
"@linaria/core": "6.2.0",
1718
"@mdx-js/mdx": "3.1.0",
1819
"@solidjs/meta": "0.29.4",
@@ -27,8 +28,7 @@
2728
"babel-plugin-transform-remove-imports": "1.8.0",
2829
"classnames": "2.5.1",
2930
"cssnano": "6.1.2",
30-
"lightningcss": "1.29.1",
31-
"postcss-preset-env": "10.0.3",
31+
"postcss-preset-env": "10.1.5",
3232
"postcss-pxtorem": "6.1.0",
3333
"rehype-raw": "7.0.0",
3434
"remark-shiki-twoslash": "3.1.3",
@@ -37,7 +37,7 @@
3737
"solid-labels": "0.16.0",
3838
"solid-mdx": "0.0.7",
3939
"tailwindcss": "4.0.6",
40-
"typescript": "5.7.3",
40+
"typescript": "5.8.2",
4141
"vinxi": "0.5.3",
4242
"vite": "6.1.0",
4343
"vite-plugin-compile-time": "0.4.6"
@@ -46,22 +46,22 @@
4646
"node": ">=18.12.0"
4747
},
4848
"devDependencies": {
49+
"shiki": "1.16.1",
4950
"@shikijs/core": "1.16.1",
5051
"@shikijs/rehype": "1.16.1",
5152
"@shikijs/transformers": "1.16.1",
53+
"solid-lazy-plus": "file:./tarballs/solid-lazy-plus.tar.gz",
5254
"@types/imagemagick": "0.0.35",
5355
"babel-plugin-transform-define": "2.1.4",
5456
"gray-matter": "4.0.3",
5557
"imagemagick": "0.1.3",
56-
"prettier": "3.3.3",
57-
"prettier-plugin-organize-imports": "4.0.0",
58-
"prettier-plugin-tailwindcss": "0.6.6",
58+
"prettier": "3.5.3",
59+
"prettier-plugin-organize-imports": "4.1.0",
60+
"prettier-plugin-tailwindcss": "0.6.11",
5961
"remark-captions": "2.2.4",
6062
"remark-frontmatter": "5.0.0",
61-
"remark-gfm": "4.0.0",
62-
"shiki": "1.16.1",
63+
"remark-gfm": "4.0.1",
6364
"solid-devtools": "0.33.0",
64-
"solid-lazy-plus": "file:tarballs/solid-lazy-plus.tar.gz",
6565
"ts-node": "10.9.2",
6666
"vite-plugin-solid-svg": "0.8.1"
6767
}

0 commit comments

Comments
 (0)