Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
himself65 committed Jul 23, 2023
1 parent a1da472 commit 08b580b
Show file tree
Hide file tree
Showing 5 changed files with 1,039 additions and 777 deletions.
44 changes: 22 additions & 22 deletions package.json
Expand Up @@ -12,36 +12,36 @@
"test": "vitest"
},
"dependencies": {
"@blocksuite/blocks": "0.0.0-20230508043859-34d0cc68-nightly",
"@blocksuite/editor": "0.0.0-20230508043859-34d0cc68-nightly",
"@blocksuite/store": "0.0.0-20230508043859-34d0cc68-nightly",
"@toeverything/y-indexeddb": "0.5.4-canary.26",
"jotai": "^2.1.0",
"@blocksuite/blocks": "0.0.0-20230722125003-4c0d3989-nightly",
"@blocksuite/editor": "0.0.0-20230722125003-4c0d3989-nightly",
"@blocksuite/store": "0.0.0-20230722125003-4c0d3989-nightly",
"@toeverything/y-indexeddb": "0.7.0-canary.51",
"jotai": "^2.2.2",
"jotai-molecules": "^1.1.1",
"lit": "^2.7.4",
"lit": "^2.7.6",
"nanoid": "^4.0.2",
"next": "^13.4.1",
"next": "^13.4.12",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-error-boundary": "^4.0.4",
"rxjs": "^7.8.1",
"yjs": "^13.6.1"
"yjs": "^13.6.7"
},
"devDependencies": {
"@testing-library/react": "^14.0.0",
"@types/react": "^18.2.6",
"@types/react-dom": "^18.2.4",
"@typescript-eslint/eslint-plugin": "^5.59.2",
"@typescript-eslint/parser": "^5.59.2",
"@vanilla-extract/css": "^1.11.0",
"@vanilla-extract/next-plugin": "^2.1.2",
"@vitejs/plugin-react": "^4.0.0",
"eslint": "^8.40.0",
"eslint-config-next": "^13.4.1",
"fake-indexeddb": "^4.0.1",
"happy-dom": "^9.10.9",
"typescript": "^5.0.2",
"vite": "^4.3.5",
"vitest": "^0.30.1"
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@typescript-eslint/eslint-plugin": "^6.1.0",
"@typescript-eslint/parser": "^6.1.0",
"@vanilla-extract/css": "^1.12.0",
"@vanilla-extract/next-plugin": "2.1.2",
"@vitejs/plugin-react": "^4.0.3",
"eslint": "^8.45.0",
"eslint-config-next": "^13.4.12",
"fake-indexeddb": "^4.0.2",
"happy-dom": "^10.5.2",
"typescript": "^5.1.6",
"vite": "^4.4.6",
"vitest": "^0.33.0"
}
}

1 comment on commit 08b580b

@vercel
Copy link

@vercel vercel bot commented on 08b580b Jul 23, 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:

affine-demo – ./

affine-demo-git-stable-himself65.vercel.app
affine-demo-himself65.vercel.app
affine-demo.himself65.com

Please sign in to comment.