chore: bump ts & blocksuite

This commit is contained in:
DarkSky
2023-02-06 17:07:48 +08:00
parent b0e586d02b
commit be3158d529
6 changed files with 105 additions and 148 deletions
+4 -4
View File
@@ -11,10 +11,10 @@
"dependencies": {
"@affine/datacenter": "workspace:*",
"@affine/i18n": "workspace:*",
"@blocksuite/blocks": "0.4.0-20230203030233-b22bea7",
"@blocksuite/editor": "0.4.0-20230203030233-b22bea7",
"@blocksuite/blocks": "0.4.0-20230205175611-17a62e3",
"@blocksuite/editor": "0.4.0-20230205175611-17a62e3",
"@blocksuite/icons": "^2.0.2",
"@blocksuite/store": "0.4.0-20230203030233-b22bea7",
"@blocksuite/store": "0.4.0-20230205175611-17a62e3",
"@emotion/css": "^11.10.0",
"@emotion/react": "^11.10.4",
"@emotion/server": "^11.10.0",
@@ -50,7 +50,7 @@
"eslint-plugin-prettier": "^4.2.1",
"next-pwa": "^5.6.0",
"raw-loader": "^4.0.2",
"typescript": "4.8.3"
"typescript": "^4.9.5"
},
"eslintConfig": {
"extends": [
+3 -3
View File
@@ -23,12 +23,12 @@
"@playwright/test": "^1.29.1",
"@types/debug": "^4.1.7",
"fake-indexeddb": "4.0.1",
"typescript": "^4.8.4",
"typescript": "^4.9.5",
"yjs": "^13.5.44"
},
"dependencies": {
"@blocksuite/blocks": "0.4.0-20230203030233-b22bea7",
"@blocksuite/store": "0.4.0-20230203030233-b22bea7",
"@blocksuite/blocks": "0.4.0-20230205175611-17a62e3",
"@blocksuite/store": "0.4.0-20230205175611-17a62e3",
"debug": "^4.3.4",
"encoding": "^0.1.13",
"firebase": "^9.15.0",
+1 -1
View File
@@ -28,6 +28,6 @@
"devDependencies": {
"@types/prettier": "^2.7.2",
"ts-node": "^10.9.1",
"typescript": "^4.8.4"
"typescript": "^4.9.5"
}
}
+1 -1
View File
@@ -24,6 +24,6 @@
},
"devDependencies": {
"@types/react": "^18.0.21",
"typescript": "^4.8.4"
"typescript": "^4.9.5"
}
}