Skip to content

Commit

Permalink
fix: legend categories max (#1091)
Browse files Browse the repository at this point in the history
* update legend

* update packages

* update
  • Loading branch information
severinlandolt authored Jun 19, 2024
1 parent 3dc49f9 commit 3978056
Show file tree
Hide file tree
Showing 4 changed files with 1,427 additions and 1,105 deletions.
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,19 +26,19 @@
"dependencies": {
"@floating-ui/react": "^0.19.2",
"@headlessui/react": "^1.7.19",
"@headlessui/tailwindcss": "^0.2.0",
"@headlessui/tailwindcss": "^0.2.1",
"date-fns": "^3.6.0",
"react-day-picker": "^8.10.1",
"react-transition-state": "^2.1.1",
"recharts": "^2.12.7",
"tailwind-merge": "^1.14.0"
},
"devDependencies": {
"@babel/core": "^7.24.5",
"@babel/preset-env": "^7.24.5",
"@babel/preset-react": "^7.24.1",
"@babel/preset-typescript": "^7.24.1",
"@chromatic-com/storybook": "^1.4.0",
"@babel/core": "^7.24.7",
"@babel/preset-env": "^7.24.7",
"@babel/preset-react": "^7.24.7",
"@babel/preset-typescript": "^7.24.7",
"@chromatic-com/storybook": "^1.5.0",
"@mdx-js/react": "^2.3.0",
"@rollup/plugin-commonjs": "^21.1.0",
"@rollup/plugin-node-resolve": "^13.3.0",
Expand All @@ -47,20 +47,20 @@
"@semantic-release/commit-analyzer": "^9.0.2",
"@semantic-release/github": "github:semantic-release/github",
"@semantic-release/npm": "github:semantic-release/npm",
"@storybook/addon-a11y": "^8.1.1",
"@storybook/addon-actions": "^8.1.1",
"@storybook/addon-essentials": "^8.1.1",
"@storybook/addon-interactions": "^8.1.1",
"@storybook/addon-links": "^8.1.1",
"@storybook/addon-a11y": "^8.1.10",
"@storybook/addon-actions": "^8.1.10",
"@storybook/addon-essentials": "^8.1.10",
"@storybook/addon-interactions": "^8.1.10",
"@storybook/addon-links": "^8.1.10",
"@storybook/addon-styling-webpack": "^1.0.0",
"@storybook/addon-themes": "^8.1.1",
"@storybook/addon-themes": "^8.1.10",
"@storybook/addon-webpack5-compiler-babel": "^3.0.3",
"@storybook/manager-api": "^8.1.1",
"@storybook/manager-api": "^8.1.10",
"@storybook/mdx2-csf": "^1.1.0",
"@storybook/react": "^8.1.1",
"@storybook/react-webpack5": "^8.1.1",
"@storybook/test": "^8.1.1",
"@storybook/theming": "^8.1.1",
"@storybook/react": "^8.1.10",
"@storybook/react-webpack5": "^8.1.10",
"@storybook/test": "^8.1.10",
"@storybook/theming": "^8.1.10",
"@tailwindcss/forms": "^0.5.7",
"@testing-library/react": "^14.1.2",
"@types/jest": "^29.5.12",
Expand Down Expand Up @@ -96,10 +96,10 @@
"rollup-plugin-preserve-directives": "^0.1.1",
"rollup-plugin-typescript-paths": "^1.4.0",
"semantic-release": "^22.0.8",
"storybook": "^8.1.1",
"storybook": "^8.1.10",
"storybook-source-link": "^4.0.1",
"style-loader": "^3.3.3",
"tailwindcss": "^3.4.3",
"tailwindcss": "^3.4.4",
"tslib": "^2.6.2",
"typescript": "^4.9.5",
"webpack": "^5.91.0"
Expand Down
Loading

0 comments on commit 3978056

Please sign in to comment.