Browse Source

Task/upgrade to Nx 21.3 (#5292)

* Upgrade to Nx 21.3

* Update changelog
pull/5300/head
Kenrick Tandrian 2 weeks ago
committed by GitHub
parent
commit
d5fce68554
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      CHANGELOG.md
  2. 39145
      package-lock.json
  3. 66
      package.json

2
CHANGELOG.md

@ -11,6 +11,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Improved the balance of headings on the landing page
- Improved the language localization for Spanish (`es`)
- Upgraded `angular` from version `20.0.7` to `20.1.3`
- Upgraded `Nx` from version `21.2.4` to `21.3.9`
## 2.186.0 - 2025-07-30

39145
package-lock.json

File diff suppressed because it is too large

66
package.json

@ -56,17 +56,17 @@
"workspace-generator": "nx workspace-generator"
},
"dependencies": {
"@angular/animations": "20.0.7",
"@angular/cdk": "20.0.6",
"@angular/common": "20.0.7",
"@angular/compiler": "20.0.7",
"@angular/core": "20.0.7",
"@angular/forms": "20.0.7",
"@angular/material": "20.0.6",
"@angular/platform-browser": "20.0.7",
"@angular/platform-browser-dynamic": "20.0.7",
"@angular/router": "20.0.7",
"@angular/service-worker": "20.0.7",
"@angular/animations": "20.1.3",
"@angular/cdk": "20.1.3",
"@angular/common": "20.1.3",
"@angular/compiler": "20.1.3",
"@angular/core": "20.1.3",
"@angular/forms": "20.1.3",
"@angular/material": "20.1.3",
"@angular/platform-browser": "20.1.3",
"@angular/platform-browser-dynamic": "20.1.3",
"@angular/router": "20.1.3",
"@angular/service-worker": "20.1.3",
"@codewithdan/observable-store": "2.2.15",
"@date-fns/utc": "2.1.0",
"@dfinity/agent": "0.15.7",
@ -143,33 +143,33 @@
"zone.js": "0.15.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "20.0.6",
"@angular-devkit/core": "20.0.6",
"@angular-devkit/schematics": "20.0.6",
"@angular-devkit/build-angular": "20.1.3",
"@angular-devkit/core": "20.1.3",
"@angular-devkit/schematics": "20.1.3",
"@angular-eslint/eslint-plugin": "20.1.1",
"@angular-eslint/eslint-plugin-template": "20.1.1",
"@angular-eslint/template-parser": "20.1.1",
"@angular/cli": "20.0.6",
"@angular/compiler-cli": "20.0.7",
"@angular/language-service": "20.0.7",
"@angular/localize": "20.0.7",
"@angular/pwa": "20.0.6",
"@angular/cli": "20.1.3",
"@angular/compiler-cli": "20.1.3",
"@angular/language-service": "20.1.3",
"@angular/localize": "20.1.3",
"@angular/pwa": "20.1.3",
"@eslint/eslintrc": "3.3.1",
"@eslint/js": "9.24.0",
"@nestjs/schematics": "11.0.5",
"@nestjs/testing": "11.1.3",
"@nx/angular": "21.2.4",
"@nx/cypress": "21.2.4",
"@nx/eslint-plugin": "21.2.4",
"@nx/jest": "21.2.4",
"@nx/js": "21.2.4",
"@nx/module-federation": "21.2.4",
"@nx/nest": "21.2.4",
"@nx/node": "21.2.4",
"@nx/storybook": "21.2.4",
"@nx/web": "21.2.4",
"@nx/workspace": "21.2.4",
"@schematics/angular": "20.0.6",
"@nx/angular": "21.3.9",
"@nx/cypress": "21.3.9",
"@nx/eslint-plugin": "21.3.9",
"@nx/jest": "21.3.9",
"@nx/js": "21.3.9",
"@nx/module-federation": "21.3.9",
"@nx/nest": "21.3.9",
"@nx/node": "21.3.9",
"@nx/storybook": "21.3.9",
"@nx/web": "21.3.9",
"@nx/workspace": "21.3.9",
"@schematics/angular": "20.1.3",
"@storybook/addon-docs": "9.0.17",
"@storybook/angular": "9.0.17",
"@trivago/prettier-plugin-sort-imports": "5.2.2",
@ -193,7 +193,7 @@
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"jest-preset-angular": "14.6.0",
"nx": "21.2.4",
"nx": "21.3.9",
"prettier": "3.6.2",
"prettier-plugin-organize-attributes": "1.0.0",
"prisma": "6.12.0",
@ -202,7 +202,7 @@
"replace-in-file": "8.3.0",
"shx": "0.3.4",
"storybook": "9.0.17",
"ts-jest": "29.1.0",
"ts-jest": "29.4.0",
"ts-node": "10.9.2",
"tslib": "2.8.1",
"typescript": "5.8.3",

Loading…
Cancel
Save