Update dependency typescript to v4.6.4

This commit is contained in:
Renovate Bot
2022-04-30 13:12:27 +00:00
committed by renovate[bot]
parent a28f489361
commit aa31ed99be
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -43,7 +43,7 @@
"prettier": "2.6.2", "prettier": "2.6.2",
"swr": "1.3.0", "swr": "1.3.0",
"tailwindcss": "3.0.24", "tailwindcss": "3.0.24",
"typescript": "4.6.3" "typescript": "4.6.4"
} }
}, },
"node_modules/@ampproject/remapping": { "node_modules/@ampproject/remapping": {
@@ -10512,9 +10512,9 @@
} }
}, },
"node_modules/typescript": { "node_modules/typescript": {
"version": "4.6.3", "version": "4.6.4",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.6.3.tgz", "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.6.4.tgz",
"integrity": "sha512-yNIatDa5iaofVozS/uQJEl3JRWLKKGJKh6Yaiv0GLGSuhpFJe7P3SbHZ8/yjAHRQwKRoA6YZqlfjXWmVzoVSMw==", "integrity": "sha512-9ia/jWHIEbo49HfjrLGfKbZSuWo9iTMwXO+Ca3pRsSpbsMbc7/IU8NKdCZVRRBafVPGnoJeFL76ZOAA84I9fEg==",
"bin": { "bin": {
"tsc": "bin/tsc", "tsc": "bin/tsc",
"tsserver": "bin/tsserver" "tsserver": "bin/tsserver"
@@ -18475,9 +18475,9 @@
} }
}, },
"typescript": { "typescript": {
"version": "4.6.3", "version": "4.6.4",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.6.3.tgz", "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.6.4.tgz",
"integrity": "sha512-yNIatDa5iaofVozS/uQJEl3JRWLKKGJKh6Yaiv0GLGSuhpFJe7P3SbHZ8/yjAHRQwKRoA6YZqlfjXWmVzoVSMw==" "integrity": "sha512-9ia/jWHIEbo49HfjrLGfKbZSuWo9iTMwXO+Ca3pRsSpbsMbc7/IU8NKdCZVRRBafVPGnoJeFL76ZOAA84I9fEg=="
}, },
"unbox-primitive": { "unbox-primitive": {
"version": "1.0.1", "version": "1.0.1",

View File

@@ -45,7 +45,7 @@
"prettier": "2.6.2", "prettier": "2.6.2",
"swr": "1.3.0", "swr": "1.3.0",
"tailwindcss": "3.0.24", "tailwindcss": "3.0.24",
"typescript": "4.6.3" "typescript": "4.6.4"
}, },
"jest": { "jest": {
"transform": { "transform": {