fix: update dependencies to latest

This commit is contained in:
2023-12-26 21:11:07 +01:00
parent f99e2bbe4d
commit 9c87395d82
7 changed files with 503 additions and 704 deletions

View File

@@ -3,6 +3,6 @@
"prettier.configPath": ".prettierrc.json",
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll": true
"source.fixAll": "explicit"
}
}