Compare commits

..

16 Commits

Author SHA1 Message Date
68b971fb3e Update dependency zone.js to ~0.14.0
Some checks failed
charlyghislain/charlyghislaindotcom/pipeline/pr-master There was a failure building this commit
2023-09-19 01:01:59 +00:00
52d04a7462 Lock file maintenance
All checks were successful
charlyghislain/charlyghislaindotcom/pipeline/pr-master This commit looks good
2023-06-05 01:03:18 +00:00
9ae0cfcd04 Lock file maintenance
All checks were successful
charlyghislain/charlyghislaindotcom/pipeline/pr-master This commit looks good
2023-05-29 01:03:31 +00:00
31049fdc64 Lock file maintenance
All checks were successful
charlyghislain/charlyghislaindotcom/pipeline/pr-master This commit looks good
2023-05-22 01:03:26 +00:00
4210e1d6ab Lock file maintenance
All checks were successful
charlyghislain/charlyghislaindotcom/pipeline/pr-master This commit looks good
2023-05-15 01:03:27 +00:00
3d6d68e67a Lock file maintenance
All checks were successful
charlyghislain/charlyghislaindotcom/pipeline/pr-master This commit looks good
2023-05-08 01:03:11 +00:00
a7f07d4d97 Lock file maintenance
All checks were successful
charlyghislain/charlyghislaindotcom/pipeline/head This commit looks good
charlyghislain/charlyghislaindotcom/pipeline/pr-master This commit looks good
2023-05-01 01:03:35 +00:00
baef59b8dd Lock file maintenance
All checks were successful
charlyghislain/charlyghislaindotcom/pipeline/pr-master This commit looks good
2023-04-24 01:03:32 +00:00
4d4e8e62ff Update dependency karma-chrome-launcher to ~3.2.0
All checks were successful
charlyghislain/charlyghislaindotcom/pipeline/head This commit looks good
charlyghislain/charlyghislaindotcom/pipeline/pr-master This commit looks good
2023-04-21 01:02:26 +00:00
54e4e98bf4 Lock file maintenance
All checks were successful
charlyghislain/charlyghislaindotcom/pipeline/pr-master This commit looks good
2023-04-17 01:03:28 +00:00
7b363ac7b1 Lock file maintenance
All checks were successful
charlyghislain/charlyghislaindotcom/pipeline/pr-master This commit looks good
2023-04-10 01:03:38 +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
2 changed files with 575 additions and 553 deletions

1120
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",
@ -24,7 +24,7 @@
"luxon": "^3.0.0", "luxon": "^3.0.0",
"rxjs": "^7.0.0", "rxjs": "^7.0.0",
"tslib": "^2.0.0", "tslib": "^2.0.0",
"zone.js": "~0.13.0" "zone.js": "~0.14.0"
}, },
"devDependencies": { "devDependencies": {
"@angular-devkit/build-angular": "~13.3.3", "@angular-devkit/build-angular": "~13.3.3",
@ -36,10 +36,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.4.0", "karma": "~6.4.0",
"karma-chrome-launcher": "~3.1.1", "karma-chrome-launcher": "~3.2.0",
"karma-coverage-istanbul-reporter": "~3.0.2", "karma-coverage-istanbul-reporter": "~3.0.2",
"karma-jasmine": "~5.1.0", "karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "^2.0.0", "karma-jasmine-html-reporter": "^2.0.0",