mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-25 18:26:05 +08:00
chore: bump version (#1681)
This commit is contained in:
@@ -14,10 +14,10 @@
|
|||||||
"build:app": "tauri build"
|
"build:app": "tauri build"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@blocksuite/blocks": "0.5.0-20230323085636-3110abb",
|
"@blocksuite/blocks": "0.5.0-20230324040005-14417c2",
|
||||||
"@blocksuite/editor": "0.5.0-20230323085636-3110abb",
|
"@blocksuite/editor": "0.5.0-20230324040005-14417c2",
|
||||||
"@blocksuite/icons": "2.0.23",
|
"@blocksuite/icons": "2.0.23",
|
||||||
"@blocksuite/store": "0.5.0-20230323085636-3110abb",
|
"@blocksuite/store": "0.5.0-20230324040005-14417c2",
|
||||||
"@emotion/react": "^11.10.6",
|
"@emotion/react": "^11.10.6",
|
||||||
"@emotion/styled": "^11.10.6",
|
"@emotion/styled": "^11.10.6",
|
||||||
"@tauri-apps/api": "^1.2.0",
|
"@tauri-apps/api": "^1.2.0",
|
||||||
|
|||||||
@@ -16,10 +16,10 @@
|
|||||||
"@affine/i18n": "workspace:*",
|
"@affine/i18n": "workspace:*",
|
||||||
"@affine/templates": "workspace:*",
|
"@affine/templates": "workspace:*",
|
||||||
"@affine/workspace": "workspace:*",
|
"@affine/workspace": "workspace:*",
|
||||||
"@blocksuite/blocks": "0.5.0-20230323085636-3110abb",
|
"@blocksuite/blocks": "0.5.0-20230324040005-14417c2",
|
||||||
"@blocksuite/editor": "0.5.0-20230323085636-3110abb",
|
"@blocksuite/editor": "0.5.0-20230324040005-14417c2",
|
||||||
"@blocksuite/icons": "2.0.23",
|
"@blocksuite/icons": "2.0.23",
|
||||||
"@blocksuite/store": "0.5.0-20230323085636-3110abb",
|
"@blocksuite/store": "0.5.0-20230324040005-14417c2",
|
||||||
"@emotion/cache": "^11.10.5",
|
"@emotion/cache": "^11.10.5",
|
||||||
"@emotion/react": "^11.10.6",
|
"@emotion/react": "^11.10.6",
|
||||||
"@emotion/server": "^11.10.0",
|
"@emotion/server": "^11.10.0",
|
||||||
|
|||||||
@@ -15,11 +15,11 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@affine/debug": "workspace:*",
|
"@affine/debug": "workspace:*",
|
||||||
"@affine/i18n": "workspace:*",
|
"@affine/i18n": "workspace:*",
|
||||||
"@blocksuite/blocks": "0.5.0-20230323085636-3110abb",
|
"@blocksuite/blocks": "0.5.0-20230324040005-14417c2",
|
||||||
"@blocksuite/editor": "0.5.0-20230323085636-3110abb",
|
"@blocksuite/editor": "0.5.0-20230324040005-14417c2",
|
||||||
"@blocksuite/global": "0.5.0-20230323085636-3110abb",
|
"@blocksuite/global": "0.5.0-20230324040005-14417c2",
|
||||||
"@blocksuite/icons": "2.0.23",
|
"@blocksuite/icons": "2.0.23",
|
||||||
"@blocksuite/store": "0.5.0-20230323085636-3110abb",
|
"@blocksuite/store": "0.5.0-20230324040005-14417c2",
|
||||||
"@emotion/cache": "^11.10.5",
|
"@emotion/cache": "^11.10.5",
|
||||||
"@emotion/react": "^11.10.6",
|
"@emotion/react": "^11.10.6",
|
||||||
"@emotion/server": "^11.10.0",
|
"@emotion/server": "^11.10.0",
|
||||||
|
|||||||
@@ -14,9 +14,9 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@affine/debug": "workspace:*",
|
"@affine/debug": "workspace:*",
|
||||||
"@blocksuite/blocks": "0.5.0-20230323085636-3110abb",
|
"@blocksuite/blocks": "0.5.0-20230324040005-14417c2",
|
||||||
"@blocksuite/global": "0.5.0-20230323085636-3110abb",
|
"@blocksuite/global": "0.5.0-20230324040005-14417c2",
|
||||||
"@blocksuite/store": "0.5.0-20230323085636-3110abb",
|
"@blocksuite/store": "0.5.0-20230324040005-14417c2",
|
||||||
"@tauri-apps/api": "^1.2.0",
|
"@tauri-apps/api": "^1.2.0",
|
||||||
"encoding": "^0.1.13",
|
"encoding": "^0.1.13",
|
||||||
"firebase": "^9.18.0",
|
"firebase": "^9.18.0",
|
||||||
|
|||||||
2
packages/env/package.json
vendored
2
packages/env/package.json
vendored
@@ -14,7 +14,7 @@
|
|||||||
"./constant": "./src/constant.ts"
|
"./constant": "./src/constant.ts"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@blocksuite/global": "0.5.0-20230323085636-3110abb",
|
"@blocksuite/global": "0.5.0-20230324040005-14417c2",
|
||||||
"lit": "^2.6.1"
|
"lit": "^2.6.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -12,8 +12,8 @@
|
|||||||
"@affine/component": "workspace:*",
|
"@affine/component": "workspace:*",
|
||||||
"@affine/debug": "workspace:*",
|
"@affine/debug": "workspace:*",
|
||||||
"@affine/env": "workspace:*",
|
"@affine/env": "workspace:*",
|
||||||
"@blocksuite/blocks": "0.5.0-20230323085636-3110abb",
|
"@blocksuite/blocks": "0.5.0-20230324040005-14417c2",
|
||||||
"@blocksuite/store": "0.5.0-20230323085636-3110abb",
|
"@blocksuite/store": "0.5.0-20230324040005-14417c2",
|
||||||
"firebase": "^9.18.0",
|
"firebase": "^9.18.0",
|
||||||
"jotai": "^2.0.3",
|
"jotai": "^2.0.3",
|
||||||
"js-base64": "^3.7.5",
|
"js-base64": "^3.7.5",
|
||||||
|
|||||||
102
yarn.lock
102
yarn.lock
@@ -29,10 +29,10 @@ __metadata:
|
|||||||
"@affine/i18n": "workspace:*"
|
"@affine/i18n": "workspace:*"
|
||||||
"@affine/templates": "workspace:*"
|
"@affine/templates": "workspace:*"
|
||||||
"@affine/workspace": "workspace:*"
|
"@affine/workspace": "workspace:*"
|
||||||
"@blocksuite/blocks": 0.5.0-20230323085636-3110abb
|
"@blocksuite/blocks": 0.5.0-20230324040005-14417c2
|
||||||
"@blocksuite/editor": 0.5.0-20230323085636-3110abb
|
"@blocksuite/editor": 0.5.0-20230324040005-14417c2
|
||||||
"@blocksuite/icons": 2.0.23
|
"@blocksuite/icons": 2.0.23
|
||||||
"@blocksuite/store": 0.5.0-20230323085636-3110abb
|
"@blocksuite/store": 0.5.0-20230324040005-14417c2
|
||||||
"@emotion/cache": ^11.10.5
|
"@emotion/cache": ^11.10.5
|
||||||
"@emotion/react": ^11.10.6
|
"@emotion/react": ^11.10.6
|
||||||
"@emotion/server": ^11.10.0
|
"@emotion/server": ^11.10.0
|
||||||
@@ -91,10 +91,10 @@ __metadata:
|
|||||||
version: 0.0.0-use.local
|
version: 0.0.0-use.local
|
||||||
resolution: "@affine/client-app@workspace:apps/desktop"
|
resolution: "@affine/client-app@workspace:apps/desktop"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@blocksuite/blocks": 0.5.0-20230323085636-3110abb
|
"@blocksuite/blocks": 0.5.0-20230324040005-14417c2
|
||||||
"@blocksuite/editor": 0.5.0-20230323085636-3110abb
|
"@blocksuite/editor": 0.5.0-20230324040005-14417c2
|
||||||
"@blocksuite/icons": 2.0.23
|
"@blocksuite/icons": 2.0.23
|
||||||
"@blocksuite/store": 0.5.0-20230323085636-3110abb
|
"@blocksuite/store": 0.5.0-20230324040005-14417c2
|
||||||
"@emotion/react": ^11.10.6
|
"@emotion/react": ^11.10.6
|
||||||
"@emotion/styled": ^11.10.6
|
"@emotion/styled": ^11.10.6
|
||||||
"@tauri-apps/api": ^1.2.0
|
"@tauri-apps/api": ^1.2.0
|
||||||
@@ -126,11 +126,11 @@ __metadata:
|
|||||||
dependencies:
|
dependencies:
|
||||||
"@affine/debug": "workspace:*"
|
"@affine/debug": "workspace:*"
|
||||||
"@affine/i18n": "workspace:*"
|
"@affine/i18n": "workspace:*"
|
||||||
"@blocksuite/blocks": 0.5.0-20230323085636-3110abb
|
"@blocksuite/blocks": 0.5.0-20230324040005-14417c2
|
||||||
"@blocksuite/editor": 0.5.0-20230323085636-3110abb
|
"@blocksuite/editor": 0.5.0-20230324040005-14417c2
|
||||||
"@blocksuite/global": 0.5.0-20230323085636-3110abb
|
"@blocksuite/global": 0.5.0-20230324040005-14417c2
|
||||||
"@blocksuite/icons": 2.0.23
|
"@blocksuite/icons": 2.0.23
|
||||||
"@blocksuite/store": 0.5.0-20230323085636-3110abb
|
"@blocksuite/store": 0.5.0-20230324040005-14417c2
|
||||||
"@emotion/cache": ^11.10.5
|
"@emotion/cache": ^11.10.5
|
||||||
"@emotion/react": ^11.10.6
|
"@emotion/react": ^11.10.6
|
||||||
"@emotion/server": ^11.10.0
|
"@emotion/server": ^11.10.0
|
||||||
@@ -172,9 +172,9 @@ __metadata:
|
|||||||
resolution: "@affine/datacenter@workspace:packages/data-center"
|
resolution: "@affine/datacenter@workspace:packages/data-center"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@affine/debug": "workspace:*"
|
"@affine/debug": "workspace:*"
|
||||||
"@blocksuite/blocks": 0.5.0-20230323085636-3110abb
|
"@blocksuite/blocks": 0.5.0-20230324040005-14417c2
|
||||||
"@blocksuite/global": 0.5.0-20230323085636-3110abb
|
"@blocksuite/global": 0.5.0-20230324040005-14417c2
|
||||||
"@blocksuite/store": 0.5.0-20230323085636-3110abb
|
"@blocksuite/store": 0.5.0-20230324040005-14417c2
|
||||||
"@tauri-apps/api": ^1.2.0
|
"@tauri-apps/api": ^1.2.0
|
||||||
encoding: ^0.1.13
|
encoding: ^0.1.13
|
||||||
fake-indexeddb: 4.0.1
|
fake-indexeddb: 4.0.1
|
||||||
@@ -227,7 +227,7 @@ __metadata:
|
|||||||
version: 0.0.0-use.local
|
version: 0.0.0-use.local
|
||||||
resolution: "@affine/env@workspace:packages/env"
|
resolution: "@affine/env@workspace:packages/env"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@blocksuite/global": 0.5.0-20230323085636-3110abb
|
"@blocksuite/global": 0.5.0-20230324040005-14417c2
|
||||||
lit: ^2.6.1
|
lit: ^2.6.1
|
||||||
next: =13.2.3
|
next: =13.2.3
|
||||||
react: ^18.2.0
|
react: ^18.2.0
|
||||||
@@ -268,8 +268,8 @@ __metadata:
|
|||||||
"@affine/component": "workspace:*"
|
"@affine/component": "workspace:*"
|
||||||
"@affine/debug": "workspace:*"
|
"@affine/debug": "workspace:*"
|
||||||
"@affine/env": "workspace:*"
|
"@affine/env": "workspace:*"
|
||||||
"@blocksuite/blocks": 0.5.0-20230323085636-3110abb
|
"@blocksuite/blocks": 0.5.0-20230324040005-14417c2
|
||||||
"@blocksuite/store": 0.5.0-20230323085636-3110abb
|
"@blocksuite/store": 0.5.0-20230324040005-14417c2
|
||||||
firebase: ^9.18.0
|
firebase: ^9.18.0
|
||||||
jotai: ^2.0.3
|
jotai: ^2.0.3
|
||||||
js-base64: ^3.7.5
|
js-base64: ^3.7.5
|
||||||
@@ -1784,13 +1784,13 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@blocksuite/blocks@npm:0.5.0-20230323085636-3110abb":
|
"@blocksuite/blocks@npm:0.5.0-20230324040005-14417c2":
|
||||||
version: 0.5.0-20230323085636-3110abb
|
version: 0.5.0-20230324040005-14417c2
|
||||||
resolution: "@blocksuite/blocks@npm:0.5.0-20230323085636-3110abb"
|
resolution: "@blocksuite/blocks@npm:0.5.0-20230324040005-14417c2"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@blocksuite/global": 0.5.0-20230323085636-3110abb
|
"@blocksuite/global": 0.5.0-20230324040005-14417c2
|
||||||
"@blocksuite/phasor": 0.5.0-20230323085636-3110abb
|
"@blocksuite/phasor": 0.5.0-20230324040005-14417c2
|
||||||
"@blocksuite/virgo": 0.5.0-20230323085636-3110abb
|
"@blocksuite/virgo": 0.5.0-20230324040005-14417c2
|
||||||
"@popperjs/core": ^2.11.6
|
"@popperjs/core": ^2.11.6
|
||||||
hotkeys-js: ^3.10.1
|
hotkeys-js: ^3.10.1
|
||||||
lit: ^2.6.1
|
lit: ^2.6.1
|
||||||
@@ -1799,29 +1799,29 @@ __metadata:
|
|||||||
turndown: ^7.1.1
|
turndown: ^7.1.1
|
||||||
zod: ^3.21.4
|
zod: ^3.21.4
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
"@blocksuite/store": 0.5.0-20230323085636-3110abb
|
"@blocksuite/store": 0.5.0-20230324040005-14417c2
|
||||||
checksum: 005296463487cc7b381a5843381994277249771e58b471753aaa629e584267c4f5dd763c061e8d28ef4c35894a0fbbe79fe875743342e4b0a56c219df52d3fd9
|
checksum: f339b15fd060f9756420c5a47390b746610503486aedd62d6850d4626e6757b9a4e34e07a6f7738e96beb0381d086cf12f434b4aca44f89b02aa24db5e220bcc
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@blocksuite/editor@npm:0.5.0-20230323085636-3110abb":
|
"@blocksuite/editor@npm:0.5.0-20230324040005-14417c2":
|
||||||
version: 0.5.0-20230323085636-3110abb
|
version: 0.5.0-20230324040005-14417c2
|
||||||
resolution: "@blocksuite/editor@npm:0.5.0-20230323085636-3110abb"
|
resolution: "@blocksuite/editor@npm:0.5.0-20230324040005-14417c2"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@blocksuite/global": 0.5.0-20230323085636-3110abb
|
"@blocksuite/global": 0.5.0-20230324040005-14417c2
|
||||||
lit: ^2.6.1
|
lit: ^2.6.1
|
||||||
marked: ^4.2.12
|
marked: ^4.2.12
|
||||||
turndown: ^7.1.1
|
turndown: ^7.1.1
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
"@blocksuite/blocks": 0.5.0-20230323085636-3110abb
|
"@blocksuite/blocks": 0.5.0-20230324040005-14417c2
|
||||||
"@blocksuite/store": 0.5.0-20230323085636-3110abb
|
"@blocksuite/store": 0.5.0-20230324040005-14417c2
|
||||||
checksum: 0ac19cc0824f472d80af3323324e70e20cc2d10d0ce1ed422712091ca85b93c771f3e612a9ac735395bf6dc6cfc8d88ba1a76326e030d45454078311c743a32a
|
checksum: c48f17108ec0133f925a8c251bd3854053429e889fd1107104f5ca64829af0c7f2f583b2fd2f3272ab2944792b5fa50d182f56e08917f6b5e6de6f8bb9e0070c
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@blocksuite/global@npm:0.5.0-20230323085636-3110abb":
|
"@blocksuite/global@npm:0.5.0-20230324040005-14417c2":
|
||||||
version: 0.5.0-20230323085636-3110abb
|
version: 0.5.0-20230324040005-14417c2
|
||||||
resolution: "@blocksuite/global@npm:0.5.0-20230323085636-3110abb"
|
resolution: "@blocksuite/global@npm:0.5.0-20230324040005-14417c2"
|
||||||
dependencies:
|
dependencies:
|
||||||
ansi-colors: ^4.1.3
|
ansi-colors: ^4.1.3
|
||||||
zod: ^3.21.4
|
zod: ^3.21.4
|
||||||
@@ -1830,7 +1830,7 @@ __metadata:
|
|||||||
peerDependenciesMeta:
|
peerDependenciesMeta:
|
||||||
lit:
|
lit:
|
||||||
optional: true
|
optional: true
|
||||||
checksum: 46ad52afe47aa1b84afae8e6caf0139d719797ef703803a4c672be719e5affecdf6342e0f7717a16f2ddca43f500d4e34eb5c01de4d1ddaae7b46436a33ae34e
|
checksum: 9fab3db0843d5040739a0dade33beccb272e51202801619ea6e218c87d983163652cf1233dad57de88f57d41919ddb363922ac9cf15bb14a625227e3f886122b
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
@@ -1844,26 +1844,26 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@blocksuite/phasor@npm:0.5.0-20230323085636-3110abb":
|
"@blocksuite/phasor@npm:0.5.0-20230324040005-14417c2":
|
||||||
version: 0.5.0-20230323085636-3110abb
|
version: 0.5.0-20230324040005-14417c2
|
||||||
resolution: "@blocksuite/phasor@npm:0.5.0-20230323085636-3110abb"
|
resolution: "@blocksuite/phasor@npm:0.5.0-20230324040005-14417c2"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@blocksuite/global": 0.5.0-20230323085636-3110abb
|
"@blocksuite/global": 0.5.0-20230324040005-14417c2
|
||||||
fractional-indexing: ^3.2.0
|
fractional-indexing: ^3.2.0
|
||||||
perfect-freehand: ^1.2.0
|
perfect-freehand: ^1.2.0
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
nanoid: ^4
|
nanoid: ^4
|
||||||
yjs: ^13
|
yjs: ^13
|
||||||
checksum: 6393ab584237f1de7a9ff66d2aac4cc7cf018f2b9aaeb077df2feeedd43cac108f87ca2415ed8a0f84d8efa3aeb35867b8c095819a0fd87cd59bd32de1043c7d
|
checksum: 464e62c9da3f63f22a4d426964c1a522f46c8b4f3fe552256c6a0a06517e0bf8a34c14548e54f94fc5f72b40d9d47ae0ba1cbeeacc24d924cdad5be15caec711
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@blocksuite/store@npm:0.5.0-20230323085636-3110abb":
|
"@blocksuite/store@npm:0.5.0-20230324040005-14417c2":
|
||||||
version: 0.5.0-20230323085636-3110abb
|
version: 0.5.0-20230324040005-14417c2
|
||||||
resolution: "@blocksuite/store@npm:0.5.0-20230323085636-3110abb"
|
resolution: "@blocksuite/store@npm:0.5.0-20230324040005-14417c2"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@blocksuite/global": 0.5.0-20230323085636-3110abb
|
"@blocksuite/global": 0.5.0-20230324040005-14417c2
|
||||||
"@blocksuite/virgo": 0.5.0-20230323085636-3110abb
|
"@blocksuite/virgo": 0.5.0-20230324040005-14417c2
|
||||||
"@types/flexsearch": ^0.7.3
|
"@types/flexsearch": ^0.7.3
|
||||||
buffer: ^6.0.3
|
buffer: ^6.0.3
|
||||||
flexsearch: 0.7.21
|
flexsearch: 0.7.21
|
||||||
@@ -1877,20 +1877,20 @@ __metadata:
|
|||||||
zod: ^3.21.4
|
zod: ^3.21.4
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
yjs: ^13
|
yjs: ^13
|
||||||
checksum: 6b0bc507a7c1b339d1196a2bb6166937cba6cbfcb97da6d4eb8388d0a1b50e0d27113580aea9213aec0c17185798a1258908bf4f9669f1c535188b6be3cfe65d
|
checksum: 8c483db2df8b5a3528c538191d3ba26793bc85c529d9911a29f29748af29a93d7c6cd6494e9a23869bbb4414b6f3dd041abcc0c5298a46da103c3e46b8419bfa
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@blocksuite/virgo@npm:0.5.0-20230323085636-3110abb":
|
"@blocksuite/virgo@npm:0.5.0-20230324040005-14417c2":
|
||||||
version: 0.5.0-20230323085636-3110abb
|
version: 0.5.0-20230324040005-14417c2
|
||||||
resolution: "@blocksuite/virgo@npm:0.5.0-20230323085636-3110abb"
|
resolution: "@blocksuite/virgo@npm:0.5.0-20230324040005-14417c2"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@blocksuite/global": 0.5.0-20230323085636-3110abb
|
"@blocksuite/global": 0.5.0-20230324040005-14417c2
|
||||||
zod: ^3.21.4
|
zod: ^3.21.4
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
lit: ^2
|
lit: ^2
|
||||||
yjs: ^13
|
yjs: ^13
|
||||||
checksum: 876c756afda2bd7c32fa70715a5e9a6278f2dd00ca0bdf0e8a2364b5c8359922fbb8f0f38bf1751bd850b4c47dae1fd48e2fb04817234521b1047693d5677f8c
|
checksum: 318abaa9c44feeb0d9be98317ccf7aac3c5d884d31325799d23aae072b11b0e4dfbd51b0a52056f6c0b87f5bc822eaabdb38c3936b3597040f3a9de9c36a76c7
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user