mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-11 22:18:54 +08:00
chore: bump version (#1775)
This commit is contained in:
@@ -14,10 +14,10 @@
|
||||
"build:app": "tauri build"
|
||||
},
|
||||
"dependencies": {
|
||||
"@blocksuite/blocks": "0.5.0-20230324040005-14417c2",
|
||||
"@blocksuite/editor": "0.5.0-20230324040005-14417c2",
|
||||
"@blocksuite/icons": "2.0.23",
|
||||
"@blocksuite/store": "0.5.0-20230324040005-14417c2",
|
||||
"@blocksuite/blocks": "0.5.0-20230326033652-70ca43c",
|
||||
"@blocksuite/editor": "0.5.0-20230326033652-70ca43c",
|
||||
"@blocksuite/icons": "2.1.2",
|
||||
"@blocksuite/store": "0.5.0-20230326033652-70ca43c",
|
||||
"@emotion/react": "^11.10.6",
|
||||
"@emotion/styled": "^11.10.6",
|
||||
"@tauri-apps/api": "^1.2.0",
|
||||
@@ -38,7 +38,7 @@
|
||||
"lit": "^2.7.0",
|
||||
"prettier": "2.8.7",
|
||||
"rimraf": "^4.4.1",
|
||||
"typescript": "^5.0.2",
|
||||
"typescript": "^5.0.3",
|
||||
"typesync": "^0.10.0",
|
||||
"vite": "^4.2.1",
|
||||
"zx": "^7.2.1"
|
||||
|
||||
@@ -37,7 +37,7 @@
|
||||
"@electron-forge/shared-types": "^6.1.0",
|
||||
"@electron/rebuild": "^3.2.10",
|
||||
"dts-for-context-bridge": "^0.7.1",
|
||||
"electron": "23.2.0",
|
||||
"electron": "23.2.1",
|
||||
"esbuild": "^0.17.14",
|
||||
"zx": "^7.2.1"
|
||||
},
|
||||
|
||||
+774
-876
File diff suppressed because it is too large
Load Diff
@@ -17,16 +17,16 @@
|
||||
"@affine/jotai": "workspace:*",
|
||||
"@affine/templates": "workspace:*",
|
||||
"@affine/workspace": "workspace:*",
|
||||
"@blocksuite/blocks": "0.5.0-20230324040005-14417c2",
|
||||
"@blocksuite/editor": "0.5.0-20230324040005-14417c2",
|
||||
"@blocksuite/icons": "^2.1.0",
|
||||
"@blocksuite/store": "0.5.0-20230324040005-14417c2",
|
||||
"@blocksuite/blocks": "0.5.0-20230326033652-70ca43c",
|
||||
"@blocksuite/editor": "0.5.0-20230326033652-70ca43c",
|
||||
"@blocksuite/icons": "^2.1.2",
|
||||
"@blocksuite/store": "0.5.0-20230326033652-70ca43c",
|
||||
"@emotion/cache": "^11.10.5",
|
||||
"@emotion/react": "^11.10.6",
|
||||
"@emotion/server": "^11.10.0",
|
||||
"@emotion/styled": "^11.10.6",
|
||||
"@mui/material": "^5.11.15",
|
||||
"@sentry/nextjs": "^7.45.0",
|
||||
"@sentry/nextjs": "^7.46.0",
|
||||
"cmdk": "^0.2.0",
|
||||
"css-spring": "^4.1.0",
|
||||
"dayjs": "^1.11.7",
|
||||
@@ -38,7 +38,7 @@
|
||||
"react-dom": "^18.2.0",
|
||||
"react-is": "^18.2.0",
|
||||
"swr": "^2.1.1",
|
||||
"y-indexeddb": "^9.0.9",
|
||||
"y-indexeddb": "^9.0.10",
|
||||
"y-protocols": "^1.0.5",
|
||||
"yjs": "^13.5.51",
|
||||
"zod": "^3.21.4"
|
||||
@@ -61,7 +61,7 @@
|
||||
"raw-loader": "^4.0.2",
|
||||
"redux": "^4.2.1",
|
||||
"swc-plugin-coverage-instrument": "=0.0.14",
|
||||
"typescript": "^5.0.2",
|
||||
"webpack": "^5.76.3"
|
||||
"typescript": "^5.0.3",
|
||||
"webpack": "^5.77.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user