mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 04:18:54 +00:00
chore: bump version (#1873)
This commit is contained in:
@@ -47,11 +47,11 @@
|
||||
"react-is": "^18.2.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@blocksuite/blocks": "0.0.0-20230409084303-221991d4-nightly",
|
||||
"@blocksuite/editor": "0.0.0-20230409084303-221991d4-nightly",
|
||||
"@blocksuite/global": "0.0.0-20230409084303-221991d4-nightly",
|
||||
"@blocksuite/icons": "2.1.7",
|
||||
"@blocksuite/store": "0.0.0-20230409084303-221991d4-nightly",
|
||||
"@blocksuite/blocks": "0.0.0-20230411141436-ec6b051d-nightly",
|
||||
"@blocksuite/editor": "0.0.0-20230411141436-ec6b051d-nightly",
|
||||
"@blocksuite/global": "0.0.0-20230411141436-ec6b051d-nightly",
|
||||
"@blocksuite/icons": "2.1.8",
|
||||
"@blocksuite/store": "0.0.0-20230411141436-ec6b051d-nightly",
|
||||
"@storybook/addon-actions": "^7.0.2",
|
||||
"@storybook/addon-coverage": "^0.0.8",
|
||||
"@storybook/addon-essentials": "^7.0.2",
|
||||
|
||||
2
packages/env/package.json
vendored
2
packages/env/package.json
vendored
@@ -4,7 +4,7 @@
|
||||
"main": "./src/index.ts",
|
||||
"module": "./src/index.ts",
|
||||
"devDependencies": {
|
||||
"@blocksuite/global": "0.0.0-20230409084303-221991d4-nightly",
|
||||
"@blocksuite/global": "0.0.0-20230411141436-ec6b051d-nightly",
|
||||
"next": "=13.2.3",
|
||||
"react": "^18.2.0",
|
||||
"react-dom": "^18.2.0",
|
||||
|
||||
@@ -468,6 +468,7 @@ describe('api', () => {
|
||||
},
|
||||
{
|
||||
timeout: 30000,
|
||||
retry: 3,
|
||||
}
|
||||
);
|
||||
});
|
||||
|
||||
@@ -25,8 +25,8 @@
|
||||
"idb": "^7.1.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@blocksuite/blocks": "0.0.0-20230409084303-221991d4-nightly",
|
||||
"@blocksuite/store": "0.0.0-20230409084303-221991d4-nightly",
|
||||
"@blocksuite/blocks": "0.0.0-20230411141436-ec6b051d-nightly",
|
||||
"@blocksuite/store": "0.0.0-20230411141436-ec6b051d-nightly",
|
||||
"vite": "^4.2.1",
|
||||
"vite-plugin-dts": "^2.2.0"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user