Storybook: Bump to 8.1.6 (#88899)

* chore(storybook): bump to latest 8.1.6

* chore(yarn): dedupe yarn.lock post storybook update

* chore(typescript): align react types across repo
This commit is contained in:
Jack Westbrook 2024-06-07 14:31:31 +02:00 committed by GitHub
parent f3efd95bb4
commit 0e73c4d387
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
22 changed files with 1280 additions and 857 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -124,7 +124,7 @@
"@types/ol-ext": "npm:@siedlerchr/types-ol-ext@3.2.4",
"@types/pluralize": "^0.0.33",
"@types/prismjs": "1.26.4",
"@types/react": "18.3.2",
"@types/react": "18.3.3",
"@types/react-beautiful-dnd": "13.1.8",
"@types/react-dom": "18.2.25",
"@types/react-grid-layout": "1.3.5",
@ -413,7 +413,7 @@
"history@4.10.1": "patch:history@npm%3A4.10.1#./.yarn/patches/history-npm-4.10.1-ee217563ae.patch",
"history@^4.9.0": "patch:history@npm%3A4.10.1#./.yarn/patches/history-npm-4.10.1-ee217563ae.patch",
"redux": "^5.0.0",
"@storybook/blocks@npm:8.0.10": "patch:@storybook/blocks@npm%3A8.0.10#~/.yarn/patches/@storybook-blocks-npm-8.0.10-6f477cd35f.patch",
"@storybook/blocks@npm:8.1.6": "patch:@storybook/blocks@npm%3A8.1.6#~/.yarn/patches/@storybook-blocks-npm-8.1.6-892f57a6d7.patch",
"react-grid-layout": "patch:react-grid-layout@npm%3A1.4.4#~/.yarn/patches/react-grid-layout-npm-1.4.4-4024c5395b.patch"
},
"workspaces": {

View File

@ -68,7 +68,7 @@
"@types/lodash": "4.17.4",
"@types/node": "20.14.2",
"@types/papaparse": "5.3.14",
"@types/react": "18.3.2",
"@types/react": "18.3.3",
"@types/react-dom": "18.2.25",
"@types/tinycolor2": "1.4.6",
"esbuild": "0.20.2",

View File

@ -69,7 +69,7 @@
"@types/jest": "^29.5.4",
"@types/lodash": "4.17.4",
"@types/node": "20.14.2",
"@types/react": "18.3.2",
"@types/react": "18.3.3",
"@types/react-virtualized-auto-sizer": "1.0.4",
"@types/tinycolor2": "1.4.6",
"babel-jest": "29.7.0",

View File

@ -46,7 +46,7 @@
"@svgr/plugin-svgo": "^8.1.0",
"@types/babel__core": "^7",
"@types/node": "20.14.2",
"@types/react": "18.3.2",
"@types/react": "18.3.3",
"@types/react-dom": "18.2.25",
"esbuild": "0.20.2",
"prettier": "3.3.1",

View File

@ -37,7 +37,7 @@
"@testing-library/user-event": "14.5.2",
"@types/jest": "^29.5.4",
"@types/node": "20.14.2",
"@types/react": "18.3.2",
"@types/react": "18.3.3",
"@types/systemjs": "6.13.5",
"@types/testing-library__jest-dom": "5.14.9",
"jest": "^29.6.4",

View File

@ -95,7 +95,7 @@
"@types/node": "20.14.2",
"@types/pluralize": "^0.0.33",
"@types/prismjs": "1.26.4",
"@types/react": "18.3.2",
"@types/react": "18.3.3",
"@types/react-beautiful-dnd": "13.1.8",
"@types/react-dom": "18.2.25",
"@types/react-highlight-words": "0.20.0",

View File

@ -58,7 +58,7 @@
"@types/history": "4.7.11",
"@types/jest": "29.5.12",
"@types/lodash": "4.17.4",
"@types/react": "18.3.2",
"@types/react": "18.3.3",
"@types/react-dom": "18.2.25",
"@types/systemjs": "6.13.5",
"esbuild": "0.20.2",

View File

@ -43,7 +43,7 @@
"@types/jest": "^29.5.4",
"@types/lodash": "4.17.4",
"@types/node": "20.14.2",
"@types/react": "18.3.2",
"@types/react": "18.3.3",
"@types/react-dom": "18.2.25",
"@types/react-virtualized-auto-sizer": "1.0.4",
"@types/systemjs": "6.13.5",

View File

@ -112,22 +112,22 @@
"@babel/core": "7.24.7",
"@grafana/tsconfig": "^1.3.0-rc1",
"@rollup/plugin-node-resolve": "15.2.3",
"@storybook/addon-a11y": "^8.0.10",
"@storybook/addon-actions": "^8.0.10",
"@storybook/addon-docs": "^8.0.10",
"@storybook/addon-essentials": "^8.0.10",
"@storybook/addon-mdx-gfm": "^8.0.10",
"@storybook/addon-storysource": "^8.0.10",
"@storybook/addon-a11y": "^8.1.6",
"@storybook/addon-actions": "^8.1.6",
"@storybook/addon-docs": "^8.1.6",
"@storybook/addon-essentials": "^8.1.6",
"@storybook/addon-mdx-gfm": "^8.1.6",
"@storybook/addon-storysource": "^8.1.6",
"@storybook/addon-webpack5-compiler-swc": "^1.0.2",
"@storybook/blocks": "patch:@storybook/blocks@npm%3A8.0.10#~/.yarn/patches/@storybook-blocks-npm-8.0.10-6f477cd35f.patch",
"@storybook/components": "^8.0.10",
"@storybook/core-events": "^8.0.10",
"@storybook/blocks": "patch:@storybook/blocks@npm%3A8.1.6#~/.yarn/patches/@storybook-blocks-npm-8.1.6-892f57a6d7.patch",
"@storybook/components": "^8.1.6",
"@storybook/core-events": "^8.1.6",
"@storybook/mdx2-csf": "1.1.0",
"@storybook/preset-scss": "1.0.3",
"@storybook/preview-api": "^8.0.10",
"@storybook/react": "^8.0.10",
"@storybook/react-webpack5": "^8.0.10",
"@storybook/theming": "^8.0.10",
"@storybook/preview-api": "^8.1.6",
"@storybook/react": "^8.1.6",
"@storybook/react-webpack5": "^8.1.6",
"@storybook/theming": "^8.1.6",
"@testing-library/dom": "10.0.0",
"@testing-library/jest-dom": "6.4.2",
"@testing-library/react": "15.0.2",
@ -143,7 +143,7 @@
"@types/mock-raf": "1.0.6",
"@types/node": "20.14.2",
"@types/prismjs": "1.26.4",
"@types/react": "18.3.2",
"@types/react": "18.3.3",
"@types/react-beautiful-dnd": "13.1.8",
"@types/react-color": "3.0.12",
"@types/react-dom": "18.2.25",
@ -180,7 +180,7 @@
"rollup-plugin-node-externals": "^5.0.0",
"rollup-plugin-svg-import": "1.6.0",
"sass-loader": "14.2.1",
"storybook": "^8.0.10",
"storybook": "^8.1.6",
"storybook-dark-mode": "^4.0.1",
"style-loader": "4.0.0",
"typescript": "5.4.5",

View File

@ -34,7 +34,7 @@
"@types/lodash": "4.17.4",
"@types/node": "20.14.2",
"@types/prismjs": "1.26.4",
"@types/react": "18.3.2",
"@types/react": "18.3.3",
"@types/react-dom": "18.2.25",
"@types/testing-library__jest-dom": "5.14.9",
"react-select-event": "5.5.1",

View File

@ -36,7 +36,7 @@
"@types/lodash": "4.17.4",
"@types/node": "20.14.2",
"@types/prismjs": "1.26.4",
"@types/react": "18.3.2",
"@types/react": "18.3.3",
"@types/react-dom": "18.2.25",
"@types/react-test-renderer": "18.3.0",
"@types/testing-library__jest-dom": "5.14.9",

View File

@ -23,7 +23,7 @@
"@types/jest": "29.5.12",
"@types/lodash": "4.17.4",
"@types/node": "20.14.2",
"@types/react": "18.3.2",
"@types/react": "18.3.3",
"@types/testing-library__jest-dom": "5.14.9",
"ts-node": "10.9.2",
"typescript": "5.4.5",

View File

@ -29,7 +29,7 @@
"@types/lodash": "4.17.4",
"@types/node": "20.14.2",
"@types/prismjs": "1.26.4",
"@types/react": "18.3.2",
"@types/react": "18.3.3",
"@types/react-dom": "18.2.25",
"@types/testing-library__jest-dom": "5.14.9",
"css-loader": "7.1.2",

View File

@ -31,7 +31,7 @@
"@types/jest": "29.5.12",
"@types/lodash": "4.17.4",
"@types/node": "20.14.2",
"@types/react": "18.3.2",
"@types/react": "18.3.3",
"@types/react-dom": "18.2.25",
"@types/testing-library__jest-dom": "5.14.9",
"@types/uuid": "9.0.8",

View File

@ -32,7 +32,7 @@
"@types/lodash": "4.17.4",
"@types/logfmt": "^1.2.3",
"@types/node": "20.14.2",
"@types/react": "18.3.2",
"@types/react": "18.3.3",
"@types/react-dom": "18.2.25",
"@types/react-window": "1.8.8",
"@types/uuid": "9.0.8",

View File

@ -23,7 +23,7 @@
"@types/jest": "29.5.12",
"@types/lodash": "4.17.4",
"@types/node": "20.14.2",
"@types/react": "18.3.2",
"@types/react": "18.3.3",
"@types/testing-library__jest-dom": "5.14.9",
"ts-node": "10.9.2",
"typescript": "5.4.5",

View File

@ -24,7 +24,7 @@
"@testing-library/user-event": "14.5.2",
"@types/lodash": "4.17.4",
"@types/node": "20.14.2",
"@types/react": "18.3.2",
"@types/react": "18.3.3",
"@types/react-dom": "18.2.25",
"ts-node": "10.9.2",
"typescript": "5.4.5",

View File

@ -48,7 +48,7 @@
"@types/lodash": "4.17.4",
"@types/node": "20.14.2",
"@types/prismjs": "1.26.4",
"@types/react": "18.3.2",
"@types/react": "18.3.3",
"@types/react-dom": "18.2.25",
"@types/semver": "7.5.8",
"@types/uuid": "9.0.8",

View File

@ -26,7 +26,7 @@
"@types/jest": "29.5.12",
"@types/lodash": "4.17.4",
"@types/node": "20.14.2",
"@types/react": "18.3.2",
"@types/react": "18.3.3",
"@types/react-dom": "18.2.25",
"ts-node": "10.9.2",
"typescript": "5.4.5",

1793
yarn.lock

File diff suppressed because it is too large Load Diff