Feature/upgrade nx to version 16.7.2 (#2251)

* Upgrade Nx and Angular dependencies

* Update changelog
pull/2252/head
Thomas Kaul 1 year ago committed by GitHub
parent 02dc7c52b1
commit bd3d43bf05
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -10,6 +10,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed ### Changed
- Improved the language localization for German (`de`) - Improved the language localization for German (`de`)
- Upgraded `angular` from version `16.1.8` to `16.2.1`
- Upgraded `Nx` from version `16.6.0` to `16.7.2`
## 1.301.1 - 2023-08-19 ## 1.301.1 - 2023-08-19

@ -53,17 +53,17 @@
"workspace-generator": "nx workspace-generator" "workspace-generator": "nx workspace-generator"
}, },
"dependencies": { "dependencies": {
"@angular/animations": "16.1.8", "@angular/animations": "16.2.1",
"@angular/cdk": "16.1.7", "@angular/cdk": "16.2.1",
"@angular/common": "16.1.8", "@angular/common": "16.2.1",
"@angular/compiler": "16.1.8", "@angular/compiler": "16.2.1",
"@angular/core": "16.1.8", "@angular/core": "16.2.1",
"@angular/forms": "16.1.8", "@angular/forms": "16.2.1",
"@angular/material": "16.1.7", "@angular/material": "16.2.1",
"@angular/platform-browser": "16.1.8", "@angular/platform-browser": "16.2.1",
"@angular/platform-browser-dynamic": "16.1.8", "@angular/platform-browser-dynamic": "16.2.1",
"@angular/router": "16.1.8", "@angular/router": "16.2.1",
"@angular/service-worker": "16.1.8", "@angular/service-worker": "16.2.1",
"@codewithdan/observable-store": "2.2.15", "@codewithdan/observable-store": "2.2.15",
"@dfinity/agent": "0.15.7", "@dfinity/agent": "0.15.7",
"@dfinity/auth-client": "0.15.7", "@dfinity/auth-client": "0.15.7",
@ -133,34 +133,34 @@
"zone.js": "0.13.1" "zone.js": "0.13.1"
}, },
"devDependencies": { "devDependencies": {
"@angular-devkit/build-angular": "16.1.8", "@angular-devkit/build-angular": "16.2.0",
"@angular-devkit/core": "16.1.8", "@angular-devkit/core": "16.2.0",
"@angular-devkit/schematics": "16.1.8", "@angular-devkit/schematics": "16.2.0",
"@angular-eslint/eslint-plugin": "16.0.3", "@angular-eslint/eslint-plugin": "16.1.0",
"@angular-eslint/eslint-plugin-template": "16.0.3", "@angular-eslint/eslint-plugin-template": "16.1.0",
"@angular-eslint/template-parser": "16.0.3", "@angular-eslint/template-parser": "16.1.0",
"@angular/cli": "16.1.8", "@angular/cli": "16.2.0",
"@angular/compiler-cli": "16.1.8", "@angular/compiler-cli": "16.2.1",
"@angular/language-service": "16.1.8", "@angular/language-service": "16.2.1",
"@angular/localize": "16.1.8", "@angular/localize": "16.2.1",
"@angular/pwa": "16.1.8", "@angular/pwa": "16.2.0",
"@nestjs/schematics": "10.0.1", "@nestjs/schematics": "10.0.1",
"@nestjs/testing": "10.1.3", "@nestjs/testing": "10.1.3",
"@nx/angular": "16.6.0", "@nx/angular": "16.7.2",
"@nx/cypress": "16.6.0", "@nx/cypress": "16.7.2",
"@nx/eslint-plugin": "16.6.0", "@nx/eslint-plugin": "16.7.2",
"@nx/jest": "16.6.0", "@nx/jest": "16.7.2",
"@nx/js": "16.6.0", "@nx/js": "16.7.2",
"@nx/nest": "16.6.0", "@nx/nest": "16.7.2",
"@nx/node": "16.6.0", "@nx/node": "16.7.2",
"@nx/storybook": "16.6.0", "@nx/storybook": "16.7.2",
"@nx/web": "16.6.0", "@nx/web": "16.7.2",
"@nx/workspace": "16.6.0", "@nx/workspace": "16.7.2",
"@schematics/angular": "16.1.8", "@schematics/angular": "16.2.0",
"@simplewebauthn/typescript-types": "5.2.1", "@simplewebauthn/typescript-types": "5.2.1",
"@storybook/addon-essentials": "7.2.1", "@storybook/addon-essentials": "7.3.2",
"@storybook/angular": "7.2.1", "@storybook/angular": "7.3.2",
"@storybook/core-server": "7.2.1", "@storybook/core-server": "7.3.2",
"@types/big.js": "6.1.6", "@types/big.js": "6.1.6",
"@types/body-parser": "1.19.2", "@types/body-parser": "1.19.2",
"@types/cache-manager": "3.4.2", "@types/cache-manager": "3.4.2",
@ -178,7 +178,7 @@
"cypress": "6.2.1", "cypress": "6.2.1",
"eslint": "8.33.0", "eslint": "8.33.0",
"eslint-config-prettier": "8.6.0", "eslint-config-prettier": "8.6.0",
"eslint-plugin-cypress": "2.12.1", "eslint-plugin-cypress": "2.14.0",
"eslint-plugin-import": "2.27.5", "eslint-plugin-import": "2.27.5",
"eslint-plugin-storybook": "0.6.12", "eslint-plugin-storybook": "0.6.12",
"import-sort-cli": "6.0.0", "import-sort-cli": "6.0.0",
@ -187,8 +187,8 @@
"jest": "29.4.3", "jest": "29.4.3",
"jest-environment-jsdom": "29.4.3", "jest-environment-jsdom": "29.4.3",
"jest-preset-angular": "13.1.1", "jest-preset-angular": "13.1.1",
"nx": "16.6.0", "nx": "16.7.2",
"nx-cloud": "16.2.0", "nx-cloud": "16.4.0-beta.1",
"prettier": "2.8.4", "prettier": "2.8.4",
"prettier-plugin-organize-attributes": "0.0.5", "prettier-plugin-organize-attributes": "0.0.5",
"react": "18.2.0", "react": "18.2.0",

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save