mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-23 04:51:49 +08:00
chore: unify version (#1123)
This commit is contained in:
+15
-14
@@ -15,35 +15,36 @@
|
||||
"build:app": "tauri build"
|
||||
},
|
||||
"dependencies": {
|
||||
"@blocksuite/icons": "^2.0.14",
|
||||
"@blocksuite/icons": "2.0.12",
|
||||
"@blocksuite/store": "0.4.1",
|
||||
"@emotion/react": "^11.10.5",
|
||||
"@emotion/styled": "^11.10.5",
|
||||
"@emotion/react": "^11.10.6",
|
||||
"@emotion/styled": "^11.10.6",
|
||||
"@tauri-apps/api": "^1.2.0",
|
||||
"json-schema-to-typescript": "^11.0.2",
|
||||
"lib0": "^0.2.58",
|
||||
"next": "^13.1.6",
|
||||
"lib0": "^0.2.62",
|
||||
"next": "13.1.0",
|
||||
"react": "^18.2.0",
|
||||
"react-dom": "^18.2.0",
|
||||
"react-is": "^18.2.0",
|
||||
"react-router": "^6.5.0",
|
||||
"react-router-dom": "^6.5.0",
|
||||
"y-protocols": "^1.0.5",
|
||||
"yjs": "^13.5.43"
|
||||
"yjs": "^13.5.46"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@tauri-apps/cli": "^1.2.3",
|
||||
"@types/node": "^18.11.17",
|
||||
"@types/react": "^18.0.26",
|
||||
"@types/react-dom": "^18.0.9",
|
||||
"@types/node": "^18.14.0",
|
||||
"@types/react": "^18.0.28",
|
||||
"@types/react-dom": "^18.0.11",
|
||||
"concurrently": "^7.6.0",
|
||||
"cross-env": "^7.0.3",
|
||||
"esbuild": "^0.16.10",
|
||||
"prettier": "2.8.1",
|
||||
"rimraf": "^3.0.2",
|
||||
"esbuild": "^0.17.8",
|
||||
"lit": "^2.6.1",
|
||||
"prettier": "2.8.4",
|
||||
"rimraf": "^4.1.2",
|
||||
"typescript": "^4.9.4",
|
||||
"typesync": "^0.9.2",
|
||||
"vite": "^4.0.2",
|
||||
"typesync": "^0.10.0",
|
||||
"vite": "^4.1.2",
|
||||
"zx": "^7.1.1"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user