build: update typescript

This commit is contained in:
Sebin Nyshkim 2023-04-03 00:03:18 +02:00
parent 5ef3d6c0f9
commit 939610ed61
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View file

@ -25,7 +25,7 @@
"npm-run-all": "^4.1.5",
"prettier": "^2.8.7",
"sass": "^1.60.0",
"typescript": "~4.7.4",
"typescript": "^4.9.5",
"vite": "^4.2.1",
"vite-imagetools": "^4.0.18",
"vue-tsc": "^1.2.0"
@ -4288,9 +4288,9 @@
}
},
"node_modules/typescript": {
"version": "4.7.4",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.7.4.tgz",
"integrity": "sha512-C0WQT0gezHuw6AdY1M2jxUO83Rjf0HP7Sk1DtXj6j1EwkQNZrHAg2XPWlq62oqEhYvONq5pkC2Y9oPljWToLmQ==",
"version": "4.9.5",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz",
"integrity": "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==",
"dev": true,
"bin": {
"tsc": "bin/tsc",
@ -7550,9 +7550,9 @@
}
},
"typescript": {
"version": "4.7.4",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.7.4.tgz",
"integrity": "sha512-C0WQT0gezHuw6AdY1M2jxUO83Rjf0HP7Sk1DtXj6j1EwkQNZrHAg2XPWlq62oqEhYvONq5pkC2Y9oPljWToLmQ==",
"version": "4.9.5",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz",
"integrity": "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==",
"dev": true
},
"unbox-primitive": {

View file

@ -28,7 +28,7 @@
"npm-run-all": "^4.1.5",
"prettier": "^2.8.7",
"sass": "^1.60.0",
"typescript": "~4.7.4",
"typescript": "^4.9.5",
"vite": "^4.2.1",
"vite-imagetools": "^4.0.18",
"vue-tsc": "^1.2.0"