feat: enable share menu (#1883)

Co-authored-by: JimmFly <yangjinfei001@gmail.com>
This commit is contained in:
Himself65
2023-04-13 16:22:49 -05:00
committed by GitHub
parent 32b206a137
commit 01a686dc28
48 changed files with 2666 additions and 2113 deletions

View File

@@ -38,8 +38,8 @@
},
"devDependencies": {
"@affine/cli": "workspace:*",
"@commitlint/cli": "^17.5.1",
"@commitlint/config-conventional": "^17.4.4",
"@commitlint/cli": "^17.6.0",
"@commitlint/config-conventional": "^17.6.0",
"@faker-js/faker": "^7.6.0",
"@istanbuljs/schema": "^0.1.3",
"@perfsee/sdk": "^1.5.2",
@@ -51,8 +51,8 @@
"@typescript-eslint/parser": "^5.58.0",
"@vanilla-extract/vite-plugin": "^3.8.0",
"@vitejs/plugin-react": "^3.1.0",
"@vitest/coverage-istanbul": "^0.30.0",
"@vitest/ui": "^0.30.0",
"@vitest/coverage-istanbul": "^0.30.1",
"@vitest/ui": "^0.30.1",
"eslint": "^8.38.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-import": "^2.27.5",
@@ -62,7 +62,7 @@
"eslint-plugin-unused-imports": "^2.0.0",
"fake-indexeddb": "4.0.1",
"got": "^12.6.0",
"happy-dom": "^9.1.9",
"happy-dom": "^9.5.0",
"husky": "^8.0.3",
"lint-staged": "^13.2.1",
"msw": "^1.2.1",
@@ -75,8 +75,8 @@
"typescript": "^5.0.4",
"vite": "^4.2.1",
"vite-plugin-istanbul": "^4.0.1",
"vite-tsconfig-paths": "^4.0.9",
"vitest": "^0.30.0",
"vite-tsconfig-paths": "^4.2.0",
"vitest": "^0.30.1",
"vitest-fetch-mock": "^0.2.2"
},
"resolutions": {