Browse Source

Feature/upgrade nx to version 14.5.1 (#1120)

* Upgrade Nx including angular and nestjs

* Update changelog
pull/1121/head
Thomas Kaul 3 years ago
committed by GitHub
parent
commit
d5cd4c0dea
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      CHANGELOG.md
  2. 84
      package.json
  3. 4171
      yarn.lock

8
CHANGELOG.md

@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## Unreleased
### Changed
- Upgraded `angular` from version `14.0.2` to `14.1.0`
- Upgraded `nestjs` from version `8.4.7` to `9.0.7`
- Upgraded `Nx` from version `14.3.5` to `14.5.1`
## 1.176.2 - 31.07.2022 ## 1.176.2 - 31.07.2022
### Added ### Added

84
package.json

@ -51,16 +51,16 @@
"workspace-generator": "nx workspace-generator" "workspace-generator": "nx workspace-generator"
}, },
"dependencies": { "dependencies": {
"@angular/animations": "14.0.2", "@angular/animations": "14.1.0",
"@angular/cdk": "14.0.1", "@angular/cdk": "14.1.0",
"@angular/common": "14.0.2", "@angular/common": "14.1.0",
"@angular/compiler": "14.0.2", "@angular/compiler": "14.1.0",
"@angular/core": "14.0.2", "@angular/core": "14.1.0",
"@angular/forms": "14.0.2", "@angular/forms": "14.1.0",
"@angular/material": "14.0.1", "@angular/material": "14.1.0",
"@angular/platform-browser": "14.0.2", "@angular/platform-browser": "14.1.0",
"@angular/platform-browser-dynamic": "14.0.2", "@angular/platform-browser-dynamic": "14.1.0",
"@angular/router": "14.0.2", "@angular/router": "14.1.0",
"@codewithdan/observable-store": "2.2.11", "@codewithdan/observable-store": "2.2.11",
"@dfinity/agent": "0.12.1", "@dfinity/agent": "0.12.1",
"@dfinity/auth-client": "0.12.1", "@dfinity/auth-client": "0.12.1",
@ -70,15 +70,15 @@
"@dfinity/principal": "0.12.1", "@dfinity/principal": "0.12.1",
"@dinero.js/currencies": "2.0.0-alpha.8", "@dinero.js/currencies": "2.0.0-alpha.8",
"@nestjs/bull": "0.5.5", "@nestjs/bull": "0.5.5",
"@nestjs/common": "8.4.7", "@nestjs/common": "9.0.7",
"@nestjs/config": "2.1.0", "@nestjs/config": "2.2.0",
"@nestjs/core": "8.4.7", "@nestjs/core": "9.0.7",
"@nestjs/jwt": "8.0.1", "@nestjs/jwt": "9.0.0",
"@nestjs/passport": "8.2.2", "@nestjs/passport": "9.0.0",
"@nestjs/platform-express": "8.4.7", "@nestjs/platform-express": "9.0.7",
"@nestjs/schedule": "2.0.1", "@nestjs/schedule": "2.1.0",
"@nestjs/serve-static": "2.2.2", "@nestjs/serve-static": "3.0.0",
"@nrwl/angular": "14.3.5", "@nrwl/angular": "14.5.1",
"@prisma/client": "3.15.2", "@prisma/client": "3.15.2",
"@simplewebauthn/browser": "5.2.1", "@simplewebauthn/browser": "5.2.1",
"@simplewebauthn/server": "5.2.1", "@simplewebauthn/server": "5.2.1",
@ -88,7 +88,7 @@
"bent": "7.3.12", "bent": "7.3.12",
"big.js": "6.1.1", "big.js": "6.1.1",
"bootstrap": "4.6.0", "bootstrap": "4.6.0",
"bull": "4.8.2", "bull": "4.8.5",
"cache-manager": "3.4.3", "cache-manager": "3.4.3",
"cache-manager-redis-store": "2.0.0", "cache-manager-redis-store": "2.0.0",
"chart.js": "3.8.0", "chart.js": "3.8.0",
@ -127,25 +127,25 @@
"zone.js": "0.11.6" "zone.js": "0.11.6"
}, },
"devDependencies": { "devDependencies": {
"@angular-devkit/build-angular": "14.0.2", "@angular-devkit/build-angular": "14.1.0",
"@angular-eslint/eslint-plugin": "13.2.1", "@angular-eslint/eslint-plugin": "14.0.2",
"@angular-eslint/eslint-plugin-template": "13.2.1", "@angular-eslint/eslint-plugin-template": "14.0.2",
"@angular-eslint/template-parser": "13.2.1", "@angular-eslint/template-parser": "14.0.2",
"@angular/cli": "14.0.2", "@angular/cli": "14.1.0",
"@angular/compiler-cli": "14.0.2", "@angular/compiler-cli": "14.1.0",
"@angular/language-service": "14.0.2", "@angular/language-service": "14.1.0",
"@angular/localize": "14.0.2", "@angular/localize": "14.1.0",
"@nestjs/schematics": "8.0.5", "@nestjs/schematics": "9.0.1",
"@nestjs/testing": "8.2.3", "@nestjs/testing": "9.0.7",
"@nrwl/cli": "14.3.5", "@nrwl/cli": "14.5.1",
"@nrwl/cypress": "14.3.5", "@nrwl/cypress": "14.5.1",
"@nrwl/eslint-plugin-nx": "14.3.5", "@nrwl/eslint-plugin-nx": "14.5.1",
"@nrwl/jest": "14.3.5", "@nrwl/jest": "14.5.1",
"@nrwl/nest": "14.3.5", "@nrwl/nest": "14.5.1",
"@nrwl/node": "14.3.5", "@nrwl/node": "14.5.1",
"@nrwl/nx-cloud": "14.1.1", "@nrwl/nx-cloud": "14.2.0",
"@nrwl/storybook": "14.3.5", "@nrwl/storybook": "14.5.1",
"@nrwl/workspace": "14.3.5", "@nrwl/workspace": "14.5.1",
"@simplewebauthn/typescript-types": "5.2.1", "@simplewebauthn/typescript-types": "5.2.1",
"@storybook/addon-essentials": "6.5.9", "@storybook/addon-essentials": "6.5.9",
"@storybook/angular": "6.5.9", "@storybook/angular": "6.5.9",
@ -153,13 +153,13 @@
"@storybook/core-server": "6.5.9", "@storybook/core-server": "6.5.9",
"@storybook/manager-webpack5": "6.5.9", "@storybook/manager-webpack5": "6.5.9",
"@types/big.js": "6.1.2", "@types/big.js": "6.1.2",
"@types/bull": "3.15.8", "@types/bull": "3.15.9",
"@types/cache-manager": "3.4.2", "@types/cache-manager": "3.4.2",
"@types/color": "3.0.2", "@types/color": "3.0.2",
"@types/google-spreadsheet": "3.1.5", "@types/google-spreadsheet": "3.1.5",
"@types/jest": "27.4.1", "@types/jest": "27.4.1",
"@types/lodash": "4.14.174", "@types/lodash": "4.14.174",
"@types/node": "14.14.33", "@types/node": "16.11.7",
"@types/papaparse": "5.2.6", "@types/papaparse": "5.2.6",
"@types/passport-google-oauth20": "2.0.11", "@types/passport-google-oauth20": "2.0.11",
"@typescript-eslint/eslint-plugin": "5.4.0", "@typescript-eslint/eslint-plugin": "5.4.0",
@ -175,7 +175,7 @@
"import-sort-style-module": "6.0.0", "import-sort-style-module": "6.0.0",
"jest": "27.5.1", "jest": "27.5.1",
"jest-preset-angular": "11.1.2", "jest-preset-angular": "11.1.2",
"nx": "14.3.5", "nx": "14.5.1",
"prettier": "2.7.1", "prettier": "2.7.1",
"replace-in-file": "6.2.0", "replace-in-file": "6.2.0",
"rimraf": "3.0.2", "rimraf": "3.0.2",

4171
yarn.lock

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