fix(core): remove crypto randomuuid api (#10268)

This commit is contained in:
EYHN
2025-02-19 07:32:01 +00:00
parent e5315087cb
commit 60a9572c88
5 changed files with 9 additions and 3 deletions
@@ -22,7 +22,8 @@
"next-themes": "^0.4.4",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-router-dom": "^6.28.0"
"react-router-dom": "^6.28.0",
"uuid": "^11.0.3"
},
"devDependencies": {
"@affine-tools/utils": "workspace:*",