mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-23 01:32:56 +03:00
chore: bump version (#1818)
This commit is contained in:
parent
3e3386d24a
commit
a24b747ee8
@ -37,8 +37,8 @@
|
||||
"@electron-forge/shared-types": "^6.1.0",
|
||||
"@electron/rebuild": "^3.2.10",
|
||||
"dts-for-context-bridge": "^0.7.1",
|
||||
"electron": "23.2.1",
|
||||
"esbuild": "^0.17.14",
|
||||
"electron": "24.0.0",
|
||||
"esbuild": "^0.17.15",
|
||||
"zx": "^7.2.1"
|
||||
},
|
||||
"dependencies": {
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -19,29 +19,29 @@
|
||||
"@affine/workspace": "workspace:*",
|
||||
"@blocksuite/blocks": "0.5.0-20230404060355-e26ee252",
|
||||
"@blocksuite/editor": "0.5.0-20230404060355-e26ee252",
|
||||
"@blocksuite/icons": "^2.1.2",
|
||||
"@blocksuite/icons": "^2.1.3",
|
||||
"@blocksuite/store": "0.5.0-20230404060355-e26ee252",
|
||||
"@emotion/cache": "^11.10.5",
|
||||
"@emotion/react": "^11.10.6",
|
||||
"@emotion/server": "^11.10.0",
|
||||
"@emotion/styled": "^11.10.6",
|
||||
"@mui/material": "^5.11.15",
|
||||
"@mui/material": "^5.11.16",
|
||||
"@sentry/nextjs": "^7.46.0",
|
||||
"@toeverything/hooks": "workspace:*",
|
||||
"cmdk": "^0.2.0",
|
||||
"css-spring": "^4.1.0",
|
||||
"dayjs": "^1.11.7",
|
||||
"jotai": "^2.0.3",
|
||||
"lit": "^2.7.0",
|
||||
"lit": "^2.7.1",
|
||||
"lottie-web": "^5.10.2",
|
||||
"next-themes": "^0.2.1",
|
||||
"react": "^18.2.0",
|
||||
"react-dom": "^18.2.0",
|
||||
"react-is": "^18.2.0",
|
||||
"swr": "^2.1.1",
|
||||
"swr": "^2.1.2",
|
||||
"y-indexeddb": "^9.0.10",
|
||||
"y-protocols": "^1.0.5",
|
||||
"yjs": "^13.5.51",
|
||||
"yjs": "^13.5.52",
|
||||
"zod": "^3.21.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
@ -50,7 +50,7 @@
|
||||
"@rich-data/viewer": "^2.15.6",
|
||||
"@swc-jotai/debug-label": "^0.0.9",
|
||||
"@swc-jotai/react-refresh": "^0.0.7",
|
||||
"@types/react": "^18.0.31",
|
||||
"@types/react": "=18.0.31",
|
||||
"@types/react-dom": "^18.0.11",
|
||||
"@types/webpack-env": "^1.18.0",
|
||||
"@vanilla-extract/css": "^1.11.0",
|
||||
|
@ -41,12 +41,12 @@
|
||||
"@faker-js/faker": "^7.6.0",
|
||||
"@istanbuljs/schema": "^0.1.3",
|
||||
"@perfsee/sdk": "^1.5.2",
|
||||
"@playwright/test": "^1.32.1",
|
||||
"@playwright/test": "^1.32.2",
|
||||
"@testing-library/react": "^14.0.0",
|
||||
"@types/eslint": "^8.37.0",
|
||||
"@types/node": "^18.15.11",
|
||||
"@typescript-eslint/eslint-plugin": "^5.57.0",
|
||||
"@typescript-eslint/parser": "^5.57.0",
|
||||
"@typescript-eslint/eslint-plugin": "^5.57.1",
|
||||
"@typescript-eslint/parser": "^5.57.1",
|
||||
"@vanilla-extract/vite-plugin": "^3.8.0",
|
||||
"@vitejs/plugin-react": "^3.1.0",
|
||||
"@vitest/coverage-istanbul": "^0.29.8",
|
||||
@ -60,7 +60,7 @@
|
||||
"eslint-plugin-unused-imports": "^2.0.0",
|
||||
"fake-indexeddb": "4.0.1",
|
||||
"got": "^12.6.0",
|
||||
"happy-dom": "^8.9.0",
|
||||
"happy-dom": "^9.1.7",
|
||||
"husky": "^8.0.3",
|
||||
"lint-staged": "^13.2.0",
|
||||
"msw": "^1.2.1",
|
||||
|
@ -20,18 +20,18 @@
|
||||
"@blocksuite/blocks": "0.5.0-20230404060355-e26ee252",
|
||||
"@blocksuite/editor": "0.5.0-20230404060355-e26ee252",
|
||||
"@blocksuite/global": "0.5.0-20230404060355-e26ee252",
|
||||
"@blocksuite/icons": "2.1.2",
|
||||
"@blocksuite/icons": "2.1.3",
|
||||
"@blocksuite/store": "0.5.0-20230404060355-e26ee252",
|
||||
"@emotion/cache": "^11.10.5",
|
||||
"@emotion/react": "^11.10.6",
|
||||
"@emotion/server": "^11.10.0",
|
||||
"@emotion/styled": "^11.10.6",
|
||||
"@mui/base": "5.0.0-alpha.123",
|
||||
"@mui/icons-material": "^5.11.11",
|
||||
"@mui/material": "^5.11.15",
|
||||
"@mui/base": "5.0.0-alpha.124",
|
||||
"@mui/icons-material": "^5.11.16",
|
||||
"@mui/material": "^5.11.16",
|
||||
"@toeverything/hooks": "workspace:*",
|
||||
"clsx": "^1.2.1",
|
||||
"lit": "^2.7.0",
|
||||
"lit": "^2.7.1",
|
||||
"react": "^18.2.0",
|
||||
"react-dnd": "^16.0.1",
|
||||
"react-dnd-html5-backend": "^16.0.1",
|
||||
@ -52,7 +52,7 @@
|
||||
"@storybook/react-vite": "^7.0.2",
|
||||
"@storybook/test-runner": "^0.10.0",
|
||||
"@storybook/testing-library": "^0.1.0",
|
||||
"@types/react": "^18.0.31",
|
||||
"@types/react": "=18.0.31",
|
||||
"@types/react-dnd": "^3.0.2",
|
||||
"@types/react-dom": "18.0.11",
|
||||
"@vanilla-extract/css": "^1.11.0",
|
||||
@ -64,6 +64,6 @@
|
||||
"storybook-dark-mode": "^3.0.0",
|
||||
"typescript": "^5.0.3",
|
||||
"vite": "^4.2.1",
|
||||
"yjs": "^13.5.51"
|
||||
"yjs": "^13.5.52"
|
||||
}
|
||||
}
|
||||
|
2
packages/env/package.json
vendored
2
packages/env/package.json
vendored
@ -15,6 +15,6 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@blocksuite/global": "0.5.0-20230404060355-e26ee252",
|
||||
"lit": "^2.7.0"
|
||||
"lit": "^2.7.1"
|
||||
}
|
||||
}
|
||||
|
@ -27,7 +27,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@affine/debug": "workspace:*",
|
||||
"i18next": "^22.4.13",
|
||||
"i18next": "^22.4.14",
|
||||
"react": "^18.2.0",
|
||||
"react-i18next": "^12.2.0"
|
||||
},
|
||||
|
@ -29,7 +29,7 @@
|
||||
"react-dom": "^18.2.0",
|
||||
"y-indexeddb": "^9.0.10",
|
||||
"y-protocols": "^1.0.5",
|
||||
"yjs": "^13.5.51",
|
||||
"yjs": "^13.5.52",
|
||||
"zod": "^3.21.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
@ -28,7 +28,7 @@
|
||||
"@blocksuite/blocks": "0.5.0-20230404060355-e26ee252",
|
||||
"@blocksuite/store": "0.5.0-20230404060355-e26ee252",
|
||||
"vite": "^4.2.1",
|
||||
"vite-plugin-dts": "^2.1.0"
|
||||
"vite-plugin-dts": "^2.2.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"yjs": "^13.5.51"
|
||||
|
Loading…
Reference in New Issue
Block a user