Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Dec 16, 2024
1 parent b15eaad commit 6021ee8
Show file tree
Hide file tree
Showing 5 changed files with 1,140 additions and 1,105 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Mocking up web app with <b>Vitesse</b><sup><em>(speed)</em></sup><br>

- 🖨 Static-site generation (SSG) via [vite-ssg](https://github.com/antfu/vite-ssg)

- 🦔 Critical CSS via [critters](https://github.com/GoogleChromeLabs/critters)
- 🦔 Critical CSS via [beasties](https://github.com/danielroe/beasties)

- 🔤 [Webfont self-hosting](https://github.com/feat-agency/vite-plugin-webfont-dl)

Expand Down Expand Up @@ -110,7 +110,7 @@ Mocking up web app with <b>Vitesse</b><sup><em>(speed)</em></sup><br>
- [Cypress](https://cypress.io/) - E2E testing
- [pnpm](https://pnpm.js.org/) - fast, disk space efficient package manager
- [`vite-ssg`](https://github.com/antfu/vite-ssg) - Static-site generation
- [critters](https://github.com/GoogleChromeLabs/critters) - Critical CSS
- [beasties](https://github.com/danielroe/beasties) - Critical CSS
- [Netlify](https://www.netlify.com/) - zero-config deployment
- [VS Code Extensions](./.vscode/extensions.json)
- [Vite](https://marketplace.visualstudio.com/items?itemName=antfu.vite) - Fire up Vite server automatically
Expand Down
4 changes: 2 additions & 2 deletions README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@

- 🖨 使用 [vite-ssg](https://github.com/antfu/vite-ssg) 进行服务端生成 (SSG)

- 🦔 使用 [critters](https://github.com/GoogleChromeLabs/critters) 的生成关键 CSS
- 🦔 使用 [beasties](https://github.com/danielroe/beasties) 的生成关键 CSS

- 🦾 TypeScript, 当然

Expand Down Expand Up @@ -105,7 +105,7 @@
- [Cypress](https://cypress.io/) - E2E 测试
- [pnpm](https://pnpm.js.org/) - 快, 节省磁盘空间的包管理器
- [`vite-ssg`](https://github.com/antfu/vite-ssg) - 服务端生成
- [critters](https://github.com/GoogleChromeLabs/critters) - 关键 CSS 生成器
- [beasties](https://github.com/danielroe/beasties) - 关键 CSS 生成器
- [Netlify](https://www.netlify.com/) - 零配置的部署
- [VS Code 扩展](./.vscode/extensions.json)
- [Vite](https://marketplace.visualstudio.com/items?itemName=antfu.vite) - 自动启动 Vite 服务器
Expand Down
56 changes: 29 additions & 27 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,65 +17,67 @@
"sizecheck": "npx vite-bundle-visualizer"
},
"dependencies": {
"@unhead/vue": "^1.11.13",
"@unocss/reset": "^0.65.0",
"@unhead/vue": "^1.11.14",
"@unocss/reset": "^0.65.1",
"@vueuse/core": "^12.0.0",
"@vueuse/head": "^2.0.0",
"beasties": "^0.2.0",
"nprogress": "^0.2.0",
"pinia": "^2.2.8",
"pinia": "^2.3.0",
"vue": "^3.5.13",
"vue-demi": "^0.14.10",
"vue-i18n": "^10.0.5",
"vue-router": "^4.5.0"
},
"devDependencies": {
"@antfu/eslint-config": "^3.11.2",
"@antfu/eslint-config": "^3.12.0",
"@iconify-json/carbon": "^1.2.4",
"@intlify/unplugin-vue-i18n": "^6.0.0",
"@shikijs/markdown-it": "^1.24.0",
"@intlify/unplugin-vue-i18n": "^6.0.1",
"@shikijs/markdown-it": "^1.24.2",
"@types/markdown-it-link-attributes": "^3.0.5",
"@types/nprogress": "^0.2.3",
"@unocss/eslint-config": "^0.65.0",
"@unocss/eslint-config": "^0.65.1",
"@vitejs/plugin-vue": "^5.2.1",
"@vue-macros/volar": "^0.30.6",
"@vue-macros/volar": "^0.30.8",
"@vue/test-utils": "^2.4.6",
"critters": "^0.0.25",
"cross-env": "^7.0.3",
"cypress": "^13.16.0",
"cypress": "^13.16.1",
"cypress-vite": "^1.5.0",
"eslint": "^9.16.0",
"eslint": "^9.17.0",
"eslint-plugin-cypress": "^4.1.0",
"eslint-plugin-format": "^0.1.3",
"https-localhost": "^4.7.1",
"lint-staged": "^15.2.10",
"lint-staged": "^15.2.11",
"markdown-it-link-attributes": "^4.0.1",
"pnpm": "^9.14.4",
"rollup": "^4.28.0",
"shiki": "^1.24.0",
"pnpm": "^9.15.0",
"rollup": "^4.28.1",
"shiki": "^1.24.2",
"simple-git-hooks": "^2.11.1",
"taze": "^0.18.0",
"typescript": "~5.6.3",
"unocss": "^0.65.0",
"unplugin-auto-import": "^0.18.6",
"unocss": "^0.65.1",
"unplugin-auto-import": "^0.19.0",
"unplugin-vue-components": "^0.27.5",
"unplugin-vue-macros": "^2.13.4",
"unplugin-vue-markdown": "^0.27.1",
"unplugin-vue-router": "^0.10.8",
"vite": "^6.0.2",
"unplugin-vue-macros": "^2.13.6",
"unplugin-vue-markdown": "^0.28.0",
"unplugin-vue-router": "^0.10.9",
"vite": "^6.0.3",
"vite-bundle-visualizer": "^1.2.1",
"vite-plugin-inspect": "^0.10.2",
"vite-plugin-inspect": "^0.10.3",
"vite-plugin-pwa": "^0.21.1",
"vite-plugin-vue-devtools": "^7.6.7",
"vite-plugin-vue-devtools": "^7.6.8",
"vite-plugin-vue-layouts": "^0.11.0",
"vite-plugin-webfont-dl": "^3.10.2",
"vite-ssg": "^0.24.1",
"vite-plugin-webfont-dl": "^3.10.3",
"vite-ssg": "^0.24.3",
"vite-ssg-sitemap": "^0.8.1",
"vitest": "^2.1.8",
"vue-tsc": "^2.1.10"
},
"resolutions": {
"vite": "^6.0.2",
"vite-plugin-inspect": "^0.10.2"
"magic-string": "^0.30.17",
"unplugin": "^2.1.0",
"vite": "^6.0.3",
"vite-plugin-inspect": "^0.10.3"
},
"simple-git-hooks": {
"pre-commit": "pnpm lint-staged"
Expand Down
Loading

0 comments on commit 6021ee8

Please sign in to comment.