mirror of
https://framagit.org/framasoft/framadate/funky-framadate-front.git
synced 2023-08-25 13:53:14 +02:00
upgrade ng 9 to 10: ng update patched files
This commit is contained in:
parent
0197fbc0b7
commit
96b9910997
@ -3,7 +3,7 @@
|
|||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
"outDir": "../out-tsc/e2e",
|
"outDir": "../out-tsc/e2e",
|
||||||
"module": "commonjs",
|
"module": "commonjs",
|
||||||
"target": "es5",
|
"target": "es2018",
|
||||||
"types": ["jasmine", "jasminewd2", "node"]
|
"types": ["jasmine", "jasminewd2", "node"]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
30
package.json
30
package.json
@ -33,17 +33,17 @@
|
|||||||
},
|
},
|
||||||
"private": false,
|
"private": false,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@angular/animations": "^9.1.1",
|
"@angular/animations": "^10.2.5",
|
||||||
"@angular/cdk": "^9.2.2",
|
"@angular/cdk": "^9.2.2",
|
||||||
"@angular/common": "^9.0.7",
|
"@angular/common": "^10.2.5",
|
||||||
"@angular/compiler": "^9.0.7",
|
"@angular/compiler": "^10.2.5",
|
||||||
"@angular/core": "^9.0.7",
|
"@angular/core": "^10.2.5",
|
||||||
"@angular/forms": "^9.0.7",
|
"@angular/forms": "^10.2.5",
|
||||||
"@angular/localize": "^9.1.1",
|
"@angular/localize": "^10.2.5",
|
||||||
"@angular/material": "^9.2.4",
|
"@angular/material": "^9.2.4",
|
||||||
"@angular/platform-browser": "^9.0.7",
|
"@angular/platform-browser": "^10.2.5",
|
||||||
"@angular/platform-browser-dynamic": "^9.0.7",
|
"@angular/platform-browser-dynamic": "^10.2.5",
|
||||||
"@angular/router": "^9.0.7",
|
"@angular/router": "^10.2.5",
|
||||||
"@biesbjerg/ngx-translate-extract": "^7.0.3",
|
"@biesbjerg/ngx-translate-extract": "^7.0.3",
|
||||||
"@biesbjerg/ngx-translate-po-http-loader": "^3.1.0",
|
"@biesbjerg/ngx-translate-po-http-loader": "^3.1.0",
|
||||||
"@fullcalendar/core": "^4.4.0",
|
"@fullcalendar/core": "^4.4.0",
|
||||||
@ -71,15 +71,15 @@
|
|||||||
"rxjs-compat": "^6.5.5",
|
"rxjs-compat": "^6.5.5",
|
||||||
"short-unique-id": "^3.0.3",
|
"short-unique-id": "^3.0.3",
|
||||||
"stream": "^0.0.2",
|
"stream": "^0.0.2",
|
||||||
"tslib": "<2.0.0",
|
"tslib": "^2.0.0",
|
||||||
"zone.js": "^0.10.3"
|
"zone.js": "^0.10.3"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@angular-builders/jest": "^9.0.1",
|
"@angular-builders/jest": "^9.0.1",
|
||||||
"@angular-devkit/build-angular": "^0.901.2",
|
"@angular-devkit/build-angular": "^0.1002.4",
|
||||||
"@angular/cli": "^9.1.2",
|
"@angular/cli": "^10.2.4",
|
||||||
"@angular/compiler-cli": "^9.1.1",
|
"@angular/compiler-cli": "^10.2.5",
|
||||||
"@angular/language-service": "^9.0.7",
|
"@angular/language-service": "^10.2.5",
|
||||||
"@babel/core": "^7.9.0",
|
"@babel/core": "^7.9.0",
|
||||||
"@babel/preset-env": "^7.9.5",
|
"@babel/preset-env": "^7.9.5",
|
||||||
"@babel/preset-typescript": "^7.9.0",
|
"@babel/preset-typescript": "^7.9.0",
|
||||||
@ -105,7 +105,7 @@
|
|||||||
"ts-jest": "^26.0.0",
|
"ts-jest": "^26.0.0",
|
||||||
"ts-mockito": "^2.5.0",
|
"ts-mockito": "^2.5.0",
|
||||||
"ts-node": "^8.10.1",
|
"ts-node": "^8.10.1",
|
||||||
"typescript": "<3.9.0"
|
"typescript": "4.0.8"
|
||||||
},
|
},
|
||||||
"husky": {
|
"husky": {
|
||||||
"hooks": {
|
"hooks": {
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
"declaration": false,
|
"declaration": false,
|
||||||
"downlevelIteration": true,
|
"downlevelIteration": true,
|
||||||
"experimentalDecorators": true,
|
"experimentalDecorators": true,
|
||||||
"module": "ESNext",
|
"module": "es2020",
|
||||||
"moduleResolution": "node",
|
"moduleResolution": "node",
|
||||||
"importHelpers": true,
|
"importHelpers": true,
|
||||||
"target": "ES5",
|
"target": "ES5",
|
||||||
|
Loading…
Reference in New Issue
Block a user