Browse Source

Merge remote-tracking branch 'origin/main' into task/upgrade-angular-21

pull/7643/head
KenTandrian 2 days ago
parent
commit
4788baf33d
  1. 1
      CHANGELOG.md
  2. 1910
      package-lock.json
  3. 22
      package.json

1
CHANGELOG.md

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

1910
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.20",
"@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