mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-24 03:01:32 +03:00
7b6430ebc3
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@blocksuite/icons](https://togithub.com/toeverything/icons) | [`2.1.36` -> `2.1.39`](https://renovatebot.com/diffs/npm/@blocksuite%2ficons/2.1.36/2.1.39) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@blocksuite%2ficons/2.1.39?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@blocksuite%2ficons/2.1.39?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@blocksuite%2ficons/2.1.36/2.1.39?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@blocksuite%2ficons/2.1.36/2.1.39?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>toeverything/icons (@​blocksuite/icons)</summary> ### [`v2.1.39`](83cf4ea106...e255947e4e
) [Compare Source](83cf4ea106...e255947e4e
) ### [`v2.1.38`](1c26e8f533...83cf4ea106
) [Compare Source](1c26e8f533...83cf4ea106
) ### [`v2.1.37`](310adb0b9f...1c26e8f533
) [Compare Source](310adb0b9f...1c26e8f533
) </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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDMuMSIsInVwZGF0ZWRJblZlciI6IjM3LjEwMy4xIiwidGFyZ2V0QnJhbmNoIjoiY2FuYXJ5In0=-->
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.15.2",
|
|
"@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.39",
|
|
"@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"
|
|
}
|