Skip to content

Commit

Permalink
chore: bump version (#1866)
Browse files Browse the repository at this point in the history
  • Loading branch information
himself65 committed Mar 27, 2023
1 parent d0721dc commit 3cf2510
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 364 deletions.
4 changes: 1 addition & 3 deletions packages/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,8 @@
"@blocksuite/phasor": "workspace:*",
"@blocksuite/store": "workspace:*",
"@blocksuite/virgo": "workspace:*",
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@lit-labs/react": "^1.1.1",
"@rich-data/viewer": "^2.14.1",
"@rich-data/viewer": "^2.15.6",
"@shoelace-style/shoelace": "2.0.0",
"browser-fs-access": "^0.32.1",
"lit": "^2.6.1",
Expand Down
3 changes: 3 additions & 0 deletions packages/playground/src/components/doc-inspector.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// eslint-disable-next-line @typescript-eslint/no-restricted-imports
import '@rich-data/viewer/theme/base.css';

export async function createViewer(value: Record<string, unknown>) {
const { createRoot } = await import('react-dom/client');
const { JsonViewer } = await import('@rich-data/viewer');
Expand Down
Loading

3 comments on commit 3cf2510

@vercel
Copy link

@vercel vercel bot commented on 3cf2510 Mar 27, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

blocksuite – ./packages/playground

blocksuite-git-master-toeverything.vercel.app
blocksuite-five.vercel.app
blocksuite-toeverything.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 3cf2510 Mar 27, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

blocksuite-react – ./packages/react/examples/next

blocksuite-react-toeverything.vercel.app
blocksuite-react-git-master-toeverything.vercel.app
blocksuite-react.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 3cf2510 Mar 27, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.