chore: bump version (#1597)

This commit is contained in:
Himself65
2023-03-16 22:07:57 -04:00
committed by GitHub
parent 88f662e6f6
commit 953188e76b
10 changed files with 906 additions and 859 deletions
+8 -8
View File
@@ -14,33 +14,33 @@
"build:app": "tauri build"
},
"dependencies": {
"@blocksuite/blocks": "0.5.0-20230313100532-099b92b",
"@blocksuite/editor": "0.5.0-20230313100532-099b92b",
"@blocksuite/blocks": "0.5.0-20230317014705-a881b9c",
"@blocksuite/editor": "0.5.0-20230317014705-a881b9c",
"@blocksuite/icons": "2.0.17",
"@blocksuite/store": "0.5.0-20230313100532-099b92b",
"@blocksuite/store": "0.5.0-20230317014705-a881b9c",
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@tauri-apps/api": "^1.2.0",
"json-schema-to-typescript": "^11.0.5",
"lib0": "^0.2.63",
"lib0": "^0.2.68",
"next": "13.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"y-protocols": "^1.0.5",
"yjs": "^13.5.48"
"yjs": "^13.5.50"
},
"devDependencies": {
"@tauri-apps/cli": "^1.2.3",
"@types/node": "^18.14.4",
"@types/node": "^18.15.3",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"esbuild": "^0.17.8",
"lit": "^2.6.1",
"prettier": "2.8.4",
"rimraf": "^4.1.3",
"typescript": "^4.9.5",
"typescript": "^5.0.2",
"typesync": "^0.10.0",
"vite": "^4.1.4",
"vite": "^4.2.0",
"zx": "^7.2.0"
}
}