Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Dianliang233 committed Jul 31, 2024
1 parent 75bcaa0 commit 06efa8f
Show file tree
Hide file tree
Showing 6 changed files with 1,317 additions and 1,114 deletions.
70 changes: 35 additions & 35 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,77 +23,77 @@
"@floating-ui/vue": "^1.1.2",
"@intlify/unplugin-vue-i18n": "^4.0.0",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tiptap/core": "^2.5.4",
"@tiptap/extension-bold": "^2.5.4",
"@tiptap/extension-color": "^2.5.4",
"@tiptap/extension-document": "^2.5.4",
"@tiptap/extension-dropcursor": "^2.5.4",
"@tiptap/extension-gapcursor": "^2.5.4",
"@tiptap/extension-hard-break": "^2.5.4",
"@tiptap/extension-highlight": "^2.5.4",
"@tiptap/extension-history": "^2.5.4",
"@tiptap/extension-italic": "^2.5.4",
"@tiptap/extension-paragraph": "^2.5.4",
"@tiptap/extension-strike": "^2.5.4",
"@tiptap/extension-text": "^2.5.4",
"@tiptap/extension-text-style": "^2.5.4",
"@tiptap/extension-underline": "^2.5.4",
"@tiptap/pm": "^2.5.4",
"@tiptap/vue-3": "^2.5.4",
"@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",
"@vueuse/core": "^10.11.0",
"@wikimedia/codex": "^1.9.0",
"@wikimedia/codex-design-tokens": "^1.9.0",
"@wikimedia/codex-icons": "^1.9.0",
"@wikimedia/codex": "^1.10.0",
"@wikimedia/codex-design-tokens": "^1.10.0",
"@wikimedia/codex-icons": "^1.10.0",
"comlink": "^4.4.1",
"d3": "^7.9.0",
"three": "^0.162.0",
"vue": "^3.4.33",
"vue": "^3.4.34",
"vue-i18n": "^9.13.1",
"zlibt2": "^0.6.1",
"zod": "^3.23.8"
},
"devDependencies": {
"@antfu/eslint-config": "^2.23.1",
"@antfu/eslint-config": "^2.24.0",
"@peculiar/webcrypto": "^1.5.0",
"@prettier/sync": "^0.5.2",
"@rushstack/eslint-patch": "^1.10.3",
"@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": "^20.14.11",
"@types/node": "^22.0.0",
"@types/three": "^0.162.0",
"@vitejs/plugin-vue": "^5.0.5",
"@vitejs/plugin-vue": "^5.1.1",
"@vitest/browser": "^2.0.4",
"@vitest/coverage-istanbul": "^2.0.4",
"@vitest/ui": "^2.0.4",
"@vue-macros/volar": "^0.23.1",
"@vue-macros/volar": "^0.25.0",
"@vue/test-utils": "^2.4.6",
"@vue/tsconfig": "^0.5.1",
"autoprefixer": "^10.4.19",
"babel-preset-typescript-vue3": "^2.0.17",
"dotenv": "^16.4.5",
"eslint": "^9.7.0",
"eslint": "^9.8.0",
"glob": "^11.0.0",
"jsdom": "^24.1.1",
"leaflet": "^1.9.4",
"less": "^4.2.0",
"mock-local-storage": "^1.1.24",
"mwn": "^2.0.3",
"postcss": "^8.4.39",
"postcss": "^8.4.40",
"prettier": "^3.3.3",
"rollup-plugin-visualizer": "^5.12.0",
"serve": "^14.2.3",
"tailwindcss": "^3.4.6",
"tsx": "^4.16.2",
"tailwindcss": "^3.4.7",
"tsx": "^4.16.3",
"types-mediawiki": "^1.8.0",
"typescript": "^5.5.3",
"unplugin-vue-macros": "^2.9.5",
"vite": "^5.3.4",
"typescript": "^5.5.4",
"unplugin-vue-macros": "^2.10.0",
"vite": "^5.3.5",
"vite-plugin-comlink": "^5.0.1",
"vite-plugin-vue-devtools": "^7.3.6",
"vite-plugin-vue-devtools": "^7.3.7",
"vitest": "^2.0.4",
"vue-tsc": "^2.0.28",
"vue-tsc": "^2.0.29",
"webdriverio": "^8.39.1"
}
}
Loading

0 comments on commit 06efa8f

Please sign in to comment.