mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 04:18:54 +00:00
chore: bump version (#4354)
This commit is contained in:
@@ -54,12 +54,12 @@
|
||||
"rxjs": "^7.8.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@blocksuite/blocks": "0.0.0-20230911110410-f65fc3ab-nightly",
|
||||
"@blocksuite/editor": "0.0.0-20230911110410-f65fc3ab-nightly",
|
||||
"@blocksuite/global": "0.0.0-20230911110410-f65fc3ab-nightly",
|
||||
"@blocksuite/blocks": "0.0.0-20230913110404-34f93652-nightly",
|
||||
"@blocksuite/editor": "0.0.0-20230913110404-34f93652-nightly",
|
||||
"@blocksuite/global": "0.0.0-20230913110404-34f93652-nightly",
|
||||
"@blocksuite/icons": "^2.1.33",
|
||||
"@blocksuite/lit": "0.0.0-20230911110410-f65fc3ab-nightly",
|
||||
"@blocksuite/store": "0.0.0-20230911110410-f65fc3ab-nightly",
|
||||
"@blocksuite/lit": "0.0.0-20230913110404-34f93652-nightly",
|
||||
"@blocksuite/store": "0.0.0-20230913110404-34f93652-nightly",
|
||||
"@types/react": "^18.2.21",
|
||||
"@types/react-datepicker": "^4.15.0",
|
||||
"@types/react-dnd": "^3.0.2",
|
||||
|
||||
2
packages/env/package.json
vendored
2
packages/env/package.json
vendored
@@ -5,7 +5,7 @@
|
||||
"main": "./src/index.ts",
|
||||
"module": "./src/index.ts",
|
||||
"devDependencies": {
|
||||
"@blocksuite/global": "0.0.0-20230911110410-f65fc3ab-nightly",
|
||||
"@blocksuite/global": "0.0.0-20230913110404-34f93652-nightly",
|
||||
"react": "18.2.0",
|
||||
"react-dom": "18.2.0",
|
||||
"zod": "^3.22.2"
|
||||
|
||||
@@ -12,12 +12,12 @@
|
||||
"devDependencies": {
|
||||
"@affine/env": "workspace:*",
|
||||
"@affine/y-provider": "workspace:*",
|
||||
"@blocksuite/block-std": "0.0.0-20230911110410-f65fc3ab-nightly",
|
||||
"@blocksuite/blocks": "0.0.0-20230911110410-f65fc3ab-nightly",
|
||||
"@blocksuite/editor": "0.0.0-20230911110410-f65fc3ab-nightly",
|
||||
"@blocksuite/global": "0.0.0-20230911110410-f65fc3ab-nightly",
|
||||
"@blocksuite/lit": "0.0.0-20230911110410-f65fc3ab-nightly",
|
||||
"@blocksuite/store": "0.0.0-20230911110410-f65fc3ab-nightly",
|
||||
"@blocksuite/block-std": "0.0.0-20230913110404-34f93652-nightly",
|
||||
"@blocksuite/blocks": "0.0.0-20230913110404-34f93652-nightly",
|
||||
"@blocksuite/editor": "0.0.0-20230913110404-34f93652-nightly",
|
||||
"@blocksuite/global": "0.0.0-20230913110404-34f93652-nightly",
|
||||
"@blocksuite/lit": "0.0.0-20230913110404-34f93652-nightly",
|
||||
"@blocksuite/store": "0.0.0-20230913110404-34f93652-nightly",
|
||||
"@types/lodash.debounce": "^4.0.7"
|
||||
},
|
||||
"peerDependencies": {
|
||||
|
||||
@@ -50,15 +50,15 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@affine/sdk": "workspace:*",
|
||||
"@blocksuite/blocks": "0.0.0-20230911110410-f65fc3ab-nightly",
|
||||
"@blocksuite/global": "0.0.0-20230911110410-f65fc3ab-nightly",
|
||||
"@blocksuite/store": "0.0.0-20230911110410-f65fc3ab-nightly",
|
||||
"@blocksuite/blocks": "0.0.0-20230913110404-34f93652-nightly",
|
||||
"@blocksuite/global": "0.0.0-20230913110404-34f93652-nightly",
|
||||
"@blocksuite/store": "0.0.0-20230913110404-34f93652-nightly",
|
||||
"jotai": "^2.4.1",
|
||||
"zod": "^3.22.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@blocksuite/editor": "0.0.0-20230911110410-f65fc3ab-nightly",
|
||||
"@blocksuite/lit": "0.0.0-20230911110410-f65fc3ab-nightly",
|
||||
"@blocksuite/editor": "0.0.0-20230913110404-34f93652-nightly",
|
||||
"@blocksuite/lit": "0.0.0-20230913110404-34f93652-nightly",
|
||||
"async-call-rpc": "^6.3.1",
|
||||
"electron": "link:../../apps/electron/node_modules/electron",
|
||||
"react": "^18.2.0",
|
||||
|
||||
@@ -1,9 +1,12 @@
|
||||
import type { ExpectedLayout } from '@affine/sdk/entry';
|
||||
import type Buffer from 'buffer';
|
||||
import type { WritableAtom } from 'jotai';
|
||||
import { z } from 'zod';
|
||||
|
||||
import type { TypedEventEmitter } from './core/event-emitter.js';
|
||||
|
||||
type Buffer = Buffer.Buffer;
|
||||
|
||||
export const packageJsonInputSchema = z.object({
|
||||
name: z.string(),
|
||||
version: z.string(),
|
||||
|
||||
@@ -22,9 +22,9 @@
|
||||
"dist"
|
||||
],
|
||||
"dependencies": {
|
||||
"@blocksuite/blocks": "0.0.0-20230911110410-f65fc3ab-nightly",
|
||||
"@blocksuite/global": "0.0.0-20230911110410-f65fc3ab-nightly",
|
||||
"@blocksuite/store": "0.0.0-20230911110410-f65fc3ab-nightly",
|
||||
"@blocksuite/blocks": "0.0.0-20230913110404-34f93652-nightly",
|
||||
"@blocksuite/global": "0.0.0-20230913110404-34f93652-nightly",
|
||||
"@blocksuite/store": "0.0.0-20230913110404-34f93652-nightly",
|
||||
"jotai": "^2.4.1",
|
||||
"zod": "^3.22.2"
|
||||
},
|
||||
|
||||
@@ -38,8 +38,8 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@affine/y-provider": "workspace:*",
|
||||
"@blocksuite/blocks": "0.0.0-20230911110410-f65fc3ab-nightly",
|
||||
"@blocksuite/store": "0.0.0-20230911110410-f65fc3ab-nightly",
|
||||
"@blocksuite/blocks": "0.0.0-20230913110404-34f93652-nightly",
|
||||
"@blocksuite/store": "0.0.0-20230913110404-34f93652-nightly",
|
||||
"vite": "^4.4.9",
|
||||
"vite-plugin-dts": "3.5.3",
|
||||
"y-indexeddb": "^9.0.11"
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
".": "./src/index.ts"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@blocksuite/store": "0.0.0-20230911110410-f65fc3ab-nightly"
|
||||
"@blocksuite/store": "0.0.0-20230913110404-34f93652-nightly"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"yjs": "^13.5.51"
|
||||
|
||||
Reference in New Issue
Block a user