Skip to content

Commit

Permalink
chore: bump storybook to 8.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ascariandrea committed Jan 17, 2025
1 parent d9edcbc commit a787829
Show file tree
Hide file tree
Showing 7 changed files with 363 additions and 361 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"devDependencies": {
"@commitlint/cli": "^19.6.0",
"@commitlint/config-conventional": "^19.6.0",
"@types/node": "^22.10.2",
"@types/node": "^22.10.7",
"@vitest/coverage-v8": "^2.1.8",
"eslint": "^9.18.0",
"husky": "^9.1.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/@liexp/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@mui/lab": "^5.0.0-alpha.175",
"@mui/material": "^5.16.14",
"@mui/system": "^5.16.14",
"@mui/x-data-grid": "^7.23.6",
"@mui/x-data-grid": "^7.24.0",
"@react-spring/web": "^9.7.4",
"@tanstack/react-query": "^5.64.1",
"@visx/axis": "^3.12.0",
Expand Down
694 changes: 348 additions & 346 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion services/admin-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
},
"devDependencies": {
"@types/debug": "^4.1.12",
"@types/node": "^22.10.2",
"@types/node": "^22.10.7",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"dotenv": "^16.4.7",
Expand Down
4 changes: 2 additions & 2 deletions services/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,13 +90,13 @@
"@types/body-parser": "^1.19.5",
"@types/cors": "^2.8.17",
"@types/debug": "^4.1.12",
"@types/dockerode": "^3.3.33",
"@types/dockerode": "^3.3.34",
"@types/express": "^4.17.21",
"@types/fluent-ffmpeg": "^2.1.26",
"@types/jsonwebtoken": "^9.0.6",
"@types/lodash": "^4.17.14",
"@types/multer": "^1.4.12",
"@types/node": "^22.10.2",
"@types/node": "^22.10.7",
"@types/pg": "^8.11.10",
"@types/prompts": "^2.4.9",
"@types/react": "^18.3.18",
Expand Down
18 changes: 9 additions & 9 deletions services/storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@
"@liexp/test": "workspace:*",
"@liexp/ui": "workspace:*",
"@mui/material": "^5.16.14",
"@storybook/addon-essentials": "^8.4.6",
"@storybook/addon-interactions": "^8.4.6",
"@storybook/addon-links": "^8.4.6",
"@storybook/builder-vite": "^8.4.6",
"@storybook/manager-api": "^8.4.6",
"@storybook/react": "^8.4.6",
"@storybook/react-vite": "^8.4.6",
"@storybook/theming": "^8.4.6",
"@storybook/addon-essentials": "^8.5.0",
"@storybook/addon-interactions": "^8.5.0",
"@storybook/addon-links": "^8.5.0",
"@storybook/builder-vite": "^8.5.0",
"@storybook/manager-api": "^8.5.0",
"@storybook/react": "^8.5.0",
"@storybook/react-vite": "^8.5.0",
"@storybook/theming": "^8.5.0",
"@tanstack/react-query": "^5.64.1",
"@visx/gradient": "^3.12.0",
"d3": "^7.9.0",
Expand All @@ -46,7 +46,7 @@
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-virtualized": "^9.22.5",
"storybook": "^8.4.6"
"storybook": "^8.5.0"
},
"devDependencies": {
"@types/d3": "^7.4.3",
Expand Down
2 changes: 1 addition & 1 deletion services/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"@types/compression": "^1.7.5",
"@types/debug": "^4.1.12",
"@types/express": "^4.17.21",
"@types/node": "^22.10.2",
"@types/node": "^22.10.7",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"dotenv": "^16.4.7",
Expand Down

0 comments on commit a787829

Please sign in to comment.