Skip to content

Commit

Permalink
chore: update deps #skip_publish
Browse files Browse the repository at this point in the history
  • Loading branch information
zaaakher committed Aug 7, 2024
1 parent c8062d8 commit e590c8d
Show file tree
Hide file tree
Showing 5 changed files with 345 additions and 385 deletions.
6 changes: 3 additions & 3 deletions apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"embla-carousel-autoplay": "8.1.8",
"embla-carousel-react": "8.1.8",
"geist": "^1.3.1",
"jotai": "^2.9.1",
"jotai": "^2.9.2",
"lodash.template": "^4.5.0",
"lucide-react": "0.424.0",
"markdown-wasm": "^1.2.0",
Expand Down Expand Up @@ -90,7 +90,7 @@
"esbuild": "^0.23.0",
"eslint": "^9.8.0",
"mdast-util-toc": "^7.1.0",
"postcss": "^8.4.40",
"postcss": "^8.4.41",
"rehype": "^13.0.1",
"rehype-autolink-headings": "^7.1.0",
"rehype-pretty-code": "^0.13.2",
Expand All @@ -100,7 +100,7 @@
"remark-gfm": "^4.0.0",
"rimraf": "^6.0.1",
"shiki": "^1.12.1",
"tailwindcss": "^3.4.7",
"tailwindcss": "^3.4.8",
"typescript": "^5.5.4",
"unist-builder": "4.0.0",
"unist-util-visit": "^5.0.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,15 +108,15 @@
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"autoprefixer": "^10.4.20",
"boxen": "^8.0.0",
"boxen": "^8.0.1",
"chalk": "^5.3.0",
"embla-carousel": "8.1.8",
"jest": "^29.7.0",
"lucide-react": "^0.424.0",
"postcss": "^8.4.40",
"postcss": "^8.4.41",
"postcss-cli": "^11.0.0",
"postcss-import": "^16.1.0",
"tailwindcss": "^3.4.7",
"tailwindcss": "^3.4.8",
"tailwindcss-animate": "^1.0.7",
"tsconfig-paths-webpack-plugin": "^4.1.0",
"tsup": "^8.2.4"
Expand Down
26 changes: 13 additions & 13 deletions packages/storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,17 +33,17 @@
"devDependencies": {
"@babel/preset-react": "^7.24.7",
"@sikka/alam": "^0.0.4",
"@storybook/addon-essentials": "^8.2.7",
"@storybook/addon-interactions": "^8.2.7",
"@storybook/addon-links": "^8.2.7",
"@storybook/addon-mdx-gfm": "^8.2.7",
"@storybook/addon-themes": "^8.2.7",
"@storybook/blocks": "^8.2.7",
"@storybook/manager-api": "^8.2.7",
"@storybook/nextjs": "^8.2.7",
"@storybook/react": "^8.2.7",
"@storybook/addon-essentials": "^8.2.8",
"@storybook/addon-interactions": "^8.2.8",
"@storybook/addon-links": "^8.2.8",
"@storybook/addon-mdx-gfm": "^8.2.8",
"@storybook/addon-themes": "^8.2.8",
"@storybook/blocks": "^8.2.8",
"@storybook/manager-api": "^8.2.8",
"@storybook/nextjs": "^8.2.8",
"@storybook/react": "^8.2.8",
"@storybook/testing-library": "^0.2.2",
"@storybook/theming": "^8.2.7",
"@storybook/theming": "^8.2.8",
"@testing-library/jest-dom": "^6.4.8",
"@testing-library/react": "^16.0.0",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
Expand All @@ -56,17 +56,17 @@
"eslint-plugin-storybook": "^0.8.0",
"jest": "^29.7.0",
"lucide-react": "^0.424.0",
"postcss": "^8.4.40",
"postcss": "^8.4.41",
"postcss-cli": "^11.0.0",
"postcss-import": "^16.1.0",
"postcss-loader": "^8.1.1",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.5",
"recharts": "^2.12.7",
"storybook": "^8.2.7",
"storybook": "^8.2.8",
"storybook-dark-mode": "^4.0.2",
"style-loader": "^4.0.0",
"tailwindcss": "^3.4.7",
"tailwindcss": "^3.4.8",
"tailwindcss-animate": "^1.0.7",
"tsconfig-paths-webpack-plugin": "^4.1.0",
"tsup": "^8.2.4",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export const Default: Story = {
isMulti={false}
isClearable={false}
isSearchable={true}
defaultValue={{ label: "Chocolate", value: "chocolate" }}
value={{ label: "Vanilla", value: "vanilla" }}
helperText="Helper text here"
options={[
{ value: "chocolate", label: "Chocolate" },
Expand Down
Loading

0 comments on commit e590c8d

Please sign in to comment.