Compare commits

..

1 Commits

Author SHA1 Message Date
269aba19c2 chore(deps): update dependency @types/jasmine to v4
Some checks reported errors
charlyghislain/charlyghislaindotcom/pipeline/head Something is wrong with the build of this commit
charlyghislain/charlyghislaindotcom/pipeline/pr-master Something is wrong with the build of this commit
2022-04-16 16:34:40 +00:00
3 changed files with 9698 additions and 3768 deletions

1
.gitignore vendored
View File

@ -1,5 +1,4 @@
# See http://help.github.com/ignore-files/ for more about ignoring files.
.angular/
# compiled output
/dist

13419
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -11,40 +11,40 @@
},
"private": true,
"dependencies": {
"@angular/animations": "^13.3.3",
"@angular/common": "^13.3.3",
"@angular/compiler": "^13.3.3",
"@angular/core": "^13.3.3",
"@angular/forms": "^13.3.3",
"@angular/localize": "~13.3.3",
"@angular/platform-browser": "^13.3.3",
"@angular/platform-browser-dynamic": "^13.3.3",
"@angular/router": "^13.3.3",
"@angular/animations": "^11.2.0",
"@angular/common": "^11.2.0",
"@angular/compiler": "^11.2.0",
"@angular/core": "^11.2.0",
"@angular/forms": "^11.2.0",
"@angular/localize": "~11.2.0",
"@angular/platform-browser": "^11.2.0",
"@angular/platform-browser-dynamic": "^11.2.0",
"@angular/router": "^11.2.0",
"core-js": "^2.6.12",
"moment-es6": "^1.0.0",
"rxjs": "^6.6.7",
"rxjs": "^6.6.3",
"tslib": "^2.0.0",
"zone.js": "~0.11.5"
"zone.js": "~0.11.3"
},
"devDependencies": {
"@angular-devkit/build-angular": "~13.3.3",
"@angular/cli": "~13.3.3",
"@angular/compiler-cli": "^13.3.3",
"@angular/language-service": "^13.3.3",
"@angular-devkit/build-angular": "~0.1102.0",
"@angular/cli": "~11.2.0",
"@angular/compiler-cli": "^11.2.0",
"@angular/language-service": "^11.2.0",
"@types/jasmine": "~4.0.0",
"@types/jasminewd2": "^2.0.10",
"@types/node": "^14.18.13",
"codelyzer": "^6.0.2",
"@types/jasminewd2": "^2.0.8",
"@types/node": "^12.11.1",
"codelyzer": "^6.0.0",
"jasmine-core": "~3.6.0",
"jasmine-spec-reporter": "~5.0.0",
"karma": "~6.3.18",
"karma-chrome-launcher": "~3.1.1",
"karma": "~5.0.0",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage-istanbul-reporter": "~3.0.2",
"karma-jasmine": "~4.0.2",
"karma-jasmine-html-reporter": "^1.5.4",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "^1.5.0",
"protractor": "~7.0.0",
"ts-node": "~5.0.1",
"tslint": "~6.1.0",
"typescript": "~4.6.3"
"typescript": "~4.1.5"
}
}