Migration vers Angular 11

This commit is contained in:
William Nolin 2021-04-17 21:53:35 -04:00
parent 413ac5c278
commit 81b37f6f2e
3 changed files with 9 additions and 9 deletions

12
package-lock.json generated
View File

@ -771,9 +771,9 @@
}
},
"@angular/cdk": {
"version": "10.2.7",
"resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-10.2.7.tgz",
"integrity": "sha512-ZQjDfTRTn7JuAKsf3jiIdU2XBaxxGBi/ZWYv5Pb3HCl6B4PISsIE5VWRhkoUogoAB0MiFHpjnWeIqknJEm11YQ==",
"version": "11.2.9",
"resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-11.2.9.tgz",
"integrity": "sha512-3gHobkgCQIJ4kJFkqexaKramI6k4OZ0/Vw5qvabGhpwWtICvrrfZyRejJzhecYKOcw+hiJNoDqP9TVNfkLme9g==",
"requires": {
"parse5": "^5.0.0",
"tslib": "^2.0.0"
@ -1026,9 +1026,9 @@
"dev": true
},
"@angular/material": {
"version": "10.2.7",
"resolved": "https://registry.npmjs.org/@angular/material/-/material-10.2.7.tgz",
"integrity": "sha512-uk6JkRrKHaM9VFMzX7pWC83YNLVgXPB3D8U1yjSOafCdWwrRZgUHGr8MPlSILCr3o2nxgg5SsKdWcWwHuXXUZA==",
"version": "11.2.9",
"resolved": "https://registry.npmjs.org/@angular/material/-/material-11.2.9.tgz",
"integrity": "sha512-Pe1aScSX8fMOSs5hfF/V7NCJn9pt/60rFmwYxgtFser4BcJrO0Moz4eqxhNcR0PjiCQgKJpjjPxBept2+o5N5A==",
"requires": {
"tslib": "^2.0.0"
}

View File

@ -12,12 +12,12 @@
"private": true,
"dependencies": {
"@angular/animations": "~11.2.10",
"@angular/cdk": "^10.2.7",
"@angular/cdk": "^11.2.9",
"@angular/common": "~11.2.10",
"@angular/compiler": "~11.2.10",
"@angular/core": "~11.2.10",
"@angular/forms": "~11.2.10",
"@angular/material": "^10.2.7",
"@angular/material": "^11.2.9",
"@angular/platform-browser": "~11.2.10",
"@angular/platform-browser-dynamic": "~11.2.10",
"@angular/router": "~11.2.10",

View File

@ -4,7 +4,7 @@
export const environment = {
production: false,
apiUrl: 'http://localhost:9101/api'
apiUrl: 'http://localhost:9090/api'
};
/*