Skip to content

Commit

Permalink
chore: update storybook #skip_publish
Browse files Browse the repository at this point in the history
  • Loading branch information
zaaakher committed May 23, 2024
1 parent 636d1c3 commit cc80c87
Show file tree
Hide file tree
Showing 5 changed files with 836 additions and 1,015 deletions.
2 changes: 1 addition & 1 deletion apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
"devDependencies": {
"@types/lodash.template": "^4.5.3",
"@types/node": "^20.12.12",
"@types/react": "^18.3.2",
"@types/react": "^18.3.3",
"@types/react-color": "^3.0.12",
"@types/react-dom": "^18.3.0",
"esbuild": "^0.21.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
"@testing-library/jest-dom": "^6.4.5",
"@testing-library/react": "^15.0.7",
"@types/jest": "^29.5.12",
"@types/react": "^18.3.2",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"autoprefixer": "^10.4.19",
"boxen": "^7.1.1",
Expand Down
24 changes: 12 additions & 12 deletions packages/storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,24 +33,24 @@
"devDependencies": {
"@babel/preset-react": "^7.24.1",
"@sikka/alam": "^0.0.4",
"@types/react": "^18.3.2",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@storybook/addon-essentials": "^8.1.2",
"@storybook/addon-interactions": "^8.1.2",
"@storybook/addon-links": "^8.1.2",
"@storybook/addon-mdx-gfm": "^8.1.2",
"@storybook/blocks": "^8.1.2",
"@storybook/manager-api": "^8.1.2",
"@storybook/nextjs": "^8.1.2",
"@storybook/react": "^8.1.2",
"@storybook/addon-essentials": "^8.1.3",
"@storybook/addon-interactions": "^8.1.3",
"@storybook/addon-links": "^8.1.3",
"@storybook/addon-mdx-gfm": "^8.1.3",
"@storybook/blocks": "^8.1.3",
"@storybook/manager-api": "^8.1.3",
"@storybook/nextjs": "^8.1.3",
"@storybook/react": "^8.1.3",
"@storybook/testing-library": "^0.2.2",
"@storybook/theming": "^8.1.2",
"@storybook/theming": "^8.1.3",
"@testing-library/jest-dom": "^6.4.5",
"@testing-library/react": "^15.0.7",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/jest": "^29.5.12",
"autoprefixer": "^10.4.19",
"css-loader": "^7.1.1",
"css-loader": "^7.1.2",
"eslint-plugin-storybook": "^0.8.0",
"jest": "^29.7.0",
"lucide-react": "^0.379.0",
Expand All @@ -61,7 +61,7 @@
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.14",
"recharts": "^2.12.7",
"storybook": "^8.1.2",
"storybook": "^8.1.3",
"storybook-dark-mode": "^4.0.1",
"style-loader": "^4.0.0",
"tailwindcss": "^3.4.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"react-dom": "18.3.1"
},
"devDependencies": {
"@types/react": "^18.3.2",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@babel/preset-react": "^7.24.1",
"@testing-library/jest-dom": "^6.4.5",
Expand Down
Loading

0 comments on commit cc80c87

Please sign in to comment.