Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
shiro committed May 12, 2024
1 parent e901355 commit 39f9f93
Show file tree
Hide file tree
Showing 2 changed files with 271 additions and 317 deletions.
25 changes: 12 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,22 +11,22 @@
"dependencies": {
"@babel/plugin-transform-export-namespace-from": "7.24.1",
"@babel/preset-typescript": "7.24.1",
"@kobalte/core": "0.12.6",
"@linaria/core": "6.1.0",
"@kobalte/core": "0.13.1",
"@linaria/core": "6.2.0",
"@mdx-js/mdx": "3.0.1",
"@solidjs/meta": "0.29.3",
"@solidjs/router": "0.13.2",
"@solidjs/start": "1.0.0-rc.0",
"@solidjs/router": "0.13.3",
"@solidjs/start": "1.0.0-rc.1",
"@vinxi/plugin-mdx": "3.7.1",
"@wyw-in-js/vite": "0.5.3",
"babel-plugin-transform-remove-imports": "1.7.1",
"classnames": "2.5.1",
"cssnano": "6.1.2",
"postcss-preset-env": "9.5.9",
"postcss-preset-env": "9.5.12",
"postcss-pxtorem": "6.1.0",
"rehype-raw": "7.0.0",
"remark-shiki-twoslash": "3.1.3",
"sass": "1.75.0",
"sass": "1.77.1",
"solid-js": "1.8.17",
"solid-labels": "0.16.0",
"solid-mdx": "0.0.7",
Expand All @@ -36,23 +36,22 @@
"vite-plugin-compile-time": "0.2.1"
},
"engines": {
"node": ">=18"
"node": ">=18.12.0"
},
"devDependencies": {
"shiki": "1.3.0",
"@shikijs/core": "1.3.0",
"@shikijs/rehype": "1.3.0",
"@shikijs/transformers": "1.3.0",
"shiki": "1.5.1",
"@shikijs/core": "1.5.1",
"@shikijs/rehype": "1.5.1",
"@shikijs/transformers": "1.5.1",
"solid-lazy-plus": "file:./tarballs/solid-lazy-plus.tar.gz",
"@shikijs/twoslash": "1.3.0",
"@types/imagemagick": "0.0.35",
"babel-plugin-transform-define": "2.1.4",
"gray-matter": "4.0.3",
"imagemagick": "0.1.3",
"prettier": "3.2.5",
"prettier-plugin-organize-imports": "3.2.4",
"prettier-plugin-tailwindcss": "0.5.14",
"remark-captions": "2.2.3",
"remark-captions": "2.2.4",
"remark-frontmatter": "5.0.0",
"remark-gfm": "4.0.0",
"solid-devtools": "0.30.1",
Expand Down

0 comments on commit 39f9f93

Please sign in to comment.