chore: bump deps

This commit is contained in:
DarkSky
2026-02-05 21:45:22 +08:00
parent 944fab36ac
commit 31f6f209e3
55 changed files with 295 additions and 202 deletions

View File

@@ -28,7 +28,7 @@
"@affine/env": "workspace:*",
"@affine/error": "workspace:*",
"graphql": "^16.9.0",
"lodash": "^4.17.21",
"lodash-es": "^4.17.21"
"lodash": "^4.17.23",
"lodash-es": "^4.17.23"
}
}

View File

@@ -25,7 +25,7 @@
"idb": "^8.0.0",
"jotai": "^2.10.3",
"jotai-effect": "^2.0.0",
"lodash-es": "^4.17.21",
"lodash-es": "^4.17.23",
"nanoid": "^5.1.6",
"react": "^19.2.1",
"yjs": "^13.6.27",

View File

@@ -23,7 +23,7 @@
"eventemitter2": "^6.4.9",
"graphemer": "^1.4.0",
"lib0": "^0.2.114",
"lodash-es": "^4.17.21",
"lodash-es": "^4.17.23",
"nanoid": "^5.1.6",
"rxjs": "^7.8.2",
"uuid": "^13.0.0",

View File

@@ -14,7 +14,7 @@
"bundle": "node esbuild.config.js"
},
"dependencies": {
"lodash-es": "^4.17.21",
"lodash-es": "^4.17.23",
"yjs": "^13.6.27"
},
"devDependencies": {