Compare commits

..

1 Commits

Author SHA1 Message Date
4aed0740b2 Update dependency typescript to ~4.7.0
Some checks failed
charlyghislain/charlyghislaindotcom/pipeline/pr-master There was a failure building this commit
charlyghislain/charlyghislaindotcom/pipeline/head There was a failure building this commit
2022-05-25 01:00:30 +00:00
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -9675,9 +9675,9 @@
"dev": true
},
"typescript": {
"version": "4.8.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.8.2.tgz",
"integrity": "sha512-C0I1UsrrDHo2fYI5oaCGbSejwX4ch+9Y5jTQELvovfmFkK3HHSZJB8MSJcWLmCUBzQBchCrZ9rMRV6GuNrvGtw==",
"version": "4.7.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.7.2.tgz",
"integrity": "sha512-Mamb1iX2FDUpcTRzltPxgWMKy3fhg0TN378ylbktPGPK/99KbDtMQ4W1hwgsbPAsG3a0xKa1vmw4VKZQbkvz5A==",
"dev": true
},
"ua-parser-js": {

View File

@ -46,6 +46,6 @@
"protractor": "~7.0.0",
"ts-node": "~10.7.0",
"tslint": "~6.1.0",
"typescript": "~4.8.0"
"typescript": "~4.7.0"
}
}