Skip to content

Commit

Permalink
feat: update deps, serve web fonts with the app
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Dec 3, 2024
1 parent fd4e995 commit fc5937b
Show file tree
Hide file tree
Showing 5 changed files with 972 additions and 830 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ node_modules
.idea/
*.log
cypress/downloads
public/assets/fonts
46 changes: 23 additions & 23 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"type": "module",
"private": true,
"packageManager": "[email protected].2",
"packageManager": "[email protected].4",
"scripts": {
"build": "vite-ssg build",
"dev": "vite --port 3333 --open",
Expand All @@ -18,64 +18,64 @@
},
"dependencies": {
"@unhead/vue": "^1.11.13",
"@unocss/reset": "^0.64.1",
"@unocss/reset": "^0.65.0",
"@vueuse/core": "^12.0.0",
"@vueuse/head": "^2.0.0",
"nprogress": "^0.2.0",
"pinia": "^2.2.6",
"pinia": "^2.2.8",
"vue": "^3.5.13",
"vue-demi": "^0.14.10",
"vue-i18n": "^10.0.4",
"vue-i18n": "^10.0.5",
"vue-router": "^4.5.0"
},
"devDependencies": {
"@antfu/eslint-config": "^3.10.0",
"@antfu/eslint-config": "^3.11.2",
"@iconify-json/carbon": "^1.2.4",
"@intlify/unplugin-vue-i18n": "^6.0.0",
"@shikijs/markdown-it": "^1.23.1",
"@shikijs/markdown-it": "^1.24.0",
"@types/markdown-it-link-attributes": "^3.0.5",
"@types/nprogress": "^0.2.3",
"@unocss/eslint-config": "^0.64.1",
"@unocss/eslint-config": "^0.65.0",
"@vitejs/plugin-vue": "^5.2.1",
"@vue-macros/volar": "^0.30.6",
"@vue/test-utils": "^2.4.6",
"critters": "^0.0.25",
"cross-env": "^7.0.3",
"cypress": "^13.16.0",
"cypress-vite": "^1.5.0",
"eslint": "^9.15.0",
"eslint": "^9.16.0",
"eslint-plugin-cypress": "^4.1.0",
"eslint-plugin-format": "^0.1.2",
"eslint-plugin-format": "^0.1.3",
"https-localhost": "^4.7.1",
"lint-staged": "^15.2.10",
"markdown-it-link-attributes": "^4.0.1",
"pnpm": "^9.14.2",
"rollup": "^4.27.4",
"shiki": "^1.23.1",
"pnpm": "^9.14.4",
"rollup": "^4.28.0",
"shiki": "^1.24.0",
"simple-git-hooks": "^2.11.1",
"taze": "^0.18.0",
"typescript": "~5.6.3",
"unocss": "^0.64.1",
"unplugin-auto-import": "^0.18.5",
"unplugin-vue-components": "^0.27.4",
"unocss": "^0.65.0",
"unplugin-auto-import": "^0.18.6",
"unplugin-vue-components": "^0.27.5",
"unplugin-vue-macros": "^2.13.4",
"unplugin-vue-markdown": "^0.26.2",
"unplugin-vue-markdown": "^0.27.1",
"unplugin-vue-router": "^0.10.8",
"vite": "^6.0.1",
"vite": "^6.0.2",
"vite-bundle-visualizer": "^1.2.1",
"vite-plugin-inspect": "^0.10.0",
"vite-plugin-pwa": "^0.21.0",
"vite-plugin-vue-devtools": "^7.6.4",
"vite-plugin-inspect": "^0.10.2",
"vite-plugin-pwa": "^0.21.1",
"vite-plugin-vue-devtools": "^7.6.7",
"vite-plugin-vue-layouts": "^0.11.0",
"vite-plugin-webfont-dl": "^3.10.2",
"vite-ssg": "^0.24.1",
"vite-ssg-sitemap": "^0.8.1",
"vitest": "^2.1.6",
"vitest": "^2.1.8",
"vue-tsc": "^2.1.10"
},
"resolutions": {
"vite": "^6.0.1",
"vite-plugin-inspect": "^0.10.0"
"vite": "^6.0.2",
"vite-plugin-inspect": "^0.10.2"
},
"simple-git-hooks": {
"pre-commit": "pnpm lint-staged"
Expand Down
Loading

0 comments on commit fc5937b

Please sign in to comment.