Compare commits

..

4 Commits

Author SHA1 Message Date
6a495f7762 Update dependency typescript to v5
Some checks failed
renovate/artifacts Artifact file update failure
charlyghislain/charlyghislaindotcom/pipeline/pr-master There was a failure building this commit
2024-09-10 01:01:26 +00:00
8254626762 Update dependency tslib to v2.6.3
Some checks failed
renovate/artifacts Artifact file update failure
charlyghislain/charlyghislaindotcom/pipeline/head This commit looks good
charlyghislain/charlyghislaindotcom/pipeline/pr-master This commit looks good
2024-07-31 01:00:58 +00:00
d3270979d0 Update dependency karma to v6.4.4
Some checks failed
renovate/artifacts Artifact file update failure
charlyghislain/charlyghislaindotcom/pipeline/pr-master Build started...
charlyghislain/charlyghislaindotcom/pipeline/head This commit looks good
2024-07-30 01:00:57 +00:00
87a0b4ecb7 Update dependency jasmine-core to v4.6.1
Some checks failed
renovate/artifacts Artifact file update failure
charlyghislain/charlyghislaindotcom/pipeline/pr-master This commit looks good
charlyghislain/charlyghislaindotcom/pipeline/head This commit looks good
2024-07-29 01:00:44 +00:00
2 changed files with 4 additions and 8 deletions

10
package-lock.json generated
View File

@ -5796,9 +5796,7 @@
}
},
"jasmine-core": {
"version": "4.6.0",
"resolved": "https://registry.npmjs.org/jasmine-core/-/jasmine-core-4.6.0.tgz",
"integrity": "sha512-O236+gd0ZXS8YAjFx8xKaJ94/erqUliEkJTDedyE7iHvv4ZVqi+q+8acJxu05/WJDKm512EUNn809In37nWlAQ==",
"version": "4.6.1",
"dev": true
},
"jasmine-spec-reporter": {
@ -5977,7 +5975,7 @@
}
},
"karma": {
"version": "6.4.3",
"version": "6.4.4",
"dev": true,
"requires": {
"@colors/colors": "1.5.0",
@ -9590,9 +9588,7 @@
}
},
"tslib": {
"version": "2.6.2",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz",
"integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q=="
"version": "2.6.3"
},
"tslint": {
"version": "6.1.3",

View File

@ -46,6 +46,6 @@
"protractor": "~7.0.0",
"ts-node": "~10.9.0",
"tslint": "~6.1.0",
"typescript": "~5.5.0"
"typescript": "~5.6.0"
}
}