mirror of
https://github.com/fabioformosa/quartz-manager.git
synced 2025-12-15 23:23:31 +09:00
#80 fixes for angular v11
This commit is contained in:
39713
quartz-manager-frontend/package-lock.json
generated
39713
quartz-manager-frontend/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -12,20 +12,20 @@
|
||||
},
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"@angular-material-components/datetime-picker": "4.0.5",
|
||||
"@angular-material-components/moment-adapter": "4.0.1",
|
||||
"@angular/animations": "11.2.14",
|
||||
"@angular/cdk": "10.2.7",
|
||||
"@angular/common": "11.2.14",
|
||||
"@angular/compiler": "11.2.14",
|
||||
"@angular/core": "11.2.14",
|
||||
"@angular/flex-layout": "10.0.0-beta.32",
|
||||
"@angular/forms": "11.2.14",
|
||||
"@angular/material": "10.2.7",
|
||||
"@angular/platform-browser": "11.2.14",
|
||||
"@angular/platform-browser-dynamic": "11.2.14",
|
||||
"@angular/platform-server": "11.2.14",
|
||||
"@angular/router": "11.2.14",
|
||||
"@angular-material-components/datetime-picker": "5.0.3",
|
||||
"@angular-material-components/moment-adapter": "5.0.0",
|
||||
"@angular/animations": "11.0.0",
|
||||
"@angular/cdk": "11.0.1",
|
||||
"@angular/common": "11.0.0",
|
||||
"@angular/compiler": "11.0.0",
|
||||
"@angular/core": "11.0.0",
|
||||
"@angular/flex-layout": "11.0.0-beta.33",
|
||||
"@angular/forms": "11.0.0",
|
||||
"@angular/material": "11.0.1",
|
||||
"@angular/platform-browser": "11.0.0",
|
||||
"@angular/platform-browser-dynamic": "11.0.0",
|
||||
"@angular/platform-server": "11.0.0",
|
||||
"@angular/router": "11.0.0",
|
||||
"@auth0/angular-jwt": "5.0.1",
|
||||
"@fortawesome/fontawesome": "^1.1.4",
|
||||
"@fortawesome/fontawesome-free-regular": "^5.0.8",
|
||||
@@ -39,14 +39,14 @@
|
||||
"rxjs": "6.5.5",
|
||||
"stompjs": "^2.3.3",
|
||||
"tslib": "^2.0.0",
|
||||
"zone.js": "~~0.10.3"
|
||||
"zone.js": "~0.10.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@angular-devkit/build-angular": "~0.1102.19",
|
||||
"@angular-devkit/build-angular": "0.1102.17",
|
||||
"@angular-devkit/core": "^11.2.19",
|
||||
"@angular/cli": "11.2.19",
|
||||
"@angular/compiler-cli": "11.2.14",
|
||||
"@angular/language-service": "11.2.14",
|
||||
"@angular/cli": "11.0.0",
|
||||
"@angular/compiler-cli": "11.0.0",
|
||||
"@angular/language-service": "11.0.0",
|
||||
"@types/hammerjs": "2.0.34",
|
||||
"@types/jasmine": "2.5.54",
|
||||
"@types/jasminewd2": "2.0.3",
|
||||
@@ -73,4 +73,4 @@
|
||||
"<rootDir>/jest.setup.ts"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -46,7 +46,7 @@ export const routes: Routes = [
|
||||
|
||||
@NgModule({
|
||||
imports: [RouterModule.forRoot(routes, {
|
||||
initialNavigation: false
|
||||
initialNavigation: 'disabled'
|
||||
})],
|
||||
exports: [RouterModule],
|
||||
providers: []
|
||||
|
||||
Reference in New Issue
Block a user