Skip to content

Commit

Permalink
make charts peer dep
Browse files Browse the repository at this point in the history
  • Loading branch information
samfairbairn committed May 6, 2024
1 parent d780d7b commit 85bfee8
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 57 deletions.
16 changes: 9 additions & 7 deletions packages/storykit/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@storyprotocol/storykit",
"author": "storyprotocol engineering <eng@storyprotocol.xyz>",
"version": "0.1.6-mrtest.9",
"version": "0.1.6-mrtest.10",
"type": "module",
"exports": {
".": {
Expand Down Expand Up @@ -36,8 +36,6 @@
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"lucide-react": "^0.364.0",
"react-apexcharts": "^1.4.1",
"react-force-graph-2d": "^1.25.4",
"react-icons": "^5.0.1",
"tailwind-merge": "^2.2.2",
"tailwindcss": "^3.4.1",
Expand All @@ -46,9 +44,6 @@
},
"devDependencies": {
"@chromatic-com/storybook": "^1.2.25",
"@storykit/eslint-config": "workspace:*",
"@storykit/prettier-config": "workspace:*",
"@storykit/typescript-config": "workspace:*",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-terser": "^0.4.4",
Expand All @@ -66,14 +61,17 @@
"@storybook/react-webpack5": "^8.0.4",
"@storybook/test": "^8.0.4",
"@storybook/theming": "^8.0.4",
"@storykit/eslint-config": "workspace:*",
"@storykit/prettier-config": "workspace:*",
"@storykit/typescript-config": "workspace:*",
"@tanstack/react-query": "^5.25.0",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"@turbo/gen": "^1.12.4",
"@types/eslint": "^8.56.5",
"@types/jest": "^29.5.12",
"@types/node": "^20.11.24",
"@types/eslint": "^8.56.5",
"@types/react": "^18.2.61",
"@types/react-dom": "^18.2.19",
"eslint": "^8.57.0",
Expand All @@ -86,7 +84,9 @@
"prettier": "^3.2.5",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-apexcharts": "^1.4.1",
"react-dom": "^18.2.0",
"react-force-graph-2d": "^1.25.4",
"react-scripts": "5.0.1",
"rollup": "^4.13.1",
"rollup-plugin-dts": "^6.1.0",
Expand All @@ -99,7 +99,9 @@
"peerDependencies": {
"@tanstack/react-query": "^5.25.0",
"react": ">=18.2.0",
"react-apexcharts": "^1.4.1",
"react-dom": ">=18.2.0",
"react-force-graph-2d": "^1.25.4",
"typescript": "^5.4.3"
}
}
2 changes: 1 addition & 1 deletion packages/storykit/src/components/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ export * from "./Button"
// export * from "./IPAssetWidget"
export * from "./IPAGraph"
export * from "./IPAPolicies"
// export * from "./IPARoyaltyChart"
export * from "./IPARoyaltyChart"
Loading

0 comments on commit 85bfee8

Please sign in to comment.