Compare commits

...

2 Commits

Author SHA1 Message Date
8e254fbc87 Update dependency typescript to ~4.9.0
Some checks failed
renovate/artifacts Artifact file update failure
charlyghislain/charlyghislaindotcom/pipeline/pr-master There was a failure building this commit
2024-08-01 01:01:01 +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
2 changed files with 2 additions and 4 deletions

4
package-lock.json generated
View File

@ -9588,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": "~4.6.3"
"typescript": "~4.9.0"
}
}