Browse Source

Merge branch 'main' into feature/upgrade-countries-and-timezones-to-version-3.7.2

pull/4021/head
Thomas Kaul 9 months ago
committed by GitHub
parent
commit
06dfb5787b
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 1
      CHANGELOG.md
  2. 636
      package-lock.json
  3. 22
      package.json

1
CHANGELOG.md

@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- Upgraded `countries-and-timezones` from version `3.4.1` to `3.7.2`
- Upgraded `Nx` from version `20.0.6` to `20.1.2`
## 2.123.0 - 2024-11-16

636
package-lock.json

File diff suppressed because it is too large

22
package.json

@ -153,16 +153,16 @@
"@angular/pwa": "18.2.9",
"@nestjs/schematics": "10.0.1",
"@nestjs/testing": "10.1.3",
"@nx/angular": "20.0.6",
"@nx/cypress": "20.0.6",
"@nx/eslint-plugin": "20.0.6",
"@nx/jest": "20.0.6",
"@nx/js": "20.0.6",
"@nx/nest": "20.0.6",
"@nx/node": "20.0.6",
"@nx/storybook": "20.0.6",
"@nx/web": "20.0.6",
"@nx/workspace": "20.0.6",
"@nx/angular": "20.1.2",
"@nx/cypress": "20.1.2",
"@nx/eslint-plugin": "20.1.2",
"@nx/jest": "20.1.2",
"@nx/js": "20.1.2",
"@nx/nest": "20.1.2",
"@nx/node": "20.1.2",
"@nx/storybook": "20.1.2",
"@nx/web": "20.1.2",
"@nx/workspace": "20.1.2",
"@schematics/angular": "18.2.9",
"@simplewebauthn/types": "9.0.1",
"@storybook/addon-essentials": "8.3.6",
@ -193,7 +193,7 @@
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"jest-preset-angular": "14.1.0",
"nx": "20.0.6",
"nx": "20.1.2",
"prettier": "3.3.3",
"prettier-plugin-organize-attributes": "1.0.0",
"prisma": "5.22.0",

Loading…
Cancel
Save