mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-25 06:18:45 +08:00
refactor(core): migrate ai preset to AFFiNE (#7219)
## TL;DR Move `@blocksuite/presets/ai` to AFFiNE. After this PR is merged, you can use AI features from `@affine/core/blocksuite/presets/ai`.
This commit is contained in:
@@ -394,10 +394,12 @@ __metadata:
|
||||
"@dnd-kit/modifiers": "npm:^7.0.0"
|
||||
"@dnd-kit/sortable": "npm:^8.0.0"
|
||||
"@dnd-kit/utilities": "npm:^3.2.2"
|
||||
"@dotlottie/player-component": "npm:^2.7.12"
|
||||
"@emotion/cache": "npm:^11.11.0"
|
||||
"@emotion/react": "npm:^11.11.4"
|
||||
"@emotion/server": "npm:^11.11.0"
|
||||
"@emotion/styled": "npm:^11.11.5"
|
||||
"@floating-ui/dom": "npm:^1.6.5"
|
||||
"@juggle/resize-observer": "npm:^3.4.0"
|
||||
"@marsidev/react-turnstile": "npm:^0.7.0"
|
||||
"@perfsee/webpack": "npm:^1.12.2"
|
||||
@@ -444,7 +446,7 @@ __metadata:
|
||||
jotai-devtools: "npm:^0.10.0"
|
||||
jotai-effect: "npm:^1.0.0"
|
||||
jotai-scope: "npm:^0.6.0"
|
||||
lit: "npm:^3.1.2"
|
||||
lit: "npm:^3.1.3"
|
||||
lodash-es: "npm:^4.17.21"
|
||||
lottie-react: "npm:^2.4.0"
|
||||
lottie-web: "npm:^5.12.2"
|
||||
@@ -672,6 +674,7 @@ __metadata:
|
||||
string-width: "npm:^7.1.0"
|
||||
ts-node: "npm:^10.9.2"
|
||||
typescript: "npm:^5.4.5"
|
||||
unplugin-swc: "npm:^1.4.5"
|
||||
vite: "npm:^5.2.8"
|
||||
vite-plugin-istanbul: "npm:^6.0.0"
|
||||
vite-plugin-static-copy: "npm:^1.0.2"
|
||||
@@ -27508,6 +27511,13 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"load-tsconfig@npm:^0.2.5":
|
||||
version: 0.2.5
|
||||
resolution: "load-tsconfig@npm:0.2.5"
|
||||
checksum: 10/b3176f6f0c86dbdbbc7e337440a803b0b4407c55e2e1cfc53bd3db68e0211448f36428a6075ecf5e286db5d1bf791da756fc0ac4d2447717140fb6a5218ecfb4
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"loader-runner@npm:^4.1.0, loader-runner@npm:^4.2.0":
|
||||
version: 4.3.0
|
||||
resolution: "loader-runner@npm:4.3.0"
|
||||
@@ -37043,6 +37053,19 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"unplugin-swc@npm:^1.4.5":
|
||||
version: 1.4.5
|
||||
resolution: "unplugin-swc@npm:1.4.5"
|
||||
dependencies:
|
||||
"@rollup/pluginutils": "npm:^5.1.0"
|
||||
load-tsconfig: "npm:^0.2.5"
|
||||
unplugin: "npm:^1.10.1"
|
||||
peerDependencies:
|
||||
"@swc/core": ^1.2.108
|
||||
checksum: 10/93ea6ef83f131730a156d41d7180741b18203a3c815200040b77a4395d13f591206a23a01001e561e445846e5f361b8bffd50c78962f9349d10f24fa4905fe13
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"unplugin@npm:1.0.1":
|
||||
version: 1.0.1
|
||||
resolution: "unplugin@npm:1.0.1"
|
||||
@@ -37055,7 +37078,7 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"unplugin@npm:^1.3.1":
|
||||
"unplugin@npm:^1.10.1, unplugin@npm:^1.3.1":
|
||||
version: 1.10.1
|
||||
resolution: "unplugin@npm:1.10.1"
|
||||
dependencies:
|
||||
|
||||
Reference in New Issue
Block a user