Skip to content

Commit

Permalink
fix(storybook): update deps
Browse files Browse the repository at this point in the history
Signed-off-by: Innei <i@innei.in>
  • Loading branch information
Innei committed Mar 21, 2024
1 parent 20b2d11 commit 111fc65
Show file tree
Hide file tree
Showing 4 changed files with 369 additions and 357 deletions.
3 changes: 2 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"local>Innei/renovate-config"
],
"ignoreDeps": [
"jojoo"
"jojoo",
"framer-motion"
]
}
16 changes: 8 additions & 8 deletions storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,23 @@
},
"dependencies": {
"@radix-ui/react-scroll-area": "1.0.5",
"marked": "^12.0.0",
"postcss-import": "^16.0.1",
"react-error-boundary": "4.0.12",
"react-router-dom": "6.22.1",
"vite": "5.1.4",
"marked": "^12.0.1",
"postcss-import": "^16.1.0",
"react-error-boundary": "4.0.13",
"react-router-dom": "6.22.3",
"vite": "5.2.2",
"vite-plugin-restart": "0.4.0"
},
"devDependencies": {
"@mdx-js/react": "3.0.1",
"@mdx-js/rollup": "3.0.1",
"@types/lodash-es": "4.17.12",
"@types/react": "^18.2.60",
"@types/react-dom": "^18.2.19",
"@types/react": "^18.2.67",
"@types/react-dom": "^18.2.22",
"@vitejs/plugin-react": "^4.2.1",
"buffer": "6.0.3",
"concurrently": "^8.2.2",
"unplugin-macros": "0.11.0",
"vite-tsconfig-paths": "^4.3.1"
"vite-tsconfig-paths": "^4.3.2"
}
}
Loading

0 comments on commit 111fc65

Please sign in to comment.