chore: bump version (#1597)

This commit is contained in:
Himself65
2023-03-16 22:07:57 -04:00
committed by GitHub
parent 88f662e6f6
commit 953188e76b
10 changed files with 906 additions and 859 deletions

View File

@@ -15,19 +15,19 @@
"dependencies": {
"@affine/debug": "workspace:*",
"@affine/i18n": "workspace:*",
"@blocksuite/blocks": "0.5.0-20230313100532-099b92b",
"@blocksuite/editor": "0.5.0-20230313100532-099b92b",
"@blocksuite/global": "0.5.0-20230313100532-099b92b",
"@blocksuite/icons": "2.0.17",
"@blocksuite/react": "0.5.0-20230313100532-099b92b",
"@blocksuite/store": "0.5.0-20230313100532-099b92b",
"@blocksuite/blocks": "0.5.0-20230317014705-a881b9c",
"@blocksuite/editor": "0.5.0-20230317014705-a881b9c",
"@blocksuite/global": "0.5.0-20230317014705-a881b9c",
"@blocksuite/icons": "2.0.23",
"@blocksuite/react": "0.5.0-20230317014705-a881b9c",
"@blocksuite/store": "0.5.0-20230317014705-a881b9c",
"@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.119",
"@mui/base": "5.0.0-alpha.121",
"@mui/icons-material": "^5.11.11",
"@mui/material": "^5.11.11",
"@mui/material": "^5.11.13",
"lit": "^2.6.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
@@ -42,7 +42,7 @@
"@storybook/jest": "0.0.11-next.0",
"@storybook/react": "7.0.0-rc.1",
"@storybook/react-vite": "7.0.0-rc.1",
"@storybook/test-runner": "^0.10.0-next.10",
"@storybook/test-runner": "0.10.0-next.11",
"@storybook/testing-library": "0.0.14-next.1",
"@types/react": "^18.0.28",
"@types/react-dom": "18.0.11",
@@ -50,8 +50,8 @@
"jest-mock": "^28.1.3",
"storybook": "7.0.0-rc.1",
"storybook-dark-mode-v7": "3.0.0-alpha.0",
"typescript": "^4.9.5",
"vite": "^4.1.2",
"yjs": "^13.5.48"
"typescript": "^5.0.2",
"vite": "^4.2.0",
"yjs": "^13.5.50"
}
}

View File

@@ -10,22 +10,22 @@
},
"devDependencies": {
"fake-indexeddb": "4.0.1",
"typescript": "^4.9.5"
"typescript": "^5.0.2"
},
"dependencies": {
"@affine/debug": "workspace:*",
"@blocksuite/blocks": "0.5.0-20230313100532-099b92b",
"@blocksuite/store": "0.5.0-20230313100532-099b92b",
"@blocksuite/blocks": "0.5.0-20230317014705-a881b9c",
"@blocksuite/store": "0.5.0-20230317014705-a881b9c",
"@tauri-apps/api": "^1.2.0",
"encoding": "^0.1.13",
"firebase": "^9.17.1",
"firebase": "^9.18.0",
"idb-keyval": "^6.2.0",
"js-base64": "^3.7.5",
"ky": "^0.33.2",
"ky": "^0.33.3",
"ky-universal": "^0.11.0",
"lib0": "^0.2.63",
"lib0": "^0.2.68",
"lit": "^2.6.1",
"y-protocols": "^1.0.5",
"yjs": "^13.5.48"
"yjs": "^13.5.50"
}
}

View File

@@ -3,13 +3,13 @@
"private": true,
"main": "./src/index.ts",
"devDependencies": {
"next": "^13.2.3",
"next": "=13.2.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"zod": "^3.21.3"
},
"dependencies": {
"@blocksuite/global": "0.5.0-20230313100532-099b92b",
"@blocksuite/global": "0.5.0-20230317014705-a881b9c",
"lit": "^2.6.1"
}
}

View File

@@ -27,17 +27,17 @@
},
"dependencies": {
"@affine/debug": "workspace:*",
"i18next": "^22.4.10",
"i18next": "^22.4.11",
"react": "^18.2.0",
"react-i18next": "^12.2.0"
},
"devDependencies": {
"@types/node": "^18.14.4",
"@types/node": "^18.15.3",
"@types/prettier": "^2.7.2",
"next": "^13.2.3",
"next": "=13.2.2",
"prettier": "^2.8.4",
"react-dom": "^18.2.0",
"ts-node": "^10.9.1",
"typescript": "^4.9.5"
"typescript": "^5.0.2"
}
}