Skip to content

Commit

Permalink
feat: glob macros support (#41)
Browse files Browse the repository at this point in the history
Co-authored-by: 三咲智子 Kevin Deng <sxzz@sxzz.moe>
fix: macros (#39)
  • Loading branch information
Innei and sxzz authored Jul 15, 2023
1 parent c294e42 commit 0f94f9a
Show file tree
Hide file tree
Showing 4 changed files with 108 additions and 381 deletions.
18 changes: 9 additions & 9 deletions storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,25 +4,25 @@
},
"dependencies": {
"@radix-ui/react-scroll-area": "1.0.4",
"@types/marked": "^4.3.1",
"marked": "^4.3.0",
"postcss-import": "^14.1.0",
"@types/marked": "^5.0.1",
"marked": "^5.1.1",
"postcss-import": "^15.1.0",
"react-error-boundary": "4.0.10",
"react-router-dom": "6.11.2",
"vite": "4.3.9",
"react-router-dom": "6.14.1",
"vite": "4.4.4",
"vite-plugin-restart": "0.3.1"
},
"devDependencies": {
"@mdx-js/react": "2.3.0",
"@mdx-js/rollup": "2.3.0",
"@types/lodash-es": "4.17.7",
"@types/lodash-es": "4.17.8",
"@types/marked": "^4.3.1",
"@types/react": "^18.2.14",
"@types/react-dom": "^18.2.6",
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@vitejs/plugin-react": "^4.0.3",
"buffer": "6.0.3",
"concurrently": "^8.2.0",
"unplugin-macros": "0.5.0",
"unplugin-macros": "0.5.1",
"vite-tsconfig-paths": "^4.2.0"
}
}
Loading

1 comment on commit 0f94f9a

@vercel
Copy link

@vercel vercel bot commented on 0f94f9a Jul 15, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

shiro – ./

shiro-innei.vercel.app
springtide.vercel.app
shiro-git-main-innei.vercel.app
innei.in

Please sign in to comment.