Skip to content

Commit

Permalink
chore(deps-dev): bump the storybook group across 1 directory with 6 u…
Browse files Browse the repository at this point in the history
…pdates (#213)
  • Loading branch information
dependabot[bot] authored Oct 22, 2024
1 parent 7e846ce commit 8d5692a
Show file tree
Hide file tree
Showing 8 changed files with 824 additions and 3,372 deletions.
15 changes: 9 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,19 +82,21 @@
"@lichtblick/eslint-plugin-suite": "workspace:*",
"@lichtblick/tsconfig": "1.0.0",
"@octokit/rest": "20.0.2",
"@storybook/addon-actions": "7.6.10",
"@storybook/addon-essentials": "7.6.10",
"@storybook/addon-interactions": "7.6.10",
"@storybook/react": "7.6.10",
"@storybook/react-webpack5": "7.6.10",
"@storybook/addon-actions": "8.3.5",
"@storybook/addon-essentials": "8.3.5",
"@storybook/addon-interactions": "8.3.5",
"@storybook/react": "8.3.5",
"@storybook/react-webpack5": "8.3.5",
"@types/babel__core": "^7.20.3",
"@types/babel__preset-env": "^7.9.6",
"@types/case-sensitive-paths-webpack-plugin": "2.1.9",
"@types/jest": "29.5.12",
"@types/license-checker": "^25.0.6",
"@types/react-refresh": "^0",
"@types/semver": "^7.5.3",
"@typescript-eslint/eslint-plugin": "6.10.0",
"@typescript-eslint/parser": "6.10.0",
"assert": "2.1.0",
"babel-plugin-transform-import-meta": "2.2.1",
"cross-env": "7.0.3",
"depcheck": "1.4.7",
Expand All @@ -117,9 +119,10 @@
"jest-environment-jsdom": "29.7.0",
"license-checker": "25.0.1",
"prettier": "3.3.2",
"react-refresh": "0.14.2",
"rimraf": "5.0.5",
"semver": "7.5.4",
"storybook": "7.6.20",
"storybook": "8.3.5",
"ts-node": "10.9.2",
"ts-unused-exports": "10.0.1",
"tslib": "2.6.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/suite-base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@
"@mui/material": "5.13.5",
"@popperjs/core": "^2.11.8",
"@protobufjs/base64": "1.1.2",
"@storybook/addon-actions": "7.6.10",
"@storybook/addon-actions": "8.3.5",
"@storybook/jest": "0.2.3",
"@storybook/react": "7.6.10",
"@storybook/react": "8.3.5",
"@storybook/testing-library": "0.2.2",
"@svgr/webpack": "8.1.0",
"@tanstack/react-table": "8.11.7",
Expand Down
1 change: 1 addition & 0 deletions packages/suite-base/webpack.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ export function makeConfig(
fallback: {
path: require.resolve("path-browserify"),
stream: require.resolve("readable-stream"),
assert: false,
zlib: require.resolve("browserify-zlib"),
crypto: require.resolve("crypto-browserify"),
vm: require.resolve("vm-browserify"),
Expand Down
2 changes: 1 addition & 1 deletion packages/suite-desktop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@lichtblick/tsconfig": "1.0.0",
"@mcap/core": "1.3.0",
"@pmmmwh/react-refresh-webpack-plugin": "0.5.11",
"@storybook/react": "7.6.10",
"@storybook/react": "8.3.5",
"@types/electron-devtools-installer": "2.2.3",
"@types/plist": "^3.0.3",
"@types/pngjs": "^6.0.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/suite-desktop/src/quicklook/StorybookDecorator.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
// License, v2.0. If a copy of the MPL was not distributed with this
// file, You can obtain one at http://mozilla.org/MPL/2.0/

import { Story, StoryContext } from "@storybook/react";
import { StoryContext, StoryFn } from "@storybook/react";

import { GlobalStyle } from "./GlobalStyle";

export default function StorybookDecorator(Child: Story, _ctx: StoryContext): JSX.Element {
export default function StorybookDecorator(Child: StoryFn, _ctx: StoryContext): JSX.Element {
return (
<>
<GlobalStyle />
Expand Down
2 changes: 1 addition & 1 deletion packages/suite-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@lichtblick/tsconfig": "1.0.0",
"@mui/material": "5.13.5",
"@pmmmwh/react-refresh-webpack-plugin": "0.5.11",
"@storybook/react": "7.6.10",
"@storybook/react": "8.3.5",
"@types/copy-webpack-plugin": "10.1.0",
"clean-webpack-plugin": "4.0.0",
"copy-webpack-plugin": "12.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/theme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@mui/lab": "5.0.0-alpha.161",
"@mui/material": "5.13.5",
"@mui/x-data-grid": "6.18.7",
"@storybook/react": "7.6.10",
"@storybook/react": "8.3.5",
"@types/react": "18.2.56",
"i18next": "23.11.2",
"i18next-browser-languagedetector": "7.2.1",
Expand Down
Loading

0 comments on commit 8d5692a

Please sign in to comment.