Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Dianliang233 committed Aug 8, 2024
1 parent b6c0f3e commit f74cddd
Show file tree
Hide file tree
Showing 2 changed files with 644 additions and 728 deletions.
52 changes: 26 additions & 26 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,34 +20,34 @@
"test:cov:report": "serve ./coverage -L"
},
"dependencies": {
"@floating-ui/vue": "^1.1.2",
"@floating-ui/vue": "^1.1.4",
"@intlify/unplugin-vue-i18n": "^4.0.0",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tiptap/core": "^2.5.8",
"@tiptap/extension-bold": "^2.5.8",
"@tiptap/extension-color": "^2.5.8",
"@tiptap/extension-document": "^2.5.8",
"@tiptap/extension-dropcursor": "^2.5.8",
"@tiptap/extension-gapcursor": "^2.5.8",
"@tiptap/extension-hard-break": "^2.5.8",
"@tiptap/extension-highlight": "^2.5.8",
"@tiptap/extension-history": "^2.5.8",
"@tiptap/extension-italic": "^2.5.8",
"@tiptap/extension-paragraph": "^2.5.8",
"@tiptap/extension-strike": "^2.5.8",
"@tiptap/extension-text": "^2.5.8",
"@tiptap/extension-text-style": "^2.5.8",
"@tiptap/extension-underline": "^2.5.8",
"@tiptap/pm": "^2.5.8",
"@tiptap/vue-3": "^2.5.8",
"@tiptap/core": "^2.5.9",
"@tiptap/extension-bold": "^2.5.9",
"@tiptap/extension-color": "^2.5.9",
"@tiptap/extension-document": "^2.5.9",
"@tiptap/extension-dropcursor": "^2.5.9",
"@tiptap/extension-gapcursor": "^2.5.9",
"@tiptap/extension-hard-break": "^2.5.9",
"@tiptap/extension-highlight": "^2.5.9",
"@tiptap/extension-history": "^2.5.9",
"@tiptap/extension-italic": "^2.5.9",
"@tiptap/extension-paragraph": "^2.5.9",
"@tiptap/extension-strike": "^2.5.9",
"@tiptap/extension-text": "^2.5.9",
"@tiptap/extension-text-style": "^2.5.9",
"@tiptap/extension-underline": "^2.5.9",
"@tiptap/pm": "^2.5.9",
"@tiptap/vue-3": "^2.5.9",
"@vueuse/core": "^10.11.0",
"@wikimedia/codex": "^1.10.0",
"@wikimedia/codex-design-tokens": "^1.10.0",
"@wikimedia/codex-icons": "^1.10.0",
"@wikimedia/codex": "^1.11.0",
"@wikimedia/codex-design-tokens": "^1.11.0",
"@wikimedia/codex-icons": "^1.11.0",
"comlink": "^4.4.1",
"d3": "^7.9.0",
"three": "^0.162.0",
"vue": "^3.4.35",
"vue": "^3.4.36",
"vue-i18n": "^9.13.1",
"zlibt2": "^0.6.1",
"zod": "^3.23.8"
Expand Down Expand Up @@ -80,20 +80,20 @@
"less": "^4.2.0",
"mock-local-storage": "^1.1.24",
"mwn": "^2.0.3",
"postcss": "^8.4.40",
"postcss": "^8.4.41",
"prettier": "^3.3.3",
"rollup-plugin-visualizer": "^5.12.0",
"serve": "^14.2.3",
"tailwindcss": "^3.4.7",
"tailwindcss": "^3.4.8",
"tsx": "^4.16.5",
"types-mediawiki": "^1.8.0",
"typescript": "^5.5.4",
"unplugin-vue-macros": "^2.11.4",
"vite": "^5.3.5",
"vite": "^5.4.0",
"vite-plugin-comlink": "^5.0.1",
"vite-plugin-vue-devtools": "^7.3.7",
"vitest": "^2.0.5",
"vue-tsc": "^2.0.29",
"webdriverio": "^8.39.1"
"webdriverio": "^8.40.2"
}
}
Loading

0 comments on commit f74cddd

Please sign in to comment.