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

@@ -26,9 +26,9 @@
"@emotion/react": "^11.11.1",
"@emotion/server": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@mui/base": "5.0.0-beta.10",
"@mui/base": "5.0.0-beta.11",
"@mui/icons-material": "^5.14.3",
"@mui/material": "^5.14.4",
"@mui/material": "^5.14.5",
"@popperjs/core": "^2.11.8",
"@radix-ui/react-avatar": "^1.0.3",
"@radix-ui/react-collapsible": "^1.0.3",

View File

@@ -8,7 +8,7 @@
"@blocksuite/global": "0.0.0-20230816084758-3be96d22-nightly",
"react": "18.2.0",
"react-dom": "18.2.0",
"zod": "^3.21.4"
"zod": "^3.22.1"
},
"exports": {
"./automation": "./src/automation.ts",

View File

@@ -16,12 +16,12 @@
"@graphql-codegen/typescript-operations": "^4.0.1",
"@types/lodash-es": "^4.17.8",
"lodash-es": "^4.17.21",
"prettier": "^3.0.1"
"prettier": "^3.0.2"
},
"scripts": {
"postinstall": "gql-gen"
},
"dependencies": {
"graphql": "^16.7.1"
"graphql": "^16.8.0"
}
}

View File

@@ -6,7 +6,7 @@
},
"private": true,
"dependencies": {
"foxact": "^0.2.17"
"foxact": "^0.2.20"
},
"devDependencies": {
"@affine/env": "workspace:*",

View File

@@ -31,9 +31,9 @@
"react-i18next": "^13.1.2"
},
"devDependencies": {
"@types/node": "^18.17.4",
"@types/node": "^18.17.5",
"@types/prettier": "^3.0.0",
"prettier": "^3.0.1",
"prettier": "^3.0.2",
"ts-node": "^10.9.1",
"typescript": "^5.1.6"
},

View File

@@ -54,7 +54,7 @@
"@blocksuite/global": "0.0.0-20230816084758-3be96d22-nightly",
"@blocksuite/store": "0.0.0-20230816084758-3be96d22-nightly",
"jotai": "^2.3.1",
"zod": "^3.21.4"
"zod": "^3.22.1"
},
"devDependencies": {
"@blocksuite/editor": "0.0.0-20230816084758-3be96d22-nightly",
@@ -63,7 +63,7 @@
"electron": "link:../../apps/electron/node_modules/electron",
"react": "^18.2.0",
"vite": "^4.4.9",
"vite-plugin-dts": "3.5.1"
"vite-plugin-dts": "3.5.2"
},
"peerDependencies": {
"@affine/templates": "*",

View File

@@ -19,7 +19,7 @@
"license": "MPL-2.0",
"devDependencies": {
"@napi-rs/cli": "^2.16.2",
"@types/node": "^18.17.4",
"@types/node": "^18.17.5",
"@types/uuid": "^9.0.2",
"cross-env": "^7.0.3",
"rxjs": "^7.8.1",

View File

@@ -11,7 +11,7 @@
],
"dependencies": {
"@endo/static-module-record": "^0.8.1",
"@swc/core": "^1.3.76",
"@swc/core": "^1.3.77",
"@toeverything/infra": "workspace:^",
"@vanilla-extract/rollup-plugin": "^1.2.2",
"@vitejs/plugin-vue": "^4.2.3",

View File

@@ -26,10 +26,10 @@
"@blocksuite/global": "0.0.0-20230816084758-3be96d22-nightly",
"@blocksuite/store": "0.0.0-20230816084758-3be96d22-nightly",
"jotai": "^2.3.1",
"zod": "^3.21.4"
"zod": "^3.22.1"
},
"devDependencies": {
"vite": "^4.4.9",
"vite-plugin-dts": "3.5.1"
"vite-plugin-dts": "3.5.2"
}
}

View File

@@ -37,7 +37,7 @@
},
"devDependencies": {
"@napi-rs/cli": "^3.0.0-alpha.5",
"lib0": "^0.2.80",
"lib0": "^0.2.82",
"yjs": "^13.6.7"
}
}

View File

@@ -6,6 +6,6 @@
"dev": "wrangler dev"
},
"devDependencies": {
"wrangler": "^3.5.0"
"wrangler": "^3.5.1"
}
}

View File

@@ -23,12 +23,12 @@
"jotai": "^2.3.1",
"js-base64": "^3.7.5",
"ky": "^0.33.3",
"lib0": "^0.2.80",
"lib0": "^0.2.82",
"react": "18.2.0",
"react-dom": "18.2.0",
"y-protocols": "^1.0.5",
"yjs": "^13.6.7",
"zod": "^3.21.4"
"zod": "^3.22.1"
},
"devDependencies": {
"@types/ws": "^8.5.5",

View File

@@ -40,7 +40,7 @@
"@blocksuite/blocks": "0.0.0-20230816084758-3be96d22-nightly",
"@blocksuite/store": "0.0.0-20230816084758-3be96d22-nightly",
"vite": "^4.4.9",
"vite-plugin-dts": "3.5.1",
"vite-plugin-dts": "3.5.2",
"y-indexeddb": "^9.0.11"
},
"peerDependencies": {