Browse Source

Merge branch 'main' into task/upgrade-storybook-10.5

pull/7641/head
Thomas Kaul 2 days ago
committed by GitHub
parent
commit
5f3ef864b3
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 1
      CHANGELOG.md
  2. 1906
      package-lock.json
  3. 22
      package.json

1
CHANGELOG.md

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

1906
package-lock.json

File diff suppressed because it is too large

22
package.json

@ -162,16 +162,16 @@
"@eslint/js": "9.35.0", "@eslint/js": "9.35.0",
"@nestjs/schematics": "11.1.0", "@nestjs/schematics": "11.1.0",
"@nestjs/testing": "11.1.28", "@nestjs/testing": "11.1.28",
"@nx/angular": "23.0.2", "@nx/angular": "23.1.1",
"@nx/eslint-plugin": "23.0.2", "@nx/eslint-plugin": "23.1.1",
"@nx/jest": "23.0.2", "@nx/jest": "23.1.1",
"@nx/js": "23.0.2", "@nx/js": "23.1.1",
"@nx/module-federation": "23.0.2", "@nx/module-federation": "23.1.1",
"@nx/nest": "23.0.2", "@nx/nest": "23.1.1",
"@nx/node": "23.0.2", "@nx/node": "23.1.1",
"@nx/storybook": "23.0.2", "@nx/storybook": "23.1.1",
"@nx/web": "23.0.2", "@nx/web": "23.1.1",
"@nx/workspace": "23.0.2", "@nx/workspace": "23.1.1",
"@prisma/config": "7.9.1", "@prisma/config": "7.9.1",
"@schematics/angular": "21.2.6", "@schematics/angular": "21.2.6",
"@storybook/addon-docs": "10.5.7", "@storybook/addon-docs": "10.5.7",
@ -199,7 +199,7 @@
"jest": "30.3.0", "jest": "30.3.0",
"jest-environment-jsdom": "30.2.0", "jest-environment-jsdom": "30.2.0",
"jest-preset-angular": "16.0.0", "jest-preset-angular": "16.0.0",
"nx": "23.0.2", "nx": "23.1.1",
"prettier": "3.9.6", "prettier": "3.9.6",
"prettier-plugin-organize-attributes": "1.0.0", "prettier-plugin-organize-attributes": "1.0.0",
"prisma": "7.9.1", "prisma": "7.9.1",

Loading…
Cancel
Save