Compare commits

...

12 Commits

Author SHA1 Message Date
5af111ff2a Update dependency @angular/language-service to v15
Some checks are pending
charlyghislain/charlyghislaindotcom/pipeline/pr-master Build started...
2023-04-09 01:14:09 +00:00
578cbd9899 Lock file maintenance
All checks were successful
charlyghislain/charlyghislaindotcom/pipeline/pr-master This commit looks good
2023-04-08 01:08:55 +00:00
966bd27981 Update dependency @angular/localize to ~13.4.0
All checks were successful
charlyghislain/charlyghislaindotcom/pipeline/head This commit looks good
charlyghislain/charlyghislaindotcom/pipeline/pr-master This commit looks good
2023-04-07 01:01:52 +00:00
d787fdb759 Update dependency jasmine-core to ~4.6.0
All checks were successful
charlyghislain/charlyghislaindotcom/pipeline/pr-master This commit looks good
charlyghislain/charlyghislaindotcom/pipeline/head This commit looks good
2023-03-16 01:02:17 +00:00
4f404ea761 Lock file maintenance
All checks were successful
charlyghislain/charlyghislaindotcom/pipeline/pr-master This commit looks good
2023-03-13 01:03:44 +00:00
8e583b3375 Lock file maintenance
All checks were successful
charlyghislain/charlyghislaindotcom/pipeline/pr-master This commit looks good
2023-03-06 01:02:54 +00:00
c994b0c428 Lock file maintenance
All checks were successful
charlyghislain/charlyghislaindotcom/pipeline/pr-master This commit looks good
2023-02-27 01:03:00 +00:00
8eb30e63ec Lock file maintenance
All checks were successful
charlyghislain/charlyghislaindotcom/pipeline/pr-master This commit looks good
2023-02-20 01:02:55 +00:00
c72d6864a5 Lock file maintenance
All checks were successful
charlyghislain/charlyghislaindotcom/pipeline/pr-master This commit looks good
2023-02-13 01:02:45 +00:00
955dd25cc6 Lock file maintenance
All checks were successful
charlyghislain/charlyghislaindotcom/pipeline/pr-master This commit looks good
2023-02-06 01:02:12 +00:00
ab90a5bb1c Update dependency karma-jasmine to ~5.1.0
All checks were successful
charlyghislain/charlyghislaindotcom/pipeline/pr-master This commit looks good
2023-02-02 01:01:45 +00:00
b3af496476 Update dependency karma to ~6.4.0
All checks were successful
charlyghislain/charlyghislaindotcom/pipeline/pr-master This commit looks good
2023-02-01 01:01:44 +00:00
2 changed files with 408 additions and 398 deletions

796
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -16,7 +16,7 @@
"@angular/compiler": "^13.3.3", "@angular/compiler": "^13.3.3",
"@angular/core": "^13.3.3", "@angular/core": "^13.3.3",
"@angular/forms": "^13.3.3", "@angular/forms": "^13.3.3",
"@angular/localize": "~13.3.3", "@angular/localize": "~13.4.0",
"@angular/platform-browser": "^13.3.3", "@angular/platform-browser": "^13.3.3",
"@angular/platform-browser-dynamic": "^13.3.3", "@angular/platform-browser-dynamic": "^13.3.3",
"@angular/router": "^13.3.3", "@angular/router": "^13.3.3",
@ -30,18 +30,18 @@
"@angular-devkit/build-angular": "~13.3.3", "@angular-devkit/build-angular": "~13.3.3",
"@angular/cli": "~13.3.3", "@angular/cli": "~13.3.3",
"@angular/compiler-cli": "^13.3.3", "@angular/compiler-cli": "^13.3.3",
"@angular/language-service": "^13.3.3", "@angular/language-service": "^15.0.0",
"@types/jasmine": "~4.3.0", "@types/jasmine": "~4.3.0",
"@types/jasminewd2": "^2.0.10", "@types/jasminewd2": "^2.0.10",
"@types/node": "^16.11.27", "@types/node": "^16.11.27",
"@types/luxon": "^3.0.0", "@types/luxon": "^3.0.0",
"codelyzer": "^6.0.2", "codelyzer": "^6.0.2",
"jasmine-core": "~4.5.0", "jasmine-core": "~4.6.0",
"jasmine-spec-reporter": "~7.0.0", "jasmine-spec-reporter": "~7.0.0",
"karma": "~6.3.18", "karma": "~6.4.0",
"karma-chrome-launcher": "~3.1.1", "karma-chrome-launcher": "~3.1.1",
"karma-coverage-istanbul-reporter": "~3.0.2", "karma-coverage-istanbul-reporter": "~3.0.2",
"karma-jasmine": "~5.0.0", "karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "^2.0.0", "karma-jasmine-html-reporter": "^2.0.0",
"protractor": "~7.0.0", "protractor": "~7.0.0",
"ts-node": "~10.9.0", "ts-node": "~10.9.0",