Skip to content

Commit 0f94f9a

Browse files
Inneisxzz
andauthored
feat: glob macros support (#41)
Co-authored-by: 三咲智子 Kevin Deng <[email protected]> fix: macros (#39)
1 parent c294e42 commit 0f94f9a

File tree

4 files changed

+108
-381
lines changed

4 files changed

+108
-381
lines changed

storybook/package.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -4,25 +4,25 @@
44
},
55
"dependencies": {
66
"@radix-ui/react-scroll-area": "1.0.4",
7-
"@types/marked": "^4.3.1",
8-
"marked": "^4.3.0",
9-
"postcss-import": "^14.1.0",
7+
"@types/marked": "^5.0.1",
8+
"marked": "^5.1.1",
9+
"postcss-import": "^15.1.0",
1010
"react-error-boundary": "4.0.10",
11-
"react-router-dom": "6.11.2",
12-
"vite": "4.3.9",
11+
"react-router-dom": "6.14.1",
12+
"vite": "4.4.4",
1313
"vite-plugin-restart": "0.3.1"
1414
},
1515
"devDependencies": {
1616
"@mdx-js/react": "2.3.0",
1717
"@mdx-js/rollup": "2.3.0",
18-
"@types/lodash-es": "4.17.7",
18+
"@types/lodash-es": "4.17.8",
1919
"@types/marked": "^4.3.1",
20-
"@types/react": "^18.2.14",
21-
"@types/react-dom": "^18.2.6",
20+
"@types/react": "^18.2.15",
21+
"@types/react-dom": "^18.2.7",
2222
"@vitejs/plugin-react": "^4.0.3",
2323
"buffer": "6.0.3",
2424
"concurrently": "^8.2.0",
25-
"unplugin-macros": "0.5.0",
25+
"unplugin-macros": "0.5.1",
2626
"vite-tsconfig-paths": "^4.2.0"
2727
}
2828
}

0 commit comments

Comments
 (0)