mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-11-10 05:23:40 +03:00
v0.7.0-canary.39
This commit is contained in:
parent
01de2ae714
commit
7af3c05b8b
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@affine/docs",
|
||||
"version": "0.7.0-canary.38",
|
||||
"version": "0.7.0-canary.39",
|
||||
"type": "module",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@affine/electron",
|
||||
"private": true,
|
||||
"version": "0.7.0-canary.38",
|
||||
"version": "0.7.0-canary.39",
|
||||
"author": "affine",
|
||||
"repository": {
|
||||
"url": "https://github.com/toeverything/AFFiNE",
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@affine/server",
|
||||
"private": true,
|
||||
"version": "0.7.0-canary.38",
|
||||
"version": "0.7.0-canary.39",
|
||||
"description": "Affine Node.js server",
|
||||
"type": "module",
|
||||
"bin": {
|
||||
|
@ -48,5 +48,5 @@
|
||||
"@blocksuite/lit": "*",
|
||||
"@blocksuite/store": "*"
|
||||
},
|
||||
"version": "0.7.0-canary.38"
|
||||
"version": "0.7.0-canary.39"
|
||||
}
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@affine/web",
|
||||
"private": true,
|
||||
"version": "0.7.0-canary.38",
|
||||
"version": "0.7.0-canary.39",
|
||||
"scripts": {
|
||||
"dev": "next dev",
|
||||
"build": "next build && next export",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@affine/monorepo",
|
||||
"version": "0.7.0-canary.38",
|
||||
"version": "0.7.0-canary.39",
|
||||
"private": true,
|
||||
"author": "toeverything",
|
||||
"license": "MPL-2.0",
|
||||
|
@ -19,5 +19,5 @@
|
||||
"peerDependencies": {
|
||||
"ts-node": "*"
|
||||
},
|
||||
"version": "0.7.0-canary.38"
|
||||
"version": "0.7.0-canary.39"
|
||||
}
|
||||
|
@ -66,5 +66,5 @@
|
||||
"vite": "^4.3.9",
|
||||
"yjs": "^13.6.6"
|
||||
},
|
||||
"version": "0.7.0-canary.38"
|
||||
"version": "0.7.0-canary.39"
|
||||
}
|
||||
|
@ -8,5 +8,5 @@
|
||||
"devDependencies": {
|
||||
"@types/debug": "^4.1.8"
|
||||
},
|
||||
"version": "0.7.0-canary.38"
|
||||
"version": "0.7.0-canary.39"
|
||||
}
|
||||
|
2
packages/env/package.json
vendored
2
packages/env/package.json
vendored
@ -27,5 +27,5 @@
|
||||
"dependencies": {
|
||||
"lit": "^2.7.5"
|
||||
},
|
||||
"version": "0.7.0-canary.38"
|
||||
"version": "0.7.0-canary.39"
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@affine/graphql",
|
||||
"version": "0.7.0-canary.38",
|
||||
"version": "0.7.0-canary.39",
|
||||
"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.38"
|
||||
"version": "0.7.0-canary.39"
|
||||
}
|
||||
|
@ -37,5 +37,5 @@
|
||||
"ts-node": "^10.9.1",
|
||||
"typescript": "^5.1.6"
|
||||
},
|
||||
"version": "0.7.0-canary.38"
|
||||
"version": "0.7.0-canary.39"
|
||||
}
|
||||
|
@ -46,5 +46,5 @@
|
||||
"optional": true
|
||||
}
|
||||
},
|
||||
"version": "0.7.0-canary.38"
|
||||
"version": "0.7.0-canary.39"
|
||||
}
|
||||
|
@ -21,5 +21,5 @@
|
||||
"@blocksuite/store": "*",
|
||||
"lottie-web": "*"
|
||||
},
|
||||
"version": "0.7.0-canary.38"
|
||||
"version": "0.7.0-canary.39"
|
||||
}
|
||||
|
@ -38,5 +38,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.38"
|
||||
"version": "0.7.0-canary.39"
|
||||
}
|
||||
|
@ -43,5 +43,5 @@
|
||||
"react": "*",
|
||||
"react-dom": "*"
|
||||
},
|
||||
"version": "0.7.0-canary.38"
|
||||
"version": "0.7.0-canary.39"
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@affine/storage",
|
||||
"version": "0.7.0-canary.38",
|
||||
"version": "0.7.0-canary.39",
|
||||
"engines": {
|
||||
"node": ">= 10.16.0 < 11 || >= 11.8.0"
|
||||
},
|
||||
|
@ -6,5 +6,5 @@
|
||||
"./*.md": "./*.md",
|
||||
"./preloading.json": "./preloading.json"
|
||||
},
|
||||
"version": "0.7.0-canary.38"
|
||||
"version": "0.7.0-canary.39"
|
||||
}
|
||||
|
@ -36,5 +36,5 @@
|
||||
"next": "=13.4.2",
|
||||
"ws": "^8.13.0"
|
||||
},
|
||||
"version": "0.7.0-canary.38"
|
||||
"version": "0.7.0-canary.39"
|
||||
}
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@toeverything/y-indexeddb",
|
||||
"type": "module",
|
||||
"version": "0.7.0-canary.38",
|
||||
"version": "0.7.0-canary.39",
|
||||
"description": "IndexedDB database adapter for Yjs",
|
||||
"repository": "toeverything/AFFiNE",
|
||||
"author": "toeverything",
|
||||
|
@ -25,5 +25,5 @@
|
||||
"react": "*",
|
||||
"react-dom": "*"
|
||||
},
|
||||
"version": "0.7.0-canary.38"
|
||||
"version": "0.7.0-canary.39"
|
||||
}
|
||||
|
@ -28,5 +28,5 @@
|
||||
"react": "*",
|
||||
"react-dom": "*"
|
||||
},
|
||||
"version": "0.7.0-canary.38"
|
||||
"version": "0.7.0-canary.39"
|
||||
}
|
||||
|
@ -21,5 +21,5 @@
|
||||
"serve": "^14.2.0",
|
||||
"vitest": "^0.32.2"
|
||||
},
|
||||
"version": "0.7.0-canary.38"
|
||||
"version": "0.7.0-canary.39"
|
||||
}
|
||||
|
2
tests/fixtures/package.json
vendored
2
tests/fixtures/package.json
vendored
@ -3,5 +3,5 @@
|
||||
"exports": {
|
||||
"./*": "./*"
|
||||
},
|
||||
"version": "0.7.0-canary.38"
|
||||
"version": "0.7.0-canary.39"
|
||||
}
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@affine-test/kit",
|
||||
"private": true,
|
||||
"version": "0.7.0-canary.38",
|
||||
"version": "0.7.0-canary.39",
|
||||
"exports": {
|
||||
"./playwright": "./playwright.ts"
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user