Update dependency typescript to v4.6.4

This commit is contained in:
Renovate Bot
2022-05-01 22:52:33 +00:00
parent 024c546345
commit 6f8e30598c
2 changed files with 8 additions and 8 deletions
+7 -7
View File
@@ -38,7 +38,7 @@
"prettier": "2.6.2",
"rimraf": "3.0.2",
"ts-jest": "27.1.4",
"typescript": "4.6.3",
"typescript": "4.6.4",
"vue": "2.6.14",
"vue-apollo": "3.1.0",
"vue-class-component": "7.2.6",
@@ -9480,9 +9480,9 @@
}
},
"node_modules/typescript": {
"version": "4.6.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.6.3.tgz",
"integrity": "sha512-yNIatDa5iaofVozS/uQJEl3JRWLKKGJKh6Yaiv0GLGSuhpFJe7P3SbHZ8/yjAHRQwKRoA6YZqlfjXWmVzoVSMw==",
"version": "4.6.4",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.6.4.tgz",
"integrity": "sha512-9ia/jWHIEbo49HfjrLGfKbZSuWo9iTMwXO+Ca3pRsSpbsMbc7/IU8NKdCZVRRBafVPGnoJeFL76ZOAA84I9fEg==",
"dev": true,
"bin": {
"tsc": "bin/tsc",
@@ -17286,9 +17286,9 @@
}
},
"typescript": {
"version": "4.6.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.6.3.tgz",
"integrity": "sha512-yNIatDa5iaofVozS/uQJEl3JRWLKKGJKh6Yaiv0GLGSuhpFJe7P3SbHZ8/yjAHRQwKRoA6YZqlfjXWmVzoVSMw==",
"version": "4.6.4",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.6.4.tgz",
"integrity": "sha512-9ia/jWHIEbo49HfjrLGfKbZSuWo9iTMwXO+Ca3pRsSpbsMbc7/IU8NKdCZVRRBafVPGnoJeFL76ZOAA84I9fEg==",
"dev": true
},
"unbox-primitive": {
+1 -1
View File
@@ -66,7 +66,7 @@
"prettier": "2.6.2",
"rimraf": "3.0.2",
"ts-jest": "27.1.4",
"typescript": "4.6.3",
"typescript": "4.6.4",
"vue": "2.6.14",
"vue-apollo": "3.1.0",
"vue-class-component": "7.2.6",