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