chore(deps-dev): update typescript to 4.7.2 and vue-tsc to 0.35.0

This commit is contained in:
bcakmakoglu
2022-05-29 09:37:17 +02:00
committed by Braks
parent 713ef07820
commit f32dd24400
5 changed files with 120 additions and 109 deletions

View File

@@ -19,14 +19,14 @@
"typedocs": "turbo run typedoc"
},
"devDependencies": {
"@antfu/eslint-config": "^0.23.0",
"@antfu/eslint-config": "^0.24.2",
"eslint": "^8.15.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-chai-friendly": "^0.7.2",
"eslint-plugin-prettier": "^4.0.0",
"prettier": "^2.6.2",
"shx": "^0.3.4",
"turbo": "^1.2.8",
"typescript": "^4.6.4"
"turbo": "^1.2.14",
"typescript": "^4.7.2"
}
}