Skip to content

Commit

Permalink
Fix chunkbase on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
Dianliang233 committed Oct 14, 2024
1 parent de1f932 commit 2ff972a
Show file tree
Hide file tree
Showing 4 changed files with 2,545 additions and 1,582 deletions.
88 changes: 44 additions & 44 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,82 +20,82 @@
"test:cov:report": "serve ./coverage -L"
},
"dependencies": {
"@floating-ui/vue": "^1.1.4",
"@intlify/unplugin-vue-i18n": "^4.0.0",
"@floating-ui/vue": "^1.1.5",
"@intlify/unplugin-vue-i18n": "^5.2.0",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tiptap/core": "^2.6.6",
"@tiptap/extension-bold": "^2.6.6",
"@tiptap/extension-color": "^2.6.6",
"@tiptap/extension-document": "^2.6.6",
"@tiptap/extension-dropcursor": "^2.6.6",
"@tiptap/extension-gapcursor": "^2.6.6",
"@tiptap/extension-hard-break": "^2.6.6",
"@tiptap/extension-highlight": "^2.6.6",
"@tiptap/extension-history": "^2.6.6",
"@tiptap/extension-italic": "^2.6.6",
"@tiptap/extension-paragraph": "^2.6.6",
"@tiptap/extension-strike": "^2.6.6",
"@tiptap/extension-text": "^2.6.6",
"@tiptap/extension-text-style": "^2.6.6",
"@tiptap/extension-underline": "^2.6.6",
"@tiptap/pm": "^2.6.6",
"@tiptap/vue-3": "^2.6.6",
"@vueuse/core": "^11.0.3",
"@wikimedia/codex": "^1.12.0",
"@wikimedia/codex-design-tokens": "^1.12.0",
"@wikimedia/codex-icons": "^1.12.0",
"@tiptap/core": "^2.8.0",
"@tiptap/extension-bold": "^2.8.0",
"@tiptap/extension-color": "^2.8.0",
"@tiptap/extension-document": "^2.8.0",
"@tiptap/extension-dropcursor": "^2.8.0",
"@tiptap/extension-gapcursor": "^2.8.0",
"@tiptap/extension-hard-break": "^2.8.0",
"@tiptap/extension-highlight": "^2.8.0",
"@tiptap/extension-history": "^2.8.0",
"@tiptap/extension-italic": "^2.8.0",
"@tiptap/extension-paragraph": "^2.8.0",
"@tiptap/extension-strike": "^2.8.0",
"@tiptap/extension-text": "^2.8.0",
"@tiptap/extension-text-style": "^2.8.0",
"@tiptap/extension-underline": "^2.8.0",
"@tiptap/pm": "^2.8.0",
"@tiptap/vue-3": "^2.8.0",
"@vueuse/core": "^11.1.0",
"@wikimedia/codex": "^1.13.1",
"@wikimedia/codex-design-tokens": "^1.13.1",
"@wikimedia/codex-icons": "^1.13.1",
"comlink": "^4.4.1",
"d3": "^7.9.0",
"spark-md5": "^3.0.2",
"three": "^0.162.0",
"vue": "^3.5.2",
"vue-i18n": "^9.14.0",
"vue": "^3.5.12",
"vue-i18n": "^10.0.4",
"zlibt2": "^0.6.1",
"zod": "^3.23.8"
},
"devDependencies": {
"@antfu/eslint-config": "^3.2.2",
"@antfu/eslint-config": "^3.7.3",
"@peculiar/webcrypto": "^1.5.0",
"@prettier/sync": "^0.5.2",
"@rushstack/eslint-patch": "^1.10.4",
"@testing-library/vue": "^8.1.0",
"@tsconfig/node20": "^20.1.4",
"@types/d3": "^7.4.3",
"@types/leaflet": "^1.9.12",
"@types/node": "^22.5.4",
"@types/node": "^22.7.5",
"@types/spark-md5": "^3.0.4",
"@types/three": "^0.162.0",
"@vitejs/plugin-vue": "^5.1.3",
"@vitest/browser": "^2.0.5",
"@vitest/coverage-istanbul": "^2.0.5",
"@vitest/ui": "^2.0.5",
"@vue-macros/volar": "^0.28.0",
"@vitejs/plugin-vue": "^5.1.4",
"@vitest/browser": "^2.1.3",
"@vitest/coverage-istanbul": "^2.1.3",
"@vitest/ui": "^2.1.3",
"@vue-macros/volar": "^0.30.4",
"@vue/test-utils": "^2.4.6",
"@vue/tsconfig": "^0.5.1",
"autoprefixer": "^10.4.20",
"babel-preset-typescript-vue3": "^2.0.17",
"dotenv": "^16.4.5",
"eslint": "^9.9.1",
"eslint": "^9.12.0",
"glob": "^11.0.0",
"jsdom": "^25.0.0",
"jsdom": "^25.0.1",
"leaflet": "^1.9.4",
"less": "^4.2.0",
"mock-local-storage": "^1.1.24",
"mwn": "^2.0.3",
"postcss": "^8.4.45",
"postcss": "^8.4.47",
"prettier": "^3.3.3",
"rollup-plugin-visualizer": "^5.12.0",
"serve": "^14.2.3",
"tailwindcss": "^3.4.10",
"tsx": "^4.19.0",
"types-mediawiki": "^1.8.0",
"typescript": "^5.5.4",
"unplugin-vue-macros": "^2.11.7",
"vite": "^5.4.3",
"tailwindcss": "^3.4.13",
"tsx": "^4.19.1",
"types-mediawiki": "^1.8.1",
"typescript": "^5.6.3",
"unplugin-vue-macros": "^2.12.4",
"vite": "^5.4.9",
"vite-plugin-comlink": "^5.0.1",
"vite-plugin-vue-devtools": "^7.4.4",
"vitest": "^2.0.5",
"vite-plugin-vue-devtools": "^7.4.6",
"vitest": "^2.1.3",
"vue-tsc": "^2.1.6",
"webdriverio": "^8.40.2"
"webdriverio": "^8.40.6"
}
}
Loading

0 comments on commit 2ff972a

Please sign in to comment.