chore: refresh dependencies by yarn upgrade-interactive (#9139)

This commit is contained in:
Brooooooklyn
2024-12-13 08:08:06 +00:00
parent 133f21b9ca
commit 055abf6040
35 changed files with 1904 additions and 1003 deletions

View File

@@ -3,7 +3,7 @@
"private": true,
"main": "./src/index.ts",
"dependencies": {
"debug": "^4.3.4"
"debug": "^4.4.0"
},
"devDependencies": {
"@types/debug": "^4.1.12",

View File

@@ -19,7 +19,7 @@
"@affine/templates": "workspace:*"
},
"dependencies": {
"zod": "^3.22.4"
"zod": "^3.24.1"
},
"version": "0.18.0"
}

View File

@@ -18,25 +18,25 @@
"@blocksuite/affine": "0.19.0",
"@datastructures-js/binary-search-tree": "^5.3.2",
"eventemitter2": "^6.4.9",
"foxact": "^0.2.33",
"foxact": "^0.2.43",
"fractional-indexing": "^3.2.0",
"fuse.js": "^7.0.0",
"graphemer": "^1.4.0",
"idb": "^8.0.0",
"jotai": "^2.8.0",
"jotai-effect": "^1.0.0",
"jotai": "^2.10.3",
"jotai-effect": "^1.0.5",
"lodash-es": "^4.17.21",
"nanoid": "^5.0.7",
"nanoid": "^5.0.9",
"react": "19.0.0",
"yjs": "patch:yjs@npm%3A13.6.18#~/.yarn/patches/yjs-npm-13.6.18-ad0d5f7c43.patch",
"zod": "^3.22.4"
"zod": "^3.24.1"
},
"devDependencies": {
"@affine-test/fixtures": "workspace:*",
"@affine/templates": "workspace:*",
"@emotion/react": "^11.14.0",
"@swc/core": "^1.0.0",
"@testing-library/dom": "^10.0.0",
"@swc/core": "^1.10.1",
"@testing-library/dom": "^10.4.0",
"@testing-library/react": "^16.1.0",
"@types/react": "^19.0.1",
"fake-indexeddb": "^6.0.0",

View File

@@ -18,7 +18,7 @@
"@toeverything/infra": "workspace:*",
"eventemitter2": "^6.4.9",
"lodash-es": "^4.17.21",
"nanoid": "^5.0.7",
"nanoid": "^5.0.9",
"rxjs": "^7.8.1",
"yjs": "patch:yjs@npm%3A13.6.18#~/.yarn/patches/yjs-npm-13.6.18-ad0d5f7c43.patch"
},
@@ -27,7 +27,7 @@
"@affine/graphql": "workspace:*",
"fake-indexeddb": "^6.0.0",
"idb": "^8.0.0",
"socket.io-client": "^4.7.5",
"socket.io-client": "^4.8.1",
"vitest": "2.1.8"
},
"peerDependencies": {