mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-11-26 15:53:53 +03:00
chore: update blocksuite
to 0.0.0-20230514141009-705c0fac-nightly
(#2357)
This commit is contained in:
parent
f4bf7e3ddf
commit
7786456ba4
@ -49,7 +49,7 @@
|
||||
"electron-log": "^5.0.0-beta.23",
|
||||
"electron-squirrel-startup": "1.0.0",
|
||||
"electron-window-state": "^5.0.3",
|
||||
"esbuild": "^0.17.18",
|
||||
"esbuild": "^0.17.19",
|
||||
"fs-extra": "^11.1.1",
|
||||
"playwright": "^1.33.0",
|
||||
"ts-node": "^10.9.1",
|
||||
|
@ -37,7 +37,7 @@
|
||||
"@types/express": "^4.17.17",
|
||||
"@types/jsonwebtoken": "^9.0.2",
|
||||
"@types/lodash-es": "^4.17.7",
|
||||
"@types/node": "^18.16.7",
|
||||
"@types/node": "^18.16.9",
|
||||
"@types/supertest": "^2.0.12",
|
||||
"c8": "^7.13.0",
|
||||
"nodemon": "^2.0.22",
|
||||
|
@ -19,12 +19,12 @@
|
||||
"@affine/jotai": "workspace:*",
|
||||
"@affine/templates": "workspace:*",
|
||||
"@affine/workspace": "workspace:*",
|
||||
"@blocksuite/blocks": "0.0.0-20230512192655-e61e272b-nightly",
|
||||
"@blocksuite/editor": "0.0.0-20230512192655-e61e272b-nightly",
|
||||
"@blocksuite/global": "0.0.0-20230512192655-e61e272b-nightly",
|
||||
"@blocksuite/blocks": "0.0.0-20230514141009-705c0fac-nightly",
|
||||
"@blocksuite/editor": "0.0.0-20230514141009-705c0fac-nightly",
|
||||
"@blocksuite/global": "0.0.0-20230514141009-705c0fac-nightly",
|
||||
"@blocksuite/icons": "^2.1.16",
|
||||
"@blocksuite/lit": "0.0.0-20230512192655-e61e272b-nightly",
|
||||
"@blocksuite/store": "0.0.0-20230512070537-44e59e48-nightly",
|
||||
"@blocksuite/lit": "0.0.0-20230514141009-705c0fac-nightly",
|
||||
"@blocksuite/store": "0.0.0-20230514141009-705c0fac-nightly",
|
||||
"@dnd-kit/core": "^6.0.8",
|
||||
"@dnd-kit/sortable": "^7.0.2",
|
||||
"@emotion/cache": "^11.11.0",
|
||||
@ -67,9 +67,9 @@
|
||||
"@vanilla-extract/next-plugin": "^2.1.2",
|
||||
"dotenv": "^16.0.3",
|
||||
"eslint": "^8.40.0",
|
||||
"eslint-config-next": "^13.4.1",
|
||||
"eslint-config-next": "^13.4.2",
|
||||
"eslint-plugin-unicorn": "^47.0.0",
|
||||
"next": "^13.4.1",
|
||||
"next": "^13.4.2",
|
||||
"next-debug-local": "^0.1.5",
|
||||
"next-router-mock": "^0.9.3",
|
||||
"raw-loader": "^4.0.2",
|
||||
|
@ -54,7 +54,7 @@
|
||||
"@taplo/cli": "^0.5.2",
|
||||
"@testing-library/react": "^14.0.0",
|
||||
"@types/eslint": "^8.37.0",
|
||||
"@types/node": "^18.16.7",
|
||||
"@types/node": "^18.16.9",
|
||||
"@typescript-eslint/eslint-plugin": "^5.59.5",
|
||||
"@typescript-eslint/parser": "^5.59.5",
|
||||
"@vanilla-extract/vite-plugin": "^3.8.0",
|
||||
@ -72,7 +72,7 @@
|
||||
"eslint-plugin-unused-imports": "^2.0.0",
|
||||
"fake-indexeddb": "4.0.1",
|
||||
"got": "^12.6.0",
|
||||
"happy-dom": "^9.12.0",
|
||||
"happy-dom": "^9.18.3",
|
||||
"husky": "^8.0.3",
|
||||
"lint-staged": "^13.2.2",
|
||||
"msw": "^1.2.1",
|
||||
|
@ -50,23 +50,23 @@
|
||||
"rxjs": "^7.8.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@blocksuite/blocks": "0.0.0-20230512192655-e61e272b-nightly",
|
||||
"@blocksuite/editor": "0.0.0-20230512192655-e61e272b-nightly",
|
||||
"@blocksuite/global": "0.0.0-20230512192655-e61e272b-nightly",
|
||||
"@blocksuite/blocks": "0.0.0-20230514141009-705c0fac-nightly",
|
||||
"@blocksuite/editor": "0.0.0-20230514141009-705c0fac-nightly",
|
||||
"@blocksuite/global": "0.0.0-20230514141009-705c0fac-nightly",
|
||||
"@blocksuite/icons": "^2.1.16",
|
||||
"@blocksuite/lit": "0.0.0-20230512192655-e61e272b-nightly",
|
||||
"@blocksuite/store": "0.0.0-20230512070537-44e59e48-nightly",
|
||||
"@storybook/addon-actions": "^7.0.10",
|
||||
"@blocksuite/lit": "0.0.0-20230514141009-705c0fac-nightly",
|
||||
"@blocksuite/store": "0.0.0-20230514141009-705c0fac-nightly",
|
||||
"@storybook/addon-actions": "^7.0.11",
|
||||
"@storybook/addon-coverage": "^0.0.8",
|
||||
"@storybook/addon-essentials": "^7.0.10",
|
||||
"@storybook/addon-interactions": "^7.0.10",
|
||||
"@storybook/addon-links": "^7.0.10",
|
||||
"@storybook/addon-storysource": "^7.0.10",
|
||||
"@storybook/blocks": "^7.0.10",
|
||||
"@storybook/builder-vite": "^7.0.10",
|
||||
"@storybook/addon-essentials": "^7.0.11",
|
||||
"@storybook/addon-interactions": "^7.0.11",
|
||||
"@storybook/addon-links": "^7.0.11",
|
||||
"@storybook/addon-storysource": "^7.0.11",
|
||||
"@storybook/blocks": "^7.0.11",
|
||||
"@storybook/builder-vite": "^7.0.11",
|
||||
"@storybook/jest": "^0.1.0",
|
||||
"@storybook/react": "^7.0.10",
|
||||
"@storybook/react-vite": "^7.0.10",
|
||||
"@storybook/react": "^7.0.11",
|
||||
"@storybook/react-vite": "^7.0.11",
|
||||
"@storybook/test-runner": "^0.10.0",
|
||||
"@storybook/testing-library": "^0.1.0",
|
||||
"@types/react": "^18.2.6",
|
||||
@ -77,7 +77,7 @@
|
||||
"concurrently": "^8.0.1",
|
||||
"jest-mock": "^29.5.0",
|
||||
"serve": "^14.2.0",
|
||||
"storybook": "^7.0.10",
|
||||
"storybook": "^7.0.11",
|
||||
"storybook-dark-mode": "^3.0.0",
|
||||
"typescript": "^5.0.4",
|
||||
"vite": "^4.3.5",
|
||||
|
4
packages/env/package.json
vendored
4
packages/env/package.json
vendored
@ -4,8 +4,8 @@
|
||||
"main": "./src/index.ts",
|
||||
"module": "./src/index.ts",
|
||||
"devDependencies": {
|
||||
"@blocksuite/global": "0.0.0-20230512192655-e61e272b-nightly",
|
||||
"next": "^13.4.1",
|
||||
"@blocksuite/global": "0.0.0-20230514141009-705c0fac-nightly",
|
||||
"next": "^13.4.2",
|
||||
"react": "18.3.0-canary-16d053d59-20230506",
|
||||
"react-dom": "18.3.0-canary-16d053d59-20230506",
|
||||
"zod": "^3.21.4"
|
||||
|
@ -32,9 +32,9 @@
|
||||
"react-i18next": "^12.2.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^18.16.7",
|
||||
"@types/node": "^18.16.9",
|
||||
"@types/prettier": "^2.7.2",
|
||||
"next": "^13.4.1",
|
||||
"next": "^13.4.2",
|
||||
"prettier": "^2.8.8",
|
||||
"react-dom": "18.3.0-canary-16d053d59-20230506",
|
||||
"ts-node": "^10.9.1",
|
||||
|
@ -7,11 +7,11 @@
|
||||
"jotai": "^2.1.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@blocksuite/blocks": "0.0.0-20230512192655-e61e272b-nightly",
|
||||
"@blocksuite/editor": "0.0.0-20230512192655-e61e272b-nightly",
|
||||
"@blocksuite/global": "0.0.0-20230512192655-e61e272b-nightly",
|
||||
"@blocksuite/lit": "0.0.0-20230512192655-e61e272b-nightly",
|
||||
"@blocksuite/store": "0.0.0-20230512070537-44e59e48-nightly",
|
||||
"@blocksuite/blocks": "0.0.0-20230514141009-705c0fac-nightly",
|
||||
"@blocksuite/editor": "0.0.0-20230514141009-705c0fac-nightly",
|
||||
"@blocksuite/global": "0.0.0-20230514141009-705c0fac-nightly",
|
||||
"@blocksuite/lit": "0.0.0-20230514141009-705c0fac-nightly",
|
||||
"@blocksuite/store": "0.0.0-20230514141009-705c0fac-nightly",
|
||||
"lottie-web": "^5.11.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
|
@ -16,7 +16,7 @@
|
||||
"license": "MPL-2.0",
|
||||
"devDependencies": {
|
||||
"@napi-rs/cli": "^2.15.2",
|
||||
"@types/node": "^18.16.7",
|
||||
"@types/node": "^18.16.9",
|
||||
"@types/uuid": "^9.0.1",
|
||||
"cross-env": "^7.0.3",
|
||||
"rxjs": "^7.8.1",
|
||||
|
@ -24,7 +24,7 @@
|
||||
"@affine/env": "workspace:*",
|
||||
"@toeverything/hooks": "workspace:*",
|
||||
"@toeverything/y-indexeddb": "workspace:*",
|
||||
"firebase": "^9.21.0",
|
||||
"firebase": "^9.22.0",
|
||||
"jotai": "^2.1.0",
|
||||
"js-base64": "^3.7.5",
|
||||
"ky": "^0.33.3",
|
||||
@ -37,7 +37,7 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/ws": "^8.5.4",
|
||||
"next": "^13.4.1",
|
||||
"next": "^13.4.2",
|
||||
"ws": "^8.13.0"
|
||||
},
|
||||
"version": "0.6.0-canary.1"
|
||||
|
@ -28,8 +28,8 @@
|
||||
"idb": "^7.1.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@blocksuite/blocks": "0.0.0-20230512192655-e61e272b-nightly",
|
||||
"@blocksuite/store": "0.0.0-20230512070537-44e59e48-nightly",
|
||||
"@blocksuite/blocks": "0.0.0-20230514141009-705c0fac-nightly",
|
||||
"@blocksuite/store": "0.0.0-20230514141009-705c0fac-nightly",
|
||||
"vite": "^4.3.5",
|
||||
"vite-plugin-dts": "^2.3.0",
|
||||
"y-indexeddb": "^9.0.11"
|
||||
|
Loading…
Reference in New Issue
Block a user