chore: bump version (#2799)

This commit is contained in:
Alex Yang
2023-06-17 13:52:07 +08:00
committed by GitHub
parent 4d44542ca6
commit deeafb3a12
8 changed files with 668 additions and 671 deletions
+1 -1
View File
@@ -64,7 +64,7 @@
"@vanilla-extract/css": "^1.11.1",
"typescript": "^5.1.3",
"vite": "^4.3.9",
"yjs": "^13.6.2"
"yjs": "^13.6.4"
},
"version": "0.7.0-canary.18"
}
+2 -2
View File
@@ -26,8 +26,8 @@
},
"dependencies": {
"@affine/debug": "workspace:*",
"i18next": "^22.5.1",
"react-i18next": "^12.3.1"
"i18next": "^23.0.2",
"react-i18next": "^13.0.0"
},
"devDependencies": {
"@types/node": "^18.16.18",
+10 -10
View File
@@ -9,23 +9,23 @@
"dependencies": {
"@affine/component": "workspace:*",
"@affine/i18n": "workspace:*",
"@storybook/addon-actions": "^7.0.20",
"@storybook/addon-essentials": "^7.0.20",
"@storybook/addon-interactions": "^7.0.20",
"@storybook/addon-links": "^7.0.20",
"@storybook/addon-storysource": "^7.0.20",
"@storybook/blocks": "^7.0.20",
"@storybook/builder-vite": "^7.0.20",
"@storybook/addon-actions": "^7.0.21",
"@storybook/addon-essentials": "^7.0.21",
"@storybook/addon-interactions": "^7.0.21",
"@storybook/addon-links": "^7.0.21",
"@storybook/addon-storysource": "^7.0.21",
"@storybook/blocks": "^7.0.21",
"@storybook/builder-vite": "^7.0.21",
"@storybook/jest": "^0.1.0",
"@storybook/react": "^7.0.20",
"@storybook/react-vite": "^7.0.20",
"@storybook/react": "^7.0.21",
"@storybook/react-vite": "^7.0.21",
"@storybook/test-runner": "^0.10.0",
"@storybook/testing-library": "^0.1.0",
"@vitejs/plugin-react": "^4.0.0",
"concurrently": "^8.2.0",
"jest-mock": "^29.5.0",
"serve": "^14.2.0",
"storybook": "^7.0.20",
"storybook": "^7.0.21",
"storybook-dark-mode": "^3.0.0",
"wait-on": "^7.0.1"
},
+1 -1
View File
@@ -32,7 +32,7 @@
"react": "18.3.0-canary-16d053d59-20230506",
"react-dom": "18.3.0-canary-16d053d59-20230506",
"y-protocols": "^1.0.5",
"yjs": "^13.6.2",
"yjs": "^13.6.4",
"zod": "^3.21.4"
},
"devDependencies": {