Downgrading material to 14 due to flex layout

Downgrading material to 14 due to flex layout
This commit is contained in:
ShahanaFarooqui 2022-12-01 18:27:14 -08:00
parent 00a231372a
commit 9141658976
56 changed files with 739 additions and 2243 deletions

View file

@ -8,8 +8,8 @@
"start": "ng serve --open",
"prebuildfrontendtest": "node src/prebuild.cjs",
"prebuildfrontend": "node src/prebuild.cjs",
"buildfrontendtest": "ng test --watch=false && ng build --configuration production",
"buildfrontend": "ng build --configuration production",
"buildfrontendtest": "ng test --watch=false && ng build --configuration production --named-chunks --verbose --build-optimizer=false --source-map",
"buildfrontend": "ng build --configuration production --named-chunks --verbose --build-optimizer=false --source-map",
"buildbackend": "tsc --project tsconfig.json",
"watchbackend": "tsc --project tsconfig.json --watch",
"server": "set NODE_ENV=development&&nodemon --watch backend --watch server ./rtl.js",
@ -51,8 +51,8 @@
"@angular-eslint/eslint-plugin-template": "^15.1.0",
"@angular-eslint/schematics": "^15.1.0",
"@angular-eslint/template-parser": "^15.1.0",
"@angular/animations": "^15.0.0",
"@angular/cdk": "^15.0.0",
"@angular/animations": "^14.2.12",
"@angular/cdk": "^14.2.7",
"@angular/cli": "~15.0.1",
"@angular/common": "^15.0.0",
"@angular/compiler": "^15.0.0",
@ -60,7 +60,7 @@
"@angular/core": "^15.0.0",
"@angular/flex-layout": "^14.0.0-beta.41",
"@angular/forms": "^15.0.0",
"@angular/material": "^15.0.0",
"@angular/material": "^14.2.7",
"@angular/platform-browser": "^15.0.0",
"@angular/platform-browser-dynamic": "^15.0.0",
"@angular/router": "^15.0.0",