Обновлены зависимости

This commit is contained in:
Valentin Silyutin
2025-11-12 20:15:49 +04:00
parent 19990b507e
commit 4e863ab1c1
15 changed files with 1078 additions and 957 deletions

6
.vscode/extensions.json vendored Normal file
View File

@@ -0,0 +1,6 @@
{
"recommendations": [
"arcanis.vscode-zipfs",
"esbenp.prettier-vscode"
]
}

7
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,7 @@
{
"search.exclude": {
"**/.yarn": true,
"**/.pnp.*": true
},
"prettier.prettierPath": ".yarn/sdks/prettier/index.cjs"
}