mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 04:18:54 +00:00
chore: bump version (#3078)
This commit is contained in:
@@ -17,7 +17,7 @@
|
|||||||
"@blocksuite/lit": "0.0.0-20230705162600-2cb608e4-nightly",
|
"@blocksuite/lit": "0.0.0-20230705162600-2cb608e4-nightly",
|
||||||
"@blocksuite/store": "0.0.0-20230705162600-2cb608e4-nightly",
|
"@blocksuite/store": "0.0.0-20230705162600-2cb608e4-nightly",
|
||||||
"express": "^4.18.2",
|
"express": "^4.18.2",
|
||||||
"jotai": "^2.2.1",
|
"jotai": "^2.2.2",
|
||||||
"react": "18.3.0-canary-1fdacbefd-20230630",
|
"react": "18.3.0-canary-1fdacbefd-20230630",
|
||||||
"react-dom": "18.3.0-canary-1fdacbefd-20230630",
|
"react-dom": "18.3.0-canary-1fdacbefd-20230630",
|
||||||
"react-server-dom-webpack": "18.3.0-canary-1fdacbefd-20230630",
|
"react-server-dom-webpack": "18.3.0-canary-1fdacbefd-20230630",
|
||||||
|
|||||||
@@ -48,7 +48,7 @@
|
|||||||
"electron-window-state": "^5.0.3",
|
"electron-window-state": "^5.0.3",
|
||||||
"esbuild": "^0.18.11",
|
"esbuild": "^0.18.11",
|
||||||
"fs-extra": "^11.1.1",
|
"fs-extra": "^11.1.1",
|
||||||
"jotai": "^2.2.1",
|
"jotai": "^2.2.2",
|
||||||
"ts-node": "^10.9.1",
|
"ts-node": "^10.9.1",
|
||||||
"undici": "^5.22.1",
|
"undici": "^5.22.1",
|
||||||
"uuid": "^9.0.0",
|
"uuid": "^9.0.0",
|
||||||
|
|||||||
@@ -42,7 +42,7 @@
|
|||||||
"cmdk": "^0.2.0",
|
"cmdk": "^0.2.0",
|
||||||
"css-spring": "^4.1.0",
|
"css-spring": "^4.1.0",
|
||||||
"graphql": "^16.7.1",
|
"graphql": "^16.7.1",
|
||||||
"jotai": "^2.2.1",
|
"jotai": "^2.2.2",
|
||||||
"jotai-devtools": "^0.6.0",
|
"jotai-devtools": "^0.6.0",
|
||||||
"lit": "^2.7.5",
|
"lit": "^2.7.5",
|
||||||
"lottie-web": "^5.12.2",
|
"lottie-web": "^5.12.2",
|
||||||
|
|||||||
@@ -40,7 +40,7 @@
|
|||||||
"@vanilla-extract/dynamic": "^2.0.3",
|
"@vanilla-extract/dynamic": "^2.0.3",
|
||||||
"clsx": "^1.2.1",
|
"clsx": "^1.2.1",
|
||||||
"dayjs": "^1.11.9",
|
"dayjs": "^1.11.9",
|
||||||
"jotai": "^2.2.1",
|
"jotai": "^2.2.2",
|
||||||
"lit": "^2.7.5",
|
"lit": "^2.7.5",
|
||||||
"lottie-web": "^5.12.2",
|
"lottie-web": "^5.12.2",
|
||||||
"react": "18.3.0-canary-1fdacbefd-20230630",
|
"react": "18.3.0-canary-1fdacbefd-20230630",
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
"private": true,
|
"private": true,
|
||||||
"main": "./src/index.ts",
|
"main": "./src/index.ts",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"jotai": "^2.2.1"
|
"jotai": "^2.2.2"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@blocksuite/blocks": "0.0.0-20230705162600-2cb608e4-nightly",
|
"@blocksuite/blocks": "0.0.0-20230705162600-2cb608e4-nightly",
|
||||||
|
|||||||
@@ -26,10 +26,10 @@
|
|||||||
"@blocksuite/global": "0.0.0-20230705162600-2cb608e4-nightly",
|
"@blocksuite/global": "0.0.0-20230705162600-2cb608e4-nightly",
|
||||||
"@blocksuite/lit": "0.0.0-20230705162600-2cb608e4-nightly",
|
"@blocksuite/lit": "0.0.0-20230705162600-2cb608e4-nightly",
|
||||||
"@blocksuite/store": "0.0.0-20230705162600-2cb608e4-nightly",
|
"@blocksuite/store": "0.0.0-20230705162600-2cb608e4-nightly",
|
||||||
"jotai": "^2.2.1"
|
"jotai": "^2.2.2"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"jotai": "^2.2.1",
|
"jotai": "^2.2.2",
|
||||||
"vite": "^4.3.9",
|
"vite": "^4.3.9",
|
||||||
"vite-plugin-dts": "3.0.2"
|
"vite-plugin-dts": "3.0.2"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -21,7 +21,7 @@
|
|||||||
"@toeverything/plugin-infra": "workspace:*",
|
"@toeverything/plugin-infra": "workspace:*",
|
||||||
"@toeverything/y-indexeddb": "workspace:*",
|
"@toeverything/y-indexeddb": "workspace:*",
|
||||||
"async-call-rpc": "^6.3.1",
|
"async-call-rpc": "^6.3.1",
|
||||||
"jotai": "^2.2.1",
|
"jotai": "^2.2.2",
|
||||||
"js-base64": "^3.7.5",
|
"js-base64": "^3.7.5",
|
||||||
"ky": "^0.33.3",
|
"ky": "^0.33.3",
|
||||||
"lib0": "^0.2.78",
|
"lib0": "^0.2.78",
|
||||||
|
|||||||
@@ -19,7 +19,7 @@
|
|||||||
"@types/react": "^18.2.14",
|
"@types/react": "^18.2.14",
|
||||||
"@types/react-dom": "^18.2.6",
|
"@types/react-dom": "^18.2.6",
|
||||||
"idb": "^7.1.1",
|
"idb": "^7.1.1",
|
||||||
"jotai": "^2.2.1",
|
"jotai": "^2.2.2",
|
||||||
"react": "18.3.0-canary-1fdacbefd-20230630",
|
"react": "18.3.0-canary-1fdacbefd-20230630",
|
||||||
"react-dom": "18.3.0-canary-1fdacbefd-20230630",
|
"react-dom": "18.3.0-canary-1fdacbefd-20230630",
|
||||||
"zod": "^3.21.4"
|
"zod": "^3.21.4"
|
||||||
|
|||||||
24
yarn.lock
24
yarn.lock
@@ -124,7 +124,7 @@ __metadata:
|
|||||||
"@vanilla-extract/dynamic": ^2.0.3
|
"@vanilla-extract/dynamic": ^2.0.3
|
||||||
clsx: ^1.2.1
|
clsx: ^1.2.1
|
||||||
dayjs: ^1.11.9
|
dayjs: ^1.11.9
|
||||||
jotai: ^2.2.1
|
jotai: ^2.2.2
|
||||||
lit: ^2.7.5
|
lit: ^2.7.5
|
||||||
lottie-web: ^5.12.2
|
lottie-web: ^5.12.2
|
||||||
react: 18.3.0-canary-1fdacbefd-20230630
|
react: 18.3.0-canary-1fdacbefd-20230630
|
||||||
@@ -156,7 +156,7 @@ __metadata:
|
|||||||
"@types/react": ^18.2.14
|
"@types/react": ^18.2.14
|
||||||
"@types/react-dom": ^18.2.6
|
"@types/react-dom": ^18.2.6
|
||||||
idb: ^7.1.1
|
idb: ^7.1.1
|
||||||
jotai: ^2.2.1
|
jotai: ^2.2.2
|
||||||
langchain: ^0.0.102
|
langchain: ^0.0.102
|
||||||
marked: ^5.1.0
|
marked: ^5.1.0
|
||||||
marked-gfm-heading-id: ^3.0.4
|
marked-gfm-heading-id: ^3.0.4
|
||||||
@@ -196,7 +196,7 @@ __metadata:
|
|||||||
"@vanilla-extract/vite-plugin": ^3.8.2
|
"@vanilla-extract/vite-plugin": ^3.8.2
|
||||||
autoprefixer: ^10.4.14
|
autoprefixer: ^10.4.14
|
||||||
express: ^4.18.2
|
express: ^4.18.2
|
||||||
jotai: ^2.2.1
|
jotai: ^2.2.2
|
||||||
react: 18.3.0-canary-1fdacbefd-20230630
|
react: 18.3.0-canary-1fdacbefd-20230630
|
||||||
react-dom: 18.3.0-canary-1fdacbefd-20230630
|
react-dom: 18.3.0-canary-1fdacbefd-20230630
|
||||||
react-server-dom-webpack: 18.3.0-canary-1fdacbefd-20230630
|
react-server-dom-webpack: 18.3.0-canary-1fdacbefd-20230630
|
||||||
@@ -238,7 +238,7 @@ __metadata:
|
|||||||
electron-window-state: ^5.0.3
|
electron-window-state: ^5.0.3
|
||||||
esbuild: ^0.18.11
|
esbuild: ^0.18.11
|
||||||
fs-extra: ^11.1.1
|
fs-extra: ^11.1.1
|
||||||
jotai: ^2.2.1
|
jotai: ^2.2.2
|
||||||
link-preview-js: ^3.0.4
|
link-preview-js: ^3.0.4
|
||||||
lodash-es: ^4.17.21
|
lodash-es: ^4.17.21
|
||||||
nanoid: ^4.0.2
|
nanoid: ^4.0.2
|
||||||
@@ -309,7 +309,7 @@ __metadata:
|
|||||||
"@blocksuite/global": 0.0.0-20230705162600-2cb608e4-nightly
|
"@blocksuite/global": 0.0.0-20230705162600-2cb608e4-nightly
|
||||||
"@blocksuite/lit": 0.0.0-20230705162600-2cb608e4-nightly
|
"@blocksuite/lit": 0.0.0-20230705162600-2cb608e4-nightly
|
||||||
"@blocksuite/store": 0.0.0-20230705162600-2cb608e4-nightly
|
"@blocksuite/store": 0.0.0-20230705162600-2cb608e4-nightly
|
||||||
jotai: ^2.2.1
|
jotai: ^2.2.2
|
||||||
lottie-web: ^5.12.2
|
lottie-web: ^5.12.2
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
"@blocksuite/blocks": "*"
|
"@blocksuite/blocks": "*"
|
||||||
@@ -556,7 +556,7 @@ __metadata:
|
|||||||
eslint-plugin-unicorn: ^47.0.0
|
eslint-plugin-unicorn: ^47.0.0
|
||||||
express: ^4.18.2
|
express: ^4.18.2
|
||||||
graphql: ^16.7.1
|
graphql: ^16.7.1
|
||||||
jotai: ^2.2.1
|
jotai: ^2.2.2
|
||||||
jotai-devtools: ^0.6.0
|
jotai-devtools: ^0.6.0
|
||||||
lit: ^2.7.5
|
lit: ^2.7.5
|
||||||
lottie-web: ^5.12.2
|
lottie-web: ^5.12.2
|
||||||
@@ -594,7 +594,7 @@ __metadata:
|
|||||||
"@toeverything/y-indexeddb": "workspace:*"
|
"@toeverything/y-indexeddb": "workspace:*"
|
||||||
"@types/ws": ^8.5.5
|
"@types/ws": ^8.5.5
|
||||||
async-call-rpc: ^6.3.1
|
async-call-rpc: ^6.3.1
|
||||||
jotai: ^2.2.1
|
jotai: ^2.2.2
|
||||||
js-base64: ^3.7.5
|
js-base64: ^3.7.5
|
||||||
ky: ^0.33.3
|
ky: ^0.33.3
|
||||||
lib0: ^0.2.78
|
lib0: ^0.2.78
|
||||||
@@ -11254,7 +11254,7 @@ __metadata:
|
|||||||
"@blocksuite/global": 0.0.0-20230705162600-2cb608e4-nightly
|
"@blocksuite/global": 0.0.0-20230705162600-2cb608e4-nightly
|
||||||
"@blocksuite/lit": 0.0.0-20230705162600-2cb608e4-nightly
|
"@blocksuite/lit": 0.0.0-20230705162600-2cb608e4-nightly
|
||||||
"@blocksuite/store": 0.0.0-20230705162600-2cb608e4-nightly
|
"@blocksuite/store": 0.0.0-20230705162600-2cb608e4-nightly
|
||||||
jotai: ^2.2.1
|
jotai: ^2.2.2
|
||||||
vite: ^4.3.9
|
vite: ^4.3.9
|
||||||
vite-plugin-dts: 3.0.2
|
vite-plugin-dts: 3.0.2
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
@@ -21977,15 +21977,15 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"jotai@npm:^2.2.1":
|
"jotai@npm:^2.2.2":
|
||||||
version: 2.2.1
|
version: 2.2.2
|
||||||
resolution: "jotai@npm:2.2.1"
|
resolution: "jotai@npm:2.2.2"
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
react: ">=17.0.0"
|
react: ">=17.0.0"
|
||||||
peerDependenciesMeta:
|
peerDependenciesMeta:
|
||||||
react:
|
react:
|
||||||
optional: true
|
optional: true
|
||||||
checksum: 1400d0320516966e23ff4d134e7ff525e32987f3a63e75246a49fed21790b9ff567c480e69a86b74d1bbfa354015de1581ab622664fdfe8a38d0fb8de00e424c
|
checksum: 6b3a62714a22984afd4f089e5bb904dc9d7dc8f6eb26135746bf154da760e485bcd5d83b08297e9f1f3f7843eb8d604c9b480fdae97786170f2d00de0ad2f87b
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user