mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-12 07:36:42 +08:00
1dae488863
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@blocksuite/icons](https://togithub.com/toeverything/icons) | [`2.1.39` -> `2.1.40`](https://renovatebot.com/diffs/npm/@blocksuite%2ficons/2.1.39/2.1.40) | [](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>toeverything/icons (@​blocksuite/icons)</summary> ### [`v2.1.40`](https://togithub.com/toeverything/icons/compare/e255947e4e5d8af5e7c147aece2f5623809d1f4d...2b42f403fb20260ae2bb2fd0ef864bd7c4c0c78a) [Compare Source](https://togithub.com/toeverything/icons/compare/e255947e4e5d8af5e7c147aece2f5623809d1f4d...2b42f403fb20260ae2bb2fd0ef864bd7c4c0c78a) </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 these updates 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMjEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEyMS4wIiwidGFyZ2V0QnJhbmNoIjoiY2FuYXJ5In0=-->
61 lines
2.0 KiB
JSON
61 lines
2.0 KiB
JSON
{
|
|
"name": "@affine/storybook",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "storybook dev -p 6006",
|
|
"build": "storybook build",
|
|
"test": "test-storybook"
|
|
},
|
|
"dependencies": {
|
|
"@affine/component": "workspace:*",
|
|
"@affine/i18n": "workspace:*",
|
|
"@storybook/addon-actions": "^7.5.3",
|
|
"@storybook/addon-essentials": "^7.5.3",
|
|
"@storybook/addon-interactions": "^7.5.3",
|
|
"@storybook/addon-links": "^7.5.3",
|
|
"@storybook/addon-storysource": "^7.5.3",
|
|
"@storybook/blocks": "^7.5.3",
|
|
"@storybook/builder-vite": "^7.5.3",
|
|
"@storybook/jest": "^0.2.3",
|
|
"@storybook/react": "^7.5.3",
|
|
"@storybook/react-vite": "^7.5.3",
|
|
"@storybook/test-runner": "^0.16.0",
|
|
"@storybook/testing-library": "^0.2.2",
|
|
"@vitejs/plugin-react": "^4.2.0",
|
|
"concurrently": "^8.2.2",
|
|
"jest-mock": "^29.7.0",
|
|
"nanoid": "^5.0.3",
|
|
"serve": "^14.2.1",
|
|
"storybook": "^7.5.3",
|
|
"storybook-dark-mode": "^3.0.1",
|
|
"wait-on": "^7.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@blocksuite/block-std": "0.11.0-nightly-202401020419-752a5b8",
|
|
"@blocksuite/blocks": "0.11.0-nightly-202401020419-752a5b8",
|
|
"@blocksuite/global": "0.11.0-nightly-202401020419-752a5b8",
|
|
"@blocksuite/icons": "2.1.40",
|
|
"@blocksuite/inline": "0.11.0-nightly-202401020419-752a5b8",
|
|
"@blocksuite/lit": "0.11.0-nightly-202401020419-752a5b8",
|
|
"@blocksuite/presets": "0.11.0-nightly-202401020419-752a5b8",
|
|
"@blocksuite/store": "0.11.0-nightly-202401020419-752a5b8",
|
|
"@dnd-kit/sortable": "^8.0.0",
|
|
"@tomfreudenberg/next-auth-mock": "^0.5.6",
|
|
"chromatic": "^10.0.0",
|
|
"foxact": "^0.2.26",
|
|
"jotai": "^2.5.1",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0",
|
|
"react-router-dom": "^6.19.0",
|
|
"storybook-addon-react-router-v6": "^2.0.10"
|
|
},
|
|
"peerDependencies": {
|
|
"@blocksuite/blocks": "*",
|
|
"@blocksuite/global": "*",
|
|
"@blocksuite/icons": "2.1.34",
|
|
"@blocksuite/presets": "*",
|
|
"@blocksuite/store": "*"
|
|
},
|
|
"version": "0.11.0"
|
|
}
|