v0.7.0-canary.9

This commit is contained in:
himself65
2023-06-07 17:59:55 +08:00
parent 35fb10c95b
commit 3d7721d59d
22 changed files with 23 additions and 22 deletions
+1 -1
View File
@@ -15,5 +15,5 @@
"dependencies": {
"dotenv": "^16.1.4"
},
"version": "0.7.0-canary.8"
"version": "0.7.0-canary.9"
}
+1 -1
View File
@@ -63,5 +63,5 @@
"vite": "^4.3.9",
"yjs": "^13.6.1"
},
"version": "0.7.0-canary.8"
"version": "0.7.0-canary.9"
}
+1 -1
View File
@@ -8,5 +8,5 @@
"devDependencies": {
"@types/debug": "^4.1.8"
},
"version": "0.7.0-canary.8"
"version": "0.7.0-canary.9"
}
+1 -1
View File
@@ -23,5 +23,5 @@
"dependencies": {
"lit": "^2.7.5"
},
"version": "0.7.0-canary.8"
"version": "0.7.0-canary.9"
}
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@affine/graphql",
"version": "0.7.0-canary.8",
"version": "0.7.0-canary.9",
"description": "Autogenerated GraphQL client for affine.pro",
"license": "MPL-2.0",
"type": "module",
+1 -1
View File
@@ -8,5 +8,5 @@
"@affine/env": "workspace:*",
"@toeverything/y-indexeddb": "workspace:*"
},
"version": "0.7.0-canary.8"
"version": "0.7.0-canary.9"
}
+1 -1
View File
@@ -37,5 +37,5 @@
"ts-node": "^10.9.1",
"typescript": "^5.0.4"
},
"version": "0.7.0-canary.8"
"version": "0.7.0-canary.9"
}
+1 -1
View File
@@ -22,5 +22,5 @@
"@blocksuite/store": "*",
"lottie-web": "*"
},
"version": "0.7.0-canary.8"
"version": "0.7.0-canary.9"
}
+1 -1
View File
@@ -35,5 +35,5 @@
"test": "cross-env TS_NODE_TRANSPILE_ONLY=1 TS_NODE_PROJECT=./tsconfig.json node --test --loader ts-node/esm --experimental-specifier-resolution=node ./__tests__/**/*.mts",
"version": "napi version"
},
"version": "0.7.0-canary.8"
"version": "0.7.0-canary.9"
}
+1 -1
View File
@@ -32,5 +32,5 @@
"react": "*",
"react-dom": "*"
},
"version": "0.7.0-canary.8"
"version": "0.7.0-canary.9"
}
+2 -1
View File
@@ -46,5 +46,6 @@
"@blocksuite/icons": "*",
"@blocksuite/lit": "*",
"@blocksuite/store": "*"
}
},
"version": "0.7.0-canary.9"
}
+1 -1
View File
@@ -6,5 +6,5 @@
"./*.md": "./*.md",
"./preloading.json": "./preloading.json"
},
"version": "0.7.0-canary.8"
"version": "0.7.0-canary.9"
}
+1 -1
View File
@@ -39,5 +39,5 @@
"next": "=13.4.2",
"ws": "^8.13.0"
},
"version": "0.7.0-canary.8"
"version": "0.7.0-canary.9"
}
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@toeverything/y-indexeddb",
"type": "module",
"version": "0.7.0-canary.8",
"version": "0.7.0-canary.9",
"scripts": {
"build": "vite build"
},