Browse Source

Task/upgrade to Nx to version 23.1.1 (#7640)

* Update Nx to version 23.1.1

* Update changelog
pull/1946/merge
Kenrick Tandrian 2 days ago
committed by GitHub
parent
commit
403b97a3e3
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 4
      CHANGELOG.md
  2. 1912
      package-lock.json
  3. 22
      package.json

4
CHANGELOG.md

@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## Unreleased
### Changed
- Upgraded `Nx` from version `23.0.2` to `23.1.1`
### Fixed
- Fixed the internal server error on a failed social login by redirecting to the login page

1912
package-lock.json

File diff suppressed because it is too large

22
package.json

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

Loading…
Cancel
Save