v0.7.0-canary.10

This commit is contained in:
himself65 2023-06-08 18:33:14 +08:00
parent 29d8f61c90
commit 6f411bd459
23 changed files with 24 additions and 23 deletions

View File

@ -1,7 +1,7 @@
{
"name": "@affine/electron",
"private": true,
"version": "0.7.0-canary.9",
"version": "0.7.0-canary.10",
"author": "affine",
"repository": {
"url": "https://github.com/toeverything/AFFiNE",

View File

@ -1,7 +1,7 @@
{
"name": "@affine/server",
"private": true,
"version": "0.7.0-canary.9",
"version": "0.7.0-canary.10",
"description": "Affine Node.js server",
"type": "module",
"bin": {

View File

@ -1,7 +1,7 @@
{
"name": "@affine/web",
"private": true,
"version": "0.7.0-canary.9",
"version": "0.7.0-canary.10",
"scripts": {
"dev": "next dev",
"build": "next build",

View File

@ -1,6 +1,6 @@
{
"name": "AFFiNE",
"version": "0.7.0-canary.9",
"version": "0.7.0-canary.10",
"private": true,
"author": "toeverything",
"license": "MPL-2.0",

View File

@ -15,5 +15,5 @@
"dependencies": {
"dotenv": "^16.1.4"
},
"version": "0.7.0-canary.9"
"version": "0.7.0-canary.10"
}

View File

@ -65,5 +65,5 @@
"vite": "^4.3.9",
"yjs": "^13.6.1"
},
"version": "0.7.0-canary.9"
"version": "0.7.0-canary.10"
}

View File

@ -8,5 +8,5 @@
"devDependencies": {
"@types/debug": "^4.1.8"
},
"version": "0.7.0-canary.9"
"version": "0.7.0-canary.10"
}

View File

@ -27,5 +27,5 @@
"dependencies": {
"lit": "^2.7.5"
},
"version": "0.7.0-canary.9"
"version": "0.7.0-canary.10"
}

View File

@ -1,6 +1,6 @@
{
"name": "@affine/graphql",
"version": "0.7.0-canary.9",
"version": "0.7.0-canary.10",
"description": "Autogenerated GraphQL client for affine.pro",
"license": "MPL-2.0",
"type": "module",

View File

@ -8,5 +8,5 @@
"@affine/env": "workspace:*",
"@toeverything/y-indexeddb": "workspace:*"
},
"version": "0.7.0-canary.9"
"version": "0.7.0-canary.10"
}

View File

@ -37,5 +37,5 @@
"ts-node": "^10.9.1",
"typescript": "^5.0.4"
},
"version": "0.7.0-canary.9"
"version": "0.7.0-canary.10"
}

View File

@ -27,5 +27,6 @@
"devDependencies": {
"vite": "^4.3.9",
"vite-plugin-dts": "^2.3.0"
}
},
"version": "0.7.0-canary.10"
}

View File

@ -21,5 +21,5 @@
"@blocksuite/store": "*",
"lottie-web": "*"
},
"version": "0.7.0-canary.9"
"version": "0.7.0-canary.10"
}

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.9"
"version": "0.7.0-canary.10"
}

View File

@ -32,5 +32,5 @@
"react": "*",
"react-dom": "*"
},
"version": "0.7.0-canary.9"
"version": "0.7.0-canary.10"
}

View File

@ -47,5 +47,5 @@
"@blocksuite/lit": "*",
"@blocksuite/store": "*"
},
"version": "0.7.0-canary.9"
"version": "0.7.0-canary.10"
}

View File

@ -6,5 +6,5 @@
"./*.md": "./*.md",
"./preloading.json": "./preloading.json"
},
"version": "0.7.0-canary.9"
"version": "0.7.0-canary.10"
}

View File

@ -39,5 +39,5 @@
"next": "=13.4.2",
"ws": "^8.13.0"
},
"version": "0.7.0-canary.9"
"version": "0.7.0-canary.10"
}

View File

@ -1,7 +1,7 @@
{
"name": "@toeverything/y-indexeddb",
"type": "module",
"version": "0.7.0-canary.9",
"version": "0.7.0-canary.10",
"scripts": {
"build": "vite build"
},

View File

@ -19,5 +19,5 @@
"react": "*",
"react-dom": "*"
},
"version": "0.7.0-canary.9"
"version": "0.7.0-canary.10"
}

View File

@ -24,5 +24,5 @@
"react": "*",
"react-dom": "*"
},
"version": "0.7.0-canary.9"
"version": "0.7.0-canary.10"
}

View File

@ -3,5 +3,5 @@
"exports": {
"./*": "./*"
},
"version": "0.7.0-canary.9"
"version": "0.7.0-canary.10"
}

View File

@ -1,7 +1,7 @@
{
"name": "@affine-test/kit",
"private": true,
"version": "0.7.0-canary.9",
"version": "0.7.0-canary.10",
"exports": {
"./playwright": "./playwright.ts"
},