chore: bump version (#3784)

This commit is contained in:
Alex Yang
2023-08-16 14:53:33 -05:00
committed by GitHub
parent 61ffc4220c
commit 61ba85e1f3
25 changed files with 2020 additions and 1520 deletions

View File

@@ -9,16 +9,16 @@
"dependencies": {
"@affine/component": "workspace:*",
"@affine/i18n": "workspace:*",
"@storybook/addon-actions": "^7.2.3",
"@storybook/addon-essentials": "^7.2.3",
"@storybook/addon-interactions": "^7.2.3",
"@storybook/addon-links": "^7.2.3",
"@storybook/addon-storysource": "^7.2.3",
"@storybook/blocks": "^7.2.3",
"@storybook/builder-vite": "^7.2.3",
"@storybook/addon-actions": "^7.3.1",
"@storybook/addon-essentials": "^7.3.1",
"@storybook/addon-interactions": "^7.3.1",
"@storybook/addon-links": "^7.3.1",
"@storybook/addon-storysource": "^7.3.1",
"@storybook/blocks": "^7.3.1",
"@storybook/builder-vite": "^7.3.1",
"@storybook/jest": "^0.1.0",
"@storybook/react": "^7.2.3",
"@storybook/react-vite": "^7.2.3",
"@storybook/react": "^7.3.1",
"@storybook/react-vite": "^7.3.1",
"@storybook/test-runner": "^0.13.0",
"@storybook/testing-library": "^0.2.0",
"@vitejs/plugin-react": "^4.0.4",
@@ -26,7 +26,7 @@
"jest-mock": "^29.6.2",
"serve": "^14.2.0",
"ses": "^0.18.7",
"storybook": "^7.2.3",
"storybook": "^7.3.1",
"storybook-dark-mode": "^3.0.1",
"wait-on": "^7.0.1"
},