Bump TypeScript to 4.6.4

This commit is contained in:
Konrad Borowski 2022-05-06 07:22:43 +02:00
parent 6688bbe466
commit 7e6831d028
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -1575,9 +1575,9 @@
}
},
"typescript": {
"version": "4.4.4",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.4.4.tgz",
"integrity": "sha512-DqGhF5IKoBl8WNf8C1gu8q0xZSInh9j1kJJMqT3a94w1JzVaBU4EXOSMrz9yDqMT0xt3selp83fuFMQ0uzv6qA==",
"version": "4.6.4",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.6.4.tgz",
"integrity": "sha512-9ia/jWHIEbo49HfjrLGfKbZSuWo9iTMwXO+Ca3pRsSpbsMbc7/IU8NKdCZVRRBafVPGnoJeFL76ZOAA84I9fEg==",
"dev": true
},
"uri-js": {

View File

@ -24,7 +24,7 @@
"prismjs": "^1.28.0",
"style-loader": "^3.3.1",
"ts-loader": "^9.3.0",
"typescript": "4.4.4",
"typescript": "4.6.4",
"webpack": "^5.72.0",
"webpack-cli": "^4.9.2",
"webpack-stats-plugin": "^1.0.3"