mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 12:28:42 +00:00
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [p-queue](https://togithub.com/sindresorhus/p-queue) | [`^7.4.1` -> `^8.0.0`](https://renovatebot.com/diffs/npm/p-queue/7.4.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>sindresorhus/p-queue (p-queue)</summary> ### [`v8.0.0`](https://togithub.com/sindresorhus/p-queue/releases/tag/v8.0.0) [Compare Source](https://togithub.com/sindresorhus/p-queue/compare/v7.4.1...v8.0.0) ##### Breaking - Require Node.js 18 [`68dfe95`](https://togithub.com/sindresorhus/p-queue/commit/68dfe95) - Removed the `AbortError` export. It now throws the built-in DOMException when using the `signal` option. [`68dfe95`](https://togithub.com/sindresorhus/p-queue/commit/68dfe95) - TypeScript: Rename `DefaultAddOptions` type to `QueueAddOptions` </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:eyJjcmVhdGVkSW5WZXIiOiIzNy44Ny4yIiwidXBkYXRlZEluVmVyIjoiMzcuODcuMiIsInRhcmdldEJyYW5jaCI6ImNhbmFyeSJ9-->
70 lines
1.8 KiB
JSON
70 lines
1.8 KiB
JSON
{
|
|
"name": "@toeverything/hooks",
|
|
"type": "module",
|
|
"exports": {
|
|
"./*": "./src/*"
|
|
},
|
|
"private": true,
|
|
"dependencies": {
|
|
"foxact": "^0.2.20",
|
|
"image-blob-reduce": "^4.1.0",
|
|
"jotai": "^2.5.1",
|
|
"jotai-effect": "^0.2.3",
|
|
"lodash.debounce": "^4.0.8",
|
|
"p-queue": "^8.0.0",
|
|
"react": "18.2.0",
|
|
"rxjs": "^7.8.1",
|
|
"swr": "2.2.4",
|
|
"uuid": "^9.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"@affine/debug": "workspace:*",
|
|
"@affine/env": "workspace:*",
|
|
"@blocksuite/block-std": "0.11.0-nightly-202312070955-2b5bb47",
|
|
"@blocksuite/blocks": "0.11.0-nightly-202312070955-2b5bb47",
|
|
"@blocksuite/global": "0.11.0-nightly-202312070955-2b5bb47",
|
|
"@blocksuite/lit": "0.11.0-nightly-202312070955-2b5bb47",
|
|
"@blocksuite/presets": "0.11.0-nightly-202312070955-2b5bb47",
|
|
"@blocksuite/store": "0.11.0-nightly-202312070955-2b5bb47",
|
|
"@testing-library/react": "^14.0.0",
|
|
"@toeverything/infra": "workspace:*",
|
|
"@types/image-blob-reduce": "^4.1.3",
|
|
"@types/lodash.debounce": "^4.0.7",
|
|
"fake-indexeddb": "^5.0.0",
|
|
"vitest": "0.34.6",
|
|
"y-provider": "workspace:*"
|
|
},
|
|
"peerDependencies": {
|
|
"@blocksuite/block-std": "*",
|
|
"@blocksuite/blocks": "*",
|
|
"@blocksuite/global": "*",
|
|
"@blocksuite/presets": "*",
|
|
"@blocksuite/store": "*",
|
|
"y-provider": "workspace:*"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@affine/env": {
|
|
"optional": true
|
|
},
|
|
"@blocksuite/block-std": {
|
|
"optional": true
|
|
},
|
|
"@blocksuite/blocks": {
|
|
"optional": true
|
|
},
|
|
"@blocksuite/global": {
|
|
"optional": true
|
|
},
|
|
"@blocksuite/presets": {
|
|
"optional": true
|
|
},
|
|
"@blocksuite/store": {
|
|
"optional": true
|
|
},
|
|
"y-provider": {
|
|
"optional": true
|
|
}
|
|
},
|
|
"version": "0.10.3-canary.2"
|
|
}
|