mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-11-10 13:56:35 +03:00
v0.7.0-canary.8
This commit is contained in:
parent
42bab6990e
commit
0d07ff2390
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@affine/electron",
|
||||
"private": true,
|
||||
"version": "0.7.0-canary.7",
|
||||
"version": "0.7.0-canary.8",
|
||||
"author": "affine",
|
||||
"repository": {
|
||||
"url": "https://github.com/toeverything/AFFiNE",
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@affine/server",
|
||||
"private": true,
|
||||
"version": "0.7.0-canary.7",
|
||||
"version": "0.7.0-canary.8",
|
||||
"description": "Affine Node.js server",
|
||||
"type": "module",
|
||||
"bin": {
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@affine/web",
|
||||
"private": true,
|
||||
"version": "0.7.0-canary.7",
|
||||
"version": "0.7.0-canary.8",
|
||||
"scripts": {
|
||||
"dev": "next dev",
|
||||
"build": "next build",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "AFFiNE",
|
||||
"version": "0.7.0-canary.7",
|
||||
"version": "0.7.0-canary.8",
|
||||
"private": true,
|
||||
"author": "toeverything",
|
||||
"license": "MPL-2.0",
|
||||
|
@ -15,5 +15,5 @@
|
||||
"dependencies": {
|
||||
"dotenv": "^16.1.1"
|
||||
},
|
||||
"version": "0.7.0-canary.7"
|
||||
"version": "0.7.0-canary.8"
|
||||
}
|
||||
|
@ -88,5 +88,5 @@
|
||||
"wait-on": "^7.0.1",
|
||||
"yjs": "^13.6.1"
|
||||
},
|
||||
"version": "0.7.0-canary.7"
|
||||
"version": "0.7.0-canary.8"
|
||||
}
|
||||
|
@ -9,5 +9,5 @@
|
||||
"devDependencies": {
|
||||
"@types/debug": "^4.1.8"
|
||||
},
|
||||
"version": "0.7.0-canary.7"
|
||||
"version": "0.7.0-canary.8"
|
||||
}
|
||||
|
2
packages/env/package.json
vendored
2
packages/env/package.json
vendored
@ -22,5 +22,5 @@
|
||||
"dependencies": {
|
||||
"lit": "^2.7.4"
|
||||
},
|
||||
"version": "0.7.0-canary.7"
|
||||
"version": "0.7.0-canary.8"
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@affine/graphql",
|
||||
"version": "0.7.0-canary.7",
|
||||
"version": "0.7.0-canary.8",
|
||||
"description": "Autogenerated GraphQL client for affine.pro",
|
||||
"license": "MPL-2.0",
|
||||
"type": "module",
|
||||
|
@ -8,5 +8,5 @@
|
||||
"@affine/env": "workspace:*",
|
||||
"@toeverything/y-indexeddb": "workspace:*"
|
||||
},
|
||||
"version": "0.7.0-canary.7"
|
||||
"version": "0.7.0-canary.8"
|
||||
}
|
||||
|
@ -37,5 +37,5 @@
|
||||
"ts-node": "^10.9.1",
|
||||
"typescript": "^5.0.4"
|
||||
},
|
||||
"version": "0.7.0-canary.7"
|
||||
"version": "0.7.0-canary.8"
|
||||
}
|
||||
|
@ -22,5 +22,5 @@
|
||||
"@blocksuite/store": "*",
|
||||
"lottie-web": "*"
|
||||
},
|
||||
"version": "0.7.0-canary.7"
|
||||
"version": "0.7.0-canary.8"
|
||||
}
|
||||
|
@ -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.7"
|
||||
"version": "0.7.0-canary.8"
|
||||
}
|
||||
|
@ -32,5 +32,5 @@
|
||||
"react": "*",
|
||||
"react-dom": "*"
|
||||
},
|
||||
"version": "0.7.0-canary.7"
|
||||
"version": "0.7.0-canary.8"
|
||||
}
|
||||
|
@ -5,5 +5,5 @@
|
||||
"exports": {
|
||||
"./*.md": "./src/*.md"
|
||||
},
|
||||
"version": "0.7.0-canary.7"
|
||||
"version": "0.7.0-canary.8"
|
||||
}
|
||||
|
@ -39,5 +39,5 @@
|
||||
"next": "=13.4.2",
|
||||
"ws": "^8.13.0"
|
||||
},
|
||||
"version": "0.7.0-canary.7"
|
||||
"version": "0.7.0-canary.8"
|
||||
}
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@toeverything/y-indexeddb",
|
||||
"type": "module",
|
||||
"version": "0.7.0-canary.7",
|
||||
"version": "0.7.0-canary.8",
|
||||
"scripts": {
|
||||
"build": "vite build"
|
||||
},
|
||||
|
@ -17,5 +17,5 @@
|
||||
"react": "*",
|
||||
"react-dom": "*"
|
||||
},
|
||||
"version": "0.7.0-canary.7"
|
||||
"version": "0.7.0-canary.8"
|
||||
}
|
||||
|
@ -24,5 +24,5 @@
|
||||
"react": "*",
|
||||
"react-dom": "*"
|
||||
},
|
||||
"version": "0.7.0-canary.7"
|
||||
"version": "0.7.0-canary.8"
|
||||
}
|
||||
|
2
tests/fixtures/package.json
vendored
2
tests/fixtures/package.json
vendored
@ -3,5 +3,5 @@
|
||||
"exports": {
|
||||
"./*": "./*"
|
||||
},
|
||||
"version": "0.7.0-canary.7"
|
||||
"version": "0.7.0-canary.8"
|
||||
}
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@affine-test/kit",
|
||||
"private": true,
|
||||
"version": "0.7.0-canary.7",
|
||||
"version": "0.7.0-canary.8",
|
||||
"exports": {
|
||||
"./playwright": "./playwright.ts"
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user