Browse Source

Feature/upgrade Nx to version 20.8.1 (#4601)

* Upgrade Nx to version 20.8.1

* Update changelog
pull/4602/head^2
Thomas Kaul 4 days ago
committed by GitHub
parent
commit
68fb5c8b66
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 1
      CHANGELOG.md
  2. 747
      package-lock.json
  3. 24
      package.json

1
CHANGELOG.md

@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Improved the error message of the currency code validation
- Tightened the currency code validation by requiring uppercase letters
- Improved the language localization for Français (`fr`)
- Upgraded `Nx` from version `20.8.0` to `20.8.1`
### Fixed

747
package-lock.json

File diff suppressed because it is too large

24
package.json

@ -155,17 +155,17 @@
"@eslint/js": "9.24.0",
"@nestjs/schematics": "10.2.3",
"@nestjs/testing": "10.4.15",
"@nx/angular": "20.8.0",
"@nx/cypress": "20.8.0",
"@nx/eslint-plugin": "20.8.0",
"@nx/jest": "20.8.0",
"@nx/js": "20.8.0",
"@nx/module-federation": "20.8.0",
"@nx/nest": "20.8.0",
"@nx/node": "20.8.0",
"@nx/storybook": "20.8.0",
"@nx/web": "20.8.0",
"@nx/workspace": "20.8.0",
"@nx/angular": "20.8.1",
"@nx/cypress": "20.8.1",
"@nx/eslint-plugin": "20.8.1",
"@nx/jest": "20.8.1",
"@nx/js": "20.8.1",
"@nx/module-federation": "20.8.1",
"@nx/nest": "20.8.1",
"@nx/node": "20.8.1",
"@nx/storybook": "20.8.1",
"@nx/web": "20.8.1",
"@nx/workspace": "20.8.1",
"@schematics/angular": "19.2.1",
"@storybook/addon-essentials": "8.6.12",
"@storybook/addon-interactions": "8.6.12",
@ -193,7 +193,7 @@
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"jest-preset-angular": "14.4.2",
"nx": "20.8.0",
"nx": "20.8.1",
"prettier": "3.5.3",
"prettier-plugin-organize-attributes": "1.0.0",
"prisma": "6.6.0",

Loading…
Cancel
Save