Skip to content

Commit cb0db2f

Browse files
committed
chore: update deps
Signed-off-by: Vladislav Polyakov <polrk@ydb.tech>
1 parent f87edef commit cb0db2f

File tree

14 files changed

+1008
-858
lines changed

14 files changed

+1008
-858
lines changed

.changeset/crazy-bikes-act.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
'@ydbjs/debug': patch
3+
'@ydbjs/error': patch
4+
'@ydbjs/query': patch
5+
'@ydbjs/retry': patch
6+
'@ydbjs/topic': patch
7+
'@ydbjs/value': patch
8+
'@ydbjs/auth': patch
9+
'@ydbjs/core': patch
10+
'@ydbjs/api': patch
11+
---
12+
13+
Update dependencies

.vscode/settings.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,19 @@
11
{
22
"files.exclude": {
3-
"**/.DS_Store": true,
43
"**/.git": true,
5-
"**/.hg": true,
64
"**/.svn": true,
5+
"**/.hg": true,
6+
"**/.DS_Store": true,
7+
"**/Thumbs.db": true,
78
"**/.turbo": true,
89
"**/node_modules": true,
9-
"**/Thumbs.db": true,
1010
"**/vitest/dist": true
1111
},
1212
"search.exclude": {
1313
"**/vitest/dist": true
1414
},
1515
"vitest.rootConfig": "./vitest.config.ts",
1616
"vitest.workspaceConfig": "./vitest.config.ts",
17-
"github.copilot.chat.codeGeneration.useInstructionFiles": true
17+
"github.copilot.chat.codeGeneration.useInstructionFiles": true,
18+
"explorerExclude.backup": {}
1819
}

0 commit comments

Comments
 (0)