mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-11-26 17:03:46 +03:00
v0.7.0-canary.16
This commit is contained in:
parent
afad85f4a4
commit
3058c56394
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "@affine/electron",
|
"name": "@affine/electron",
|
||||||
"private": true,
|
"private": true,
|
||||||
"version": "0.7.0-canary.15",
|
"version": "0.7.0-canary.16",
|
||||||
"author": "affine",
|
"author": "affine",
|
||||||
"repository": {
|
"repository": {
|
||||||
"url": "https://github.com/toeverything/AFFiNE",
|
"url": "https://github.com/toeverything/AFFiNE",
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "@affine/server",
|
"name": "@affine/server",
|
||||||
"private": true,
|
"private": true,
|
||||||
"version": "0.7.0-canary.15",
|
"version": "0.7.0-canary.16",
|
||||||
"description": "Affine Node.js server",
|
"description": "Affine Node.js server",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"bin": {
|
"bin": {
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "@affine/web",
|
"name": "@affine/web",
|
||||||
"private": true,
|
"private": true,
|
||||||
"version": "0.7.0-canary.15",
|
"version": "0.7.0-canary.16",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "next dev",
|
"dev": "next dev",
|
||||||
"build": "next build",
|
"build": "next build",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@affine/monorepo",
|
"name": "@affine/monorepo",
|
||||||
"version": "0.7.0-canary.15",
|
"version": "0.7.0-canary.16",
|
||||||
"private": true,
|
"private": true,
|
||||||
"author": "toeverything",
|
"author": "toeverything",
|
||||||
"license": "MPL-2.0",
|
"license": "MPL-2.0",
|
||||||
|
@ -15,5 +15,5 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"dotenv": "^16.1.4"
|
"dotenv": "^16.1.4"
|
||||||
},
|
},
|
||||||
"version": "0.7.0-canary.15"
|
"version": "0.7.0-canary.16"
|
||||||
}
|
}
|
||||||
|
@ -66,5 +66,5 @@
|
|||||||
"vite": "^4.3.9",
|
"vite": "^4.3.9",
|
||||||
"yjs": "^13.6.1"
|
"yjs": "^13.6.1"
|
||||||
},
|
},
|
||||||
"version": "0.7.0-canary.15"
|
"version": "0.7.0-canary.16"
|
||||||
}
|
}
|
||||||
|
@ -8,5 +8,5 @@
|
|||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/debug": "^4.1.8"
|
"@types/debug": "^4.1.8"
|
||||||
},
|
},
|
||||||
"version": "0.7.0-canary.15"
|
"version": "0.7.0-canary.16"
|
||||||
}
|
}
|
||||||
|
2
packages/env/package.json
vendored
2
packages/env/package.json
vendored
@ -28,5 +28,5 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"lit": "^2.7.5"
|
"lit": "^2.7.5"
|
||||||
},
|
},
|
||||||
"version": "0.7.0-canary.15"
|
"version": "0.7.0-canary.16"
|
||||||
}
|
}
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@affine/graphql",
|
"name": "@affine/graphql",
|
||||||
"version": "0.7.0-canary.15",
|
"version": "0.7.0-canary.16",
|
||||||
"description": "Autogenerated GraphQL client for affine.pro",
|
"description": "Autogenerated GraphQL client for affine.pro",
|
||||||
"license": "MPL-2.0",
|
"license": "MPL-2.0",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
|
@ -8,5 +8,5 @@
|
|||||||
"@affine/env": "workspace:*",
|
"@affine/env": "workspace:*",
|
||||||
"@toeverything/y-indexeddb": "workspace:*"
|
"@toeverything/y-indexeddb": "workspace:*"
|
||||||
},
|
},
|
||||||
"version": "0.7.0-canary.15"
|
"version": "0.7.0-canary.16"
|
||||||
}
|
}
|
||||||
|
@ -36,5 +36,5 @@
|
|||||||
"ts-node": "^10.9.1",
|
"ts-node": "^10.9.1",
|
||||||
"typescript": "^5.1.3"
|
"typescript": "^5.1.3"
|
||||||
},
|
},
|
||||||
"version": "0.7.0-canary.15"
|
"version": "0.7.0-canary.16"
|
||||||
}
|
}
|
||||||
|
@ -28,5 +28,5 @@
|
|||||||
"vite": "^4.3.9",
|
"vite": "^4.3.9",
|
||||||
"vite-plugin-dts": "^2.3.0"
|
"vite-plugin-dts": "^2.3.0"
|
||||||
},
|
},
|
||||||
"version": "0.7.0-canary.15"
|
"version": "0.7.0-canary.16"
|
||||||
}
|
}
|
||||||
|
@ -21,5 +21,5 @@
|
|||||||
"@blocksuite/store": "*",
|
"@blocksuite/store": "*",
|
||||||
"lottie-web": "*"
|
"lottie-web": "*"
|
||||||
},
|
},
|
||||||
"version": "0.7.0-canary.15"
|
"version": "0.7.0-canary.16"
|
||||||
}
|
}
|
||||||
|
@ -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",
|
"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": "napi version"
|
||||||
},
|
},
|
||||||
"version": "0.7.0-canary.15"
|
"version": "0.7.0-canary.16"
|
||||||
}
|
}
|
||||||
|
@ -40,5 +40,5 @@
|
|||||||
"react": "*",
|
"react": "*",
|
||||||
"react-dom": "*"
|
"react-dom": "*"
|
||||||
},
|
},
|
||||||
"version": "0.7.0-canary.15"
|
"version": "0.7.0-canary.16"
|
||||||
}
|
}
|
||||||
|
@ -47,5 +47,5 @@
|
|||||||
"@blocksuite/lit": "*",
|
"@blocksuite/lit": "*",
|
||||||
"@blocksuite/store": "*"
|
"@blocksuite/store": "*"
|
||||||
},
|
},
|
||||||
"version": "0.7.0-canary.15"
|
"version": "0.7.0-canary.16"
|
||||||
}
|
}
|
||||||
|
@ -6,5 +6,5 @@
|
|||||||
"./*.md": "./*.md",
|
"./*.md": "./*.md",
|
||||||
"./preloading.json": "./preloading.json"
|
"./preloading.json": "./preloading.json"
|
||||||
},
|
},
|
||||||
"version": "0.7.0-canary.15"
|
"version": "0.7.0-canary.16"
|
||||||
}
|
}
|
||||||
|
@ -40,5 +40,5 @@
|
|||||||
"next": "=13.4.2",
|
"next": "=13.4.2",
|
||||||
"ws": "^8.13.0"
|
"ws": "^8.13.0"
|
||||||
},
|
},
|
||||||
"version": "0.7.0-canary.15"
|
"version": "0.7.0-canary.16"
|
||||||
}
|
}
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "@toeverything/y-indexeddb",
|
"name": "@toeverything/y-indexeddb",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"version": "0.7.0-canary.15",
|
"version": "0.7.0-canary.16",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "vite build"
|
"build": "vite build"
|
||||||
},
|
},
|
||||||
|
@ -21,5 +21,5 @@
|
|||||||
"react": "*",
|
"react": "*",
|
||||||
"react-dom": "*"
|
"react-dom": "*"
|
||||||
},
|
},
|
||||||
"version": "0.7.0-canary.15"
|
"version": "0.7.0-canary.16"
|
||||||
}
|
}
|
||||||
|
@ -28,5 +28,5 @@
|
|||||||
"react": "*",
|
"react": "*",
|
||||||
"react-dom": "*"
|
"react-dom": "*"
|
||||||
},
|
},
|
||||||
"version": "0.7.0-canary.15"
|
"version": "0.7.0-canary.16"
|
||||||
}
|
}
|
||||||
|
2
tests/fixtures/package.json
vendored
2
tests/fixtures/package.json
vendored
@ -3,5 +3,5 @@
|
|||||||
"exports": {
|
"exports": {
|
||||||
"./*": "./*"
|
"./*": "./*"
|
||||||
},
|
},
|
||||||
"version": "0.7.0-canary.15"
|
"version": "0.7.0-canary.16"
|
||||||
}
|
}
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "@affine-test/kit",
|
"name": "@affine-test/kit",
|
||||||
"private": true,
|
"private": true,
|
||||||
"version": "0.7.0-canary.15",
|
"version": "0.7.0-canary.16",
|
||||||
"exports": {
|
"exports": {
|
||||||
"./playwright": "./playwright.ts"
|
"./playwright": "./playwright.ts"
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user