update angular cdk and baseHref
This commit is contained in:
parent
713c30bc31
commit
b07fe750fb
@ -89,6 +89,7 @@
|
||||
"main": "apps/red-ui/src/main.ts",
|
||||
"polyfills": "apps/red-ui/src/polyfills.ts",
|
||||
"tsConfig": "apps/red-ui/tsconfig.app.json",
|
||||
"baseHref": "/ui/",
|
||||
"assets": [
|
||||
"apps/red-ui/src/favicon.ico",
|
||||
{
|
||||
|
||||
@ -26,7 +26,7 @@
|
||||
"lint": "nx workspace-lint && nx lint",
|
||||
"lint-fix": "nx workspace-lint --fix && nx lint --fix",
|
||||
"nx": "nx",
|
||||
"start": "nx serve --base-href /ui/",
|
||||
"start": "nx serve",
|
||||
"test": "nx test",
|
||||
"update": "nx migrate latest",
|
||||
"migrate": "nx migrate --run-migrations",
|
||||
@ -39,13 +39,13 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@angular/animations": "12.2.5",
|
||||
"@angular/cdk": "~12.0.4",
|
||||
"@angular/cdk": "~12.2.5",
|
||||
"@angular/common": "12.2.5",
|
||||
"@angular/compiler": "12.2.5",
|
||||
"@angular/core": "12.2.5",
|
||||
"@angular/forms": "12.2.5",
|
||||
"@angular/material": "12.2.5",
|
||||
"@angular/material-moment-adapter": "^12.0.4",
|
||||
"@angular/material-moment-adapter": "^12.2.5",
|
||||
"@angular/platform-browser": "12.2.5",
|
||||
"@angular/platform-browser-dynamic": "12.2.5",
|
||||
"@angular/router": "12.2.5",
|
||||
|
||||
20
yarn.lock
20
yarn.lock
@ -161,12 +161,12 @@
|
||||
dependencies:
|
||||
tslib "^2.2.0"
|
||||
|
||||
"@angular/cdk@~12.0.4":
|
||||
version "12.0.4"
|
||||
resolved "https://registry.yarnpkg.com/@angular/cdk/-/cdk-12.0.4.tgz#074f17dc3f3f2ed054dace5ea2d6c89126e000df"
|
||||
integrity sha512-NX/1kEc6ndyEHjGcMtMJYEjwmoURuwRSqKJLbGcHTUwXuuR+hfDP/vU1XDOeXNC80SV+0B4BpJnREkINILfYKw==
|
||||
"@angular/cdk@~12.2.5":
|
||||
version "12.2.5"
|
||||
resolved "https://registry.yarnpkg.com/@angular/cdk/-/cdk-12.2.5.tgz#005c91eba34aa015a5a67b309b046008f8e69a5d"
|
||||
integrity sha512-sB+chDISuQ2orEgWumVkEaaQ2Mkf5SDBlNGMwgwUV5a2eSp0wDprZS+3+H8lHc533z2Y4GOh6Apklku8XQT5qw==
|
||||
dependencies:
|
||||
tslib "^2.1.0"
|
||||
tslib "^2.2.0"
|
||||
optionalDependencies:
|
||||
parse5 "^5.0.0"
|
||||
|
||||
@ -248,12 +248,12 @@
|
||||
resolved "https://registry.yarnpkg.com/@angular/language-service/-/language-service-12.2.5.tgz#30521f85fc800eaad2dac190582dffe418e347d4"
|
||||
integrity sha512-UypVxx1/ArXvYiSqzpIc/MUv+NkyQzMgZ96z2rG2ALqEVe+/m0AZEtvT/pD94Z0wlZDeMVaToD3OhRkQ4om2aA==
|
||||
|
||||
"@angular/material-moment-adapter@^12.0.4":
|
||||
version "12.0.4"
|
||||
resolved "https://registry.yarnpkg.com/@angular/material-moment-adapter/-/material-moment-adapter-12.0.4.tgz#2b866124d6eee211a5f7a71e7c9bf20bbbb89028"
|
||||
integrity sha512-gouOXKHxI8HQTKKxAgB9MVQMeHQWFReULFvY83C3aRJhoeiI8bDiWw0eQZP0WpHCBvAx/DlCBHBQYf+I5Q3z0w==
|
||||
"@angular/material-moment-adapter@^12.2.5":
|
||||
version "12.2.5"
|
||||
resolved "https://registry.yarnpkg.com/@angular/material-moment-adapter/-/material-moment-adapter-12.2.5.tgz#e83a11f8f3c66416d8389770d83585dead11dc0e"
|
||||
integrity sha512-Rm5Ko2l96pnZfnUXZIxMpuspCL/U1obIGlHdNSLzzy+BRwf/ikcCEhWF7PD1BIuPS+5n/AKQZHD7b42kiRW5Jw==
|
||||
dependencies:
|
||||
tslib "^2.1.0"
|
||||
tslib "^2.2.0"
|
||||
|
||||
"@angular/material@12.2.5":
|
||||
version "12.2.5"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user