mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 20:38:52 +00:00
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [idb](https://togithub.com/jakearchibald/idb) | [`^7.1.1` -> `^8.0.0`](https://renovatebot.com/diffs/npm/idb/7.1.1/8.0.0) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>jakearchibald/idb (idb)</summary> ### [`v8.0.0`](https://togithub.com/jakearchibald/idb/compare/v7.1.1...v8.0.0) [Compare Source](https://togithub.com/jakearchibald/idb/compare/v7.1.1...v8.0.0) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/toeverything/AFFiNE). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy44MS4zIiwidXBkYXRlZEluVmVyIjoiMzcuODEuMyIsInRhcmdldEJyYW5jaCI6ImNhbmFyeSJ9-->
42 lines
909 B
JSON
42 lines
909 B
JSON
{
|
|
"name": "@affine/copilot-plugin",
|
|
"type": "module",
|
|
"private": true,
|
|
"description": "Copilot plugin",
|
|
"affinePlugin": {
|
|
"release": false,
|
|
"entry": {
|
|
"core": "./src/index.ts"
|
|
}
|
|
},
|
|
"scripts": {
|
|
"dev": "af dev",
|
|
"build": "af build"
|
|
},
|
|
"dependencies": {
|
|
"@affine/component": "workspace:*",
|
|
"@affine/sdk": "workspace:*",
|
|
"@blocksuite/icons": "2.1.36",
|
|
"@vanilla-extract/css": "^1.13.0",
|
|
"clsx": "^2.0.0",
|
|
"idb": "^8.0.0",
|
|
"langchain": "^0.0.166",
|
|
"marked": "^9.1.2",
|
|
"marked-gfm-heading-id": "^3.1.0",
|
|
"marked-mangle": "^1.1.4",
|
|
"zod": "^3.22.4"
|
|
},
|
|
"devDependencies": {
|
|
"@affine/plugin-cli": "workspace:*",
|
|
"@types/marked": "^6.0.0",
|
|
"jotai": "^2.5.1",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "*",
|
|
"react-dom": "*"
|
|
},
|
|
"version": "0.10.3-canary.2"
|
|
}
|