Merge pull request #17 from pastebinrun/bec4dependabot/npm_and_yarn/typescript-4.7.3

Bump typescript from 4.6.4 to 4.7.3
This commit is contained in:
Konrad Borowski 2022-06-10 07:00:03 +02:00 committed by GitHub
commit f19bac35d2
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

@ -27,7 +27,7 @@
"@types/node": "^17.0.41",
"prettier": "^2.6.2",
"solid-js": "^1.4.3",
"typescript": "4.6.4",
"typescript": "4.7.3",
"vite": "^2.9.10",
"vite-plugin-solid": "^2.2.6"
}
@ -1791,9 +1791,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.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.7.3.tgz",
"integrity": "sha512-WOkT3XYvrpXx4vMMqlD+8R8R37fZkjyLGlxavMc4iB8lrl8L0DeTcHbYgw/v0N/z9wAFsgBhcsF0ruoySS22mA==",
"dev": true,
"bin": {
"tsc": "bin/tsc",
@ -3145,9 +3145,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.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.7.3.tgz",
"integrity": "sha512-WOkT3XYvrpXx4vMMqlD+8R8R37fZkjyLGlxavMc4iB8lrl8L0DeTcHbYgw/v0N/z9wAFsgBhcsF0ruoySS22mA==",
"dev": true
},
"vite": {

View File

@ -22,7 +22,7 @@
"@types/node": "^17.0.41",
"prettier": "^2.6.2",
"solid-js": "^1.4.3",
"typescript": "4.6.4",
"typescript": "4.7.3",
"vite": "^2.9.10",
"vite-plugin-solid": "^2.2.6"
}