chore: upgrade to latest version of typescript

This commit is contained in:
aweebs 2023-03-22 00:49:01 -07:00 committed by Fernando Fernández
parent 5c501fc5c7
commit d2dae17b8a
2 changed files with 6 additions and 6 deletions

View File

@ -76,7 +76,7 @@
"prettier": "2.7.1",
"rollup-plugin-visualizer": "5.8.1",
"sass": "1.54.9",
"typescript": "4.8.2",
"typescript": "5.0.2",
"unplugin-icons": "0.15.3",
"unplugin-vue-components": "0.22.9",
"unplugin-vue-router": "0.2.3",

10
package-lock.json generated
View File

@ -71,7 +71,7 @@
"prettier": "2.7.1",
"rollup-plugin-visualizer": "5.8.1",
"sass": "1.54.9",
"typescript": "4.8.2",
"typescript": "5.0.2",
"unplugin-icons": "0.15.3",
"unplugin-vue-components": "0.22.9",
"unplugin-vue-router": "0.2.3",
@ -14454,16 +14454,16 @@
}
},
"node_modules/typescript": {
"version": "4.8.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.8.2.tgz",
"integrity": "sha512-C0I1UsrrDHo2fYI5oaCGbSejwX4ch+9Y5jTQELvovfmFkK3HHSZJB8MSJcWLmCUBzQBchCrZ9rMRV6GuNrvGtw==",
"version": "5.0.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.0.2.tgz",
"integrity": "sha512-wVORMBGO/FAs/++blGNeAVdbNKtIh1rbBL2EyQ1+J9lClJ93KiiKe8PmFIVdXhHcyv44SL9oglmfeSsndo0jRw==",
"dev": true,
"bin": {
"tsc": "bin/tsc",
"tsserver": "bin/tsserver"
},
"engines": {
"node": ">=4.2.0"
"node": ">=12.20"
}
},
"node_modules/ufo": {