mirror of
https://framagit.org/framasoft/framadate/funky-framadate-front.git
synced 2023-08-25 13:53:14 +02:00
upgrade ng 10 to 11: update core package
This commit is contained in:
parent
65e84666f0
commit
2548f0f393
@ -52,7 +52,6 @@
|
||||
"optimization": true,
|
||||
"outputHashing": "all",
|
||||
"sourceMap": false,
|
||||
"extractCss": true,
|
||||
"namedChunks": false,
|
||||
"aot": true,
|
||||
"extractLicenses": true,
|
||||
|
31
package.json
31
package.json
@ -5,6 +5,9 @@
|
||||
"engines": {
|
||||
"node": ">= 16.0.0"
|
||||
},
|
||||
"resolutions": {
|
||||
"webpack": "^5.0.0"
|
||||
},
|
||||
"scripts": {
|
||||
"ng": "ng",
|
||||
"start": "ng serve",
|
||||
@ -33,17 +36,17 @@
|
||||
},
|
||||
"private": false,
|
||||
"dependencies": {
|
||||
"@angular/animations": "^10.2.5",
|
||||
"@angular/animations": "^11.2.14",
|
||||
"@angular/cdk": "^10.2.7",
|
||||
"@angular/common": "^10.2.5",
|
||||
"@angular/compiler": "^10.2.5",
|
||||
"@angular/core": "^10.2.5",
|
||||
"@angular/forms": "^10.2.5",
|
||||
"@angular/localize": "^10.2.5",
|
||||
"@angular/common": "^11.2.14",
|
||||
"@angular/compiler": "^11.2.14",
|
||||
"@angular/core": "^11.2.14",
|
||||
"@angular/forms": "^11.2.14",
|
||||
"@angular/localize": "^11.2.14",
|
||||
"@angular/material": "^10.2.7",
|
||||
"@angular/platform-browser": "^10.2.5",
|
||||
"@angular/platform-browser-dynamic": "^10.2.5",
|
||||
"@angular/router": "^10.2.5",
|
||||
"@angular/platform-browser": "^11.2.14",
|
||||
"@angular/platform-browser-dynamic": "^11.2.14",
|
||||
"@angular/router": "^11.2.14",
|
||||
"@biesbjerg/ngx-translate-extract": "^7.0.3",
|
||||
"@biesbjerg/ngx-translate-po-http-loader": "^3.1.0",
|
||||
"@fullcalendar/core": "^4.4.0",
|
||||
@ -76,10 +79,10 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@angular-builders/jest": "^9.0.1",
|
||||
"@angular-devkit/build-angular": "^0.1002.4",
|
||||
"@angular/cli": "^10.2.4",
|
||||
"@angular/compiler-cli": "^10.2.5",
|
||||
"@angular/language-service": "^10.2.5",
|
||||
"@angular-devkit/build-angular": "^0.1102.19",
|
||||
"@angular/cli": "^11.2.19",
|
||||
"@angular/compiler-cli": "^11.2.14",
|
||||
"@angular/language-service": "^11.2.14",
|
||||
"@babel/core": "^7.9.0",
|
||||
"@babel/preset-env": "^7.9.5",
|
||||
"@babel/preset-typescript": "^7.9.0",
|
||||
@ -135,4 +138,4 @@
|
||||
"browser": {
|
||||
"crypto": false
|
||||
}
|
||||
}
|
||||
}
|
@ -7,6 +7,7 @@ import { routes } from './routes-framadate';
|
||||
RouterModule.forRoot(routes, {
|
||||
useHash: true,
|
||||
anchorScrolling: 'enabled',
|
||||
relativeLinkResolution: 'legacy',
|
||||
}),
|
||||
],
|
||||
exports: [RouterModule],
|
||||
|
Loading…
Reference in New Issue
Block a user