chore: bump version (#1818)

This commit is contained in:
Himself65
2023-04-04 14:41:25 -05:00
committed by GitHub
parent 3e3386d24a
commit a24b747ee8
10 changed files with 517 additions and 810 deletions

View File

@@ -20,18 +20,18 @@
"@blocksuite/blocks": "0.5.0-20230404060355-e26ee252",
"@blocksuite/editor": "0.5.0-20230404060355-e26ee252",
"@blocksuite/global": "0.5.0-20230404060355-e26ee252",
"@blocksuite/icons": "2.1.2",
"@blocksuite/icons": "2.1.3",
"@blocksuite/store": "0.5.0-20230404060355-e26ee252",
"@emotion/cache": "^11.10.5",
"@emotion/react": "^11.10.6",
"@emotion/server": "^11.10.0",
"@emotion/styled": "^11.10.6",
"@mui/base": "5.0.0-alpha.123",
"@mui/icons-material": "^5.11.11",
"@mui/material": "^5.11.15",
"@mui/base": "5.0.0-alpha.124",
"@mui/icons-material": "^5.11.16",
"@mui/material": "^5.11.16",
"@toeverything/hooks": "workspace:*",
"clsx": "^1.2.1",
"lit": "^2.7.0",
"lit": "^2.7.1",
"react": "^18.2.0",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
@@ -52,7 +52,7 @@
"@storybook/react-vite": "^7.0.2",
"@storybook/test-runner": "^0.10.0",
"@storybook/testing-library": "^0.1.0",
"@types/react": "^18.0.31",
"@types/react": "=18.0.31",
"@types/react-dnd": "^3.0.2",
"@types/react-dom": "18.0.11",
"@vanilla-extract/css": "^1.11.0",
@@ -64,6 +64,6 @@
"storybook-dark-mode": "^3.0.0",
"typescript": "^5.0.3",
"vite": "^4.2.1",
"yjs": "^13.5.51"
"yjs": "^13.5.52"
}
}

View File

@@ -15,6 +15,6 @@
},
"dependencies": {
"@blocksuite/global": "0.5.0-20230404060355-e26ee252",
"lit": "^2.7.0"
"lit": "^2.7.1"
}
}

View File

@@ -27,7 +27,7 @@
},
"dependencies": {
"@affine/debug": "workspace:*",
"i18next": "^22.4.13",
"i18next": "^22.4.14",
"react": "^18.2.0",
"react-i18next": "^12.2.0"
},

View File

@@ -29,7 +29,7 @@
"react-dom": "^18.2.0",
"y-indexeddb": "^9.0.10",
"y-protocols": "^1.0.5",
"yjs": "^13.5.51",
"yjs": "^13.5.52",
"zod": "^3.21.4"
},
"devDependencies": {

View File

@@ -28,7 +28,7 @@
"@blocksuite/blocks": "0.5.0-20230404060355-e26ee252",
"@blocksuite/store": "0.5.0-20230404060355-e26ee252",
"vite": "^4.2.1",
"vite-plugin-dts": "^2.1.0"
"vite-plugin-dts": "^2.2.0"
},
"peerDependencies": {
"yjs": "^13.5.51"