Compare commits

..

1 Commits

Author SHA1 Message Date
1fed7580eb chore(deps): update dependency jasmine-core 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:35:04 +00:00
3 changed files with 9697 additions and 3775 deletions

1
.gitignore vendored
View File

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

13423
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

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