chore: bump version (#2858)

This commit is contained in:
Alex Yang
2023-06-26 17:58:24 +08:00
committed by GitHub
parent f18d07a4a2
commit bddcfe1b8b
15 changed files with 293 additions and 323 deletions

View File

@@ -40,7 +40,7 @@
"@vanilla-extract/dynamic": "^2.0.3",
"clsx": "^1.2.1",
"dayjs": "^1.11.8",
"jotai": "^2.2.0",
"jotai": "^2.2.1",
"lit": "^2.7.5",
"lottie-web": "^5.12.2",
"react": "18.3.0-canary-16d053d59-20230506",
@@ -64,7 +64,7 @@
"@vanilla-extract/css": "^1.11.1",
"typescript": "^5.1.3",
"vite": "^4.3.9",
"yjs": "^13.6.4"
"yjs": "^13.6.6"
},
"version": "0.7.0-canary.18"
}

View File

@@ -22,6 +22,6 @@
"postinstall": "gql-gen"
},
"dependencies": {
"graphql": "^16.6.0"
"graphql": "^16.7.1"
}
}

View File

@@ -26,7 +26,7 @@
},
"dependencies": {
"@affine/debug": "workspace:*",
"i18next": "^23.0.2",
"i18next": "^23.2.3",
"react-i18next": "^13.0.0"
},
"devDependencies": {

View File

@@ -26,7 +26,7 @@
},
"devDependencies": {
"vite": "^4.3.9",
"vite-plugin-dts": "^2.3.0"
"vite-plugin-dts": "2.3.0"
},
"version": "0.7.0-canary.18"
}

View File

@@ -3,7 +3,7 @@
"private": true,
"main": "./src/index.ts",
"dependencies": {
"jotai": "^2.2.0"
"jotai": "^2.2.1"
},
"devDependencies": {
"@blocksuite/blocks": "0.0.0-20230624163241-751f7170-nightly",

View File

@@ -26,12 +26,12 @@
"@blocksuite/global": "0.0.0-20230624163241-751f7170-nightly",
"@blocksuite/lit": "0.0.0-20230624163241-751f7170-nightly",
"@blocksuite/store": "0.0.0-20230624163241-751f7170-nightly",
"jotai": "^2.2.0"
"jotai": "^2.2.1"
},
"devDependencies": {
"jotai": "^2.2.0",
"jotai": "^2.2.1",
"vite": "^4.3.9",
"vite-plugin-dts": "^2.3.0"
"vite-plugin-dts": "2.3.0"
},
"peerDependencies": {
"@blocksuite/blocks": "*",

View File

@@ -26,15 +26,15 @@
"@toeverything/plugin-infra": "workspace:*",
"@toeverything/y-indexeddb": "workspace:*",
"async-call-rpc": "^6.3.1",
"firebase": "^9.22.2",
"jotai": "^2.2.0",
"firebase": "^9.23.0",
"jotai": "^2.2.1",
"js-base64": "^3.7.5",
"ky": "^0.33.3",
"lib0": "^0.2.78",
"react": "18.3.0-canary-16d053d59-20230506",
"react-dom": "18.3.0-canary-16d053d59-20230506",
"y-protocols": "^1.0.5",
"yjs": "^13.6.4",
"yjs": "^13.6.6",
"zod": "^3.21.4"
},
"devDependencies": {

View File

@@ -39,7 +39,7 @@
"@blocksuite/blocks": "0.0.0-20230624163241-751f7170-nightly",
"@blocksuite/store": "0.0.0-20230624163241-751f7170-nightly",
"vite": "^4.3.9",
"vite-plugin-dts": "^2.3.0",
"vite-plugin-dts": "2.3.0",
"y-indexeddb": "^9.0.11"
},
"peerDependencies": {