Browse Source

Task/upgrade Storybook to version 10.5.7 (#7641)

* Update Storybook to version 10.5.7

* Update changelog
pull/7645/head^2
Kenrick Tandrian 2 days ago
committed by GitHub
parent
commit
517425646f
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 1
      CHANGELOG.md
  2. 1281
      package-lock.json
  3. 10
      package.json

1
CHANGELOG.md

@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- Upgraded `Nx` from version `23.0.2` to `23.1.1`
- Upgraded `storybook` from version `10.1.10` to `10.5.7`
### Fixed

1281
package-lock.json

File diff suppressed because it is too large

10
package.json

@ -174,9 +174,9 @@
"@nx/workspace": "23.1.1",
"@prisma/config": "7.9.1",
"@schematics/angular": "21.2.6",
"@storybook/addon-docs": "10.1.10",
"@storybook/addon-themes": "10.1.10",
"@storybook/angular": "10.1.10",
"@storybook/addon-docs": "10.5.7",
"@storybook/addon-themes": "10.5.7",
"@storybook/angular": "10.5.7",
"@trivago/prettier-plugin-sort-imports": "6.0.2",
"@types/big.js": "7.0.0",
"@types/cookie-parser": "1.4.10",
@ -194,7 +194,7 @@
"eslint": "9.35.0",
"eslint-config-prettier": "10.1.8",
"eslint-plugin-import": "2.32.0",
"eslint-plugin-storybook": "10.1.10",
"eslint-plugin-storybook": "10.5.7",
"husky": "9.1.7",
"jest": "30.3.0",
"jest-environment-jsdom": "30.2.0",
@ -207,7 +207,7 @@
"react-dom": "18.2.0",
"replace-in-file": "8.4.0",
"shx": "0.4.0",
"storybook": "10.1.10",
"storybook": "10.5.7",
"ts-jest": "29.4.0",
"ts-node": "10.9.2",
"tslib": "2.8.1",

Loading…
Cancel
Save