chore: update dependencies

# What's changed?

* add `jsx: "preserve"` to tsconfig (necessary in new vue-tsc version)
This commit is contained in:
bcakmakoglu
2022-06-07 22:14:56 +02:00
committed by Braks
parent b3a1726449
commit 3dd3c37fc2
7 changed files with 865 additions and 829 deletions

View File

@@ -13,14 +13,14 @@
"typedocs": "turbo run typedoc"
},
"devDependencies": {
"@antfu/eslint-config": "^0.24.2",
"eslint": "^8.15.0",
"@antfu/eslint-config": "^0.24.3",
"eslint": "^8.17.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.14",
"typescript": "^4.7.2"
"turbo": "^1.2.16",
"typescript": "^4.7.3"
}
}