Browse Source

Merge branch 'main' into feature/upgrade-class-validator-to-version-0.14.1

pull/3431/head
Thomas Kaul 1 year ago
committed by GitHub
parent
commit
c4eef720b4
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 3
      CHANGELOG.md
  2. 70
      package.json
  3. 950
      yarn.lock

3
CHANGELOG.md

@ -9,7 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed ### Changed
- Upgraded `angular` from version `17.3.5` to `17.3.10`
- Upgraded `class-validator` from version `0.14.0` to `0.14.1` - Upgraded `class-validator` from version `0.14.0` to `0.14.1`
- Upgraded `Nx` from version `19.0.2` to `19.0.5`
- Upgraded `prisma` from version `5.13.0` to `5.14.0`
## 2.82.0 - 2024-05-22 ## 2.82.0 - 2024-05-22

70
package.json

@ -54,17 +54,17 @@
"workspace-generator": "nx workspace-generator" "workspace-generator": "nx workspace-generator"
}, },
"dependencies": { "dependencies": {
"@angular/animations": "17.3.5", "@angular/animations": "17.3.10",
"@angular/cdk": "17.3.5", "@angular/cdk": "17.3.10",
"@angular/common": "17.3.5", "@angular/common": "17.3.10",
"@angular/compiler": "17.3.5", "@angular/compiler": "17.3.10",
"@angular/core": "17.3.5", "@angular/core": "17.3.10",
"@angular/forms": "17.3.5", "@angular/forms": "17.3.10",
"@angular/material": "17.3.5", "@angular/material": "17.3.10",
"@angular/platform-browser": "17.3.5", "@angular/platform-browser": "17.3.10",
"@angular/platform-browser-dynamic": "17.3.5", "@angular/platform-browser-dynamic": "17.3.10",
"@angular/router": "17.3.5", "@angular/router": "17.3.10",
"@angular/service-worker": "17.3.5", "@angular/service-worker": "17.3.10",
"@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",
@ -84,7 +84,7 @@
"@nestjs/platform-express": "10.1.3", "@nestjs/platform-express": "10.1.3",
"@nestjs/schedule": "3.0.2", "@nestjs/schedule": "3.0.2",
"@nestjs/serve-static": "4.0.0", "@nestjs/serve-static": "4.0.0",
"@prisma/client": "5.13.0", "@prisma/client": "5.14.0",
"@simplewebauthn/browser": "9.0.1", "@simplewebauthn/browser": "9.0.1",
"@simplewebauthn/server": "9.0.3", "@simplewebauthn/server": "9.0.3",
"@stripe/stripe-js": "1.47.0", "@stripe/stripe-js": "1.47.0",
@ -126,7 +126,7 @@
"passport": "0.6.0", "passport": "0.6.0",
"passport-google-oauth20": "2.0.0", "passport-google-oauth20": "2.0.0",
"passport-jwt": "4.0.0", "passport-jwt": "4.0.0",
"prisma": "5.13.0", "prisma": "5.14.0",
"reflect-metadata": "0.1.13", "reflect-metadata": "0.1.13",
"rxjs": "7.5.6", "rxjs": "7.5.6",
"stripe": "11.12.0", "stripe": "11.12.0",
@ -137,29 +137,29 @@
"zone.js": "0.14.5" "zone.js": "0.14.5"
}, },
"devDependencies": { "devDependencies": {
"@angular-devkit/build-angular": "17.3.5", "@angular-devkit/build-angular": "17.3.8",
"@angular-devkit/core": "17.3.5", "@angular-devkit/core": "17.3.8",
"@angular-devkit/schematics": "17.3.5", "@angular-devkit/schematics": "17.3.8",
"@angular-eslint/eslint-plugin": "17.3.0", "@angular-eslint/eslint-plugin": "17.5.1",
"@angular-eslint/eslint-plugin-template": "17.3.0", "@angular-eslint/eslint-plugin-template": "17.5.1",
"@angular-eslint/template-parser": "17.3.0", "@angular-eslint/template-parser": "17.5.1",
"@angular/cli": "17.3.5", "@angular/cli": "17.3.8",
"@angular/compiler-cli": "17.3.5", "@angular/compiler-cli": "17.3.10",
"@angular/language-service": "17.3.5", "@angular/language-service": "17.3.10",
"@angular/localize": "17.3.5", "@angular/localize": "17.3.10",
"@angular/pwa": "17.3.5", "@angular/pwa": "17.3.8",
"@nestjs/schematics": "10.0.1", "@nestjs/schematics": "10.0.1",
"@nestjs/testing": "10.1.3", "@nestjs/testing": "10.1.3",
"@nx/angular": "19.0.2", "@nx/angular": "19.0.5",
"@nx/cypress": "19.0.2", "@nx/cypress": "19.0.5",
"@nx/eslint-plugin": "19.0.2", "@nx/eslint-plugin": "19.0.5",
"@nx/jest": "19.0.2", "@nx/jest": "19.0.5",
"@nx/js": "19.0.2", "@nx/js": "19.0.5",
"@nx/nest": "19.0.2", "@nx/nest": "19.0.5",
"@nx/node": "19.0.2", "@nx/node": "19.0.5",
"@nx/storybook": "19.0.2", "@nx/storybook": "19.0.5",
"@nx/web": "19.0.2", "@nx/web": "19.0.5",
"@nx/workspace": "19.0.2", "@nx/workspace": "19.0.5",
"@schematics/angular": "17.3.3", "@schematics/angular": "17.3.3",
"@simplewebauthn/types": "9.0.1", "@simplewebauthn/types": "9.0.1",
"@storybook/addon-essentials": "7.6.5", "@storybook/addon-essentials": "7.6.5",
@ -188,7 +188,7 @@
"jest": "29.4.3", "jest": "29.4.3",
"jest-environment-jsdom": "29.4.3", "jest-environment-jsdom": "29.4.3",
"jest-preset-angular": "14.0.3", "jest-preset-angular": "14.0.3",
"nx": "19.0.2", "nx": "19.0.5",
"prettier": "3.2.5", "prettier": "3.2.5",
"prettier-plugin-organize-attributes": "1.0.0", "prettier-plugin-organize-attributes": "1.0.0",
"react": "18.2.0", "react": "18.2.0",

950
yarn.lock

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