chore: update to TS 4.7.2 (#14519)

This commit is contained in:
Pavel Feldman 2022-05-31 13:11:39 -07:00 committed by GitHub
parent 77537d6b59
commit 61c38f3b92
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -53,7 +53,7 @@
"react-dom": "^17.0.2",
"rimraf": "^3.0.2",
"socksv5": "0.0.6",
"typescript": "^4.6.4",
"typescript": "^4.7.2",
"vite": "^2.8.0",
"ws": "^8.5.0",
"xml2js": "^0.4.23",
@ -5301,9 +5301,9 @@
"dev": true
},
"node_modules/typescript": {
"version": "4.6.4",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.6.4.tgz",
"integrity": "sha512-9ia/jWHIEbo49HfjrLGfKbZSuWo9iTMwXO+Ca3pRsSpbsMbc7/IU8NKdCZVRRBafVPGnoJeFL76ZOAA84I9fEg==",
"version": "4.7.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.7.2.tgz",
"integrity": "sha512-Mamb1iX2FDUpcTRzltPxgWMKy3fhg0TN378ylbktPGPK/99KbDtMQ4W1hwgsbPAsG3a0xKa1vmw4VKZQbkvz5A==",
"dev": true,
"bin": {
"tsc": "bin/tsc",
@ -9684,9 +9684,9 @@
"dev": true
},
"typescript": {
"version": "4.6.4",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.6.4.tgz",
"integrity": "sha512-9ia/jWHIEbo49HfjrLGfKbZSuWo9iTMwXO+Ca3pRsSpbsMbc7/IU8NKdCZVRRBafVPGnoJeFL76ZOAA84I9fEg==",
"version": "4.7.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.7.2.tgz",
"integrity": "sha512-Mamb1iX2FDUpcTRzltPxgWMKy3fhg0TN378ylbktPGPK/99KbDtMQ4W1hwgsbPAsG3a0xKa1vmw4VKZQbkvz5A==",
"dev": true
},
"universalify": {

View File

@ -87,7 +87,7 @@
"react-dom": "^17.0.2",
"rimraf": "^3.0.2",
"socksv5": "0.0.6",
"typescript": "^4.6.4",
"typescript": "^4.7.2",
"vite": "^2.8.0",
"ws": "^8.5.0",
"xml2js": "^0.4.23",