mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-11-23 02:53:28 +03:00
v0.5.4-canary.15
This commit is contained in:
parent
9f8b38f9f3
commit
549dddc65f
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@affine/electron",
|
||||
"private": true,
|
||||
"version": "0.5.4-canary.14",
|
||||
"version": "0.5.4-canary.15",
|
||||
"author": "affine",
|
||||
"description": "AFFiNE App",
|
||||
"homepage": "https://github.com/toeverything/AFFiNE",
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@affine/server",
|
||||
"private": true,
|
||||
"version": "0.5.4-canary.14",
|
||||
"version": "0.5.4-canary.15",
|
||||
"description": "Affine Node.js server",
|
||||
"type": "module",
|
||||
"bin": {
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@affine/web",
|
||||
"private": true,
|
||||
"version": "0.5.4-canary.14",
|
||||
"version": "0.5.4-canary.15",
|
||||
"scripts": {
|
||||
"dev": "next dev",
|
||||
"build": "next build",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "AFFiNE",
|
||||
"version": "0.5.4-canary.14",
|
||||
"version": "0.5.4-canary.15",
|
||||
"private": true,
|
||||
"author": "toeverything",
|
||||
"license": "MPL-2.0",
|
||||
|
@ -15,5 +15,5 @@
|
||||
"dependencies": {
|
||||
"dotenv": "^16.0.3"
|
||||
},
|
||||
"version": "0.5.4-canary.14"
|
||||
"version": "0.5.4-canary.15"
|
||||
}
|
||||
|
@ -81,5 +81,5 @@
|
||||
"wait-on": "^7.0.1",
|
||||
"yjs": "^13.6.0"
|
||||
},
|
||||
"version": "0.5.4-canary.14"
|
||||
"version": "0.5.4-canary.15"
|
||||
}
|
||||
|
@ -9,5 +9,5 @@
|
||||
"devDependencies": {
|
||||
"@types/debug": "^4.1.7"
|
||||
},
|
||||
"version": "0.5.4-canary.14"
|
||||
"version": "0.5.4-canary.15"
|
||||
}
|
||||
|
2
packages/env/package.json
vendored
2
packages/env/package.json
vendored
@ -21,5 +21,5 @@
|
||||
"dependencies": {
|
||||
"lit": "^2.7.3"
|
||||
},
|
||||
"version": "0.5.4-canary.14"
|
||||
"version": "0.5.4-canary.15"
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@affine/graphql",
|
||||
"version": "0.5.4-canary.14",
|
||||
"version": "0.5.4-canary.15",
|
||||
"description": "Autogenerated GraphQL client for affine.pro",
|
||||
"license": "MPL-2.0",
|
||||
"type": "module",
|
||||
|
@ -4,5 +4,5 @@
|
||||
"./*": "./src/*"
|
||||
},
|
||||
"private": true,
|
||||
"version": "0.5.4-canary.14"
|
||||
"version": "0.5.4-canary.15"
|
||||
}
|
||||
|
@ -39,5 +39,5 @@
|
||||
"ts-node": "^10.9.1",
|
||||
"typescript": "^5.0.4"
|
||||
},
|
||||
"version": "0.5.4-canary.14"
|
||||
"version": "0.5.4-canary.15"
|
||||
}
|
||||
|
@ -20,5 +20,5 @@
|
||||
"@blocksuite/store": "*",
|
||||
"lottie-web": "*"
|
||||
},
|
||||
"version": "0.5.4-canary.14"
|
||||
"version": "0.5.4-canary.15"
|
||||
}
|
||||
|
@ -26,5 +26,5 @@
|
||||
"universal": "napi universal",
|
||||
"version": "napi version"
|
||||
},
|
||||
"version": "0.5.4-canary.14"
|
||||
"version": "0.5.4-canary.15"
|
||||
}
|
||||
|
@ -5,5 +5,5 @@
|
||||
"exports": {
|
||||
"./*.md": "./src/*.md"
|
||||
},
|
||||
"version": "0.5.4-canary.14"
|
||||
"version": "0.5.4-canary.15"
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@toeverything/theme",
|
||||
"version": "0.5.4-canary.14",
|
||||
"version": "0.5.4-canary.15",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"build": "vite build"
|
||||
|
@ -38,5 +38,5 @@
|
||||
"@types/ws": "^8.5.4",
|
||||
"ws": "^8.13.0"
|
||||
},
|
||||
"version": "0.5.4-canary.14"
|
||||
"version": "0.5.4-canary.15"
|
||||
}
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@toeverything/y-indexeddb",
|
||||
"type": "module",
|
||||
"version": "0.5.4-canary.14",
|
||||
"version": "0.5.4-canary.15",
|
||||
"scripts": {
|
||||
"build": "vite build"
|
||||
},
|
||||
|
2
tests/fixtures/package.json
vendored
2
tests/fixtures/package.json
vendored
@ -3,5 +3,5 @@
|
||||
"exports": {
|
||||
"./*": "./*"
|
||||
},
|
||||
"version": "0.5.4-canary.14"
|
||||
"version": "0.5.4-canary.15"
|
||||
}
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@affine-test/kit",
|
||||
"private": true,
|
||||
"version": "0.5.4-canary.14",
|
||||
"version": "0.5.4-canary.15",
|
||||
"exports": {
|
||||
"./playwright": "./playwright.ts"
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user