Browse Source

Merge remote-tracking branch 'origin/main'

pull/7645/head
KenTandrian 2 days ago
parent
commit
7c71a93374
  1. 4
      CHANGELOG.md
  2. 1895
      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 ## Unreleased
### Changed
- Upgraded `Nx` from version `23.0.2` to `23.1.1`
### Fixed ### Fixed
- Fixed the internal server error on a failed social login by redirecting to the login page - Fixed the internal server error on a failed social login by redirecting to the login page

1895
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.1.10", "@storybook/addon-docs": "10.1.10",
@ -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": "17.0.0", "jest-preset-angular": "17.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