chore: bump version (#3784)

This commit is contained in:
Alex Yang
2023-08-16 14:53:33 -05:00
committed by GitHub
parent 61ffc4220c
commit 61ba85e1f3
25 changed files with 2020 additions and 1520 deletions

View File

@@ -21,8 +21,8 @@
"@affine/component": "workspace:*",
"@affine/sdk": "workspace:*",
"@blocksuite/icons": "^2.1.31",
"foxact": "^0.2.17",
"link-preview-js": "^3.0.4"
"foxact": "^0.2.20",
"link-preview-js": "^3.0.5"
},
"devDependencies": {
"@affine/plugin-cli": "workspace:*"

View File

@@ -18,11 +18,11 @@
"@affine/sdk": "workspace:*",
"@toeverything/components": "^0.0.11",
"idb": "^7.1.1",
"langchain": "^0.0.126",
"marked": "^7.0.2",
"langchain": "^0.0.129",
"marked": "^7.0.3",
"marked-gfm-heading-id": "^3.0.6",
"marked-mangle": "^1.1.2",
"zod": "^3.21.4"
"zod": "^3.22.1"
},
"devDependencies": {
"@affine/plugin-cli": "workspace:*",

View File

@@ -20,7 +20,7 @@
"@toeverything/components": "^0.0.11",
"@toeverything/theme": "^0.7.12",
"clsx": "^2.0.0",
"foxact": "^0.2.17",
"foxact": "^0.2.20",
"react-error-boundary": "^4.0.11",
"swr": "2.2.1"
},

View File

@@ -17,12 +17,12 @@
"dependencies": {
"@affine/component": "workspace:*",
"@affine/sdk": "workspace:*",
"@blocksuite/icons": "^2.1.29",
"@toeverything/components": "^0.0.8"
"@blocksuite/icons": "^2.1.31",
"@toeverything/components": "^0.0.11"
},
"devDependencies": {
"@affine/plugin-cli": "workspace:*",
"jotai": "^2.2.2",
"jotai": "^2.3.1",
"react": "18.2.0",
"react-dom": "18.2.0"
}