Correction de la compilation?

This commit is contained in:
FyloZ 2021-05-01 22:11:36 -04:00
parent 12098379b4
commit d9b3cfa3a1
2 changed files with 3 additions and 3 deletions

View File

@ -12,6 +12,6 @@ ENV NG_CLI_ANALYTICS=ci
COPY package.json .
RUN npm install
RUN npm install --force
COPY . .

View File

@ -12,7 +12,7 @@
"private": true,
"dependencies": {
"@angular/animations": "~11.2.10",
"@angular/cdk": "^11.2.9",
"@angular/cdk": "^11.2.11",
"@angular/common": "~11.2.10",
"@angular/compiler": "~11.2.10",
"@angular/core": "~11.2.10",
@ -33,7 +33,7 @@
},
"devDependencies": {
"@angular-devkit/build-angular": "^0.1102.9",
"@angular/cli": "~11.2.9",
"@angular/cli": "^11.2.11",
"@angular/compiler-cli": "~11.2.10",
"@angular/language-service": "~11.2.10",
"@types/jasmine": "~3.6.0",