Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed May 7, 2023
1 parent 2367db4 commit bf647d8
Show file tree
Hide file tree
Showing 2 changed files with 1,139 additions and 844 deletions.
54 changes: 27 additions & 27 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"type": "module",
"private": true,
"packageManager": "pnpm@8.3.0",
"packageManager": "pnpm@8.4.0",
"scripts": {
"build": "vite-ssg build",
"dev": "vite --port 3333 --open",
Expand All @@ -17,59 +17,59 @@
"sizecheck": "npx vite-bundle-visualizer"
},
"dependencies": {
"@unocss/reset": "^0.51.4",
"@vueuse/core": "^10.0.2",
"@unocss/reset": "^0.51.12",
"@vueuse/core": "^10.1.2",
"@vueuse/head": "^1.1.26",
"nprogress": "^0.2.0",
"pinia": "^2.0.34",
"pinia": "^2.0.35",
"vue": "^3.2.47",
"vue-demi": "^0.14.0",
"vue-i18n": "^9.2.2",
"vue-router": "^4.1.6"
},
"devDependencies": {
"@antfu/eslint-config": "^0.38.5",
"@antfu/eslint-config": "^0.38.6",
"@iconify-json/carbon": "^1.1.16",
"@intlify/unplugin-vue-i18n": "^0.10.0",
"@types/markdown-it-link-attributes": "^3.0.1",
"@types/nprogress": "^0.2.0",
"@unocss/eslint-config": "^0.51.4",
"@vitejs/plugin-vue": "^4.1.0",
"@vue-macros/volar": "^0.9.5",
"@unocss/eslint-config": "^0.51.12",
"@vitejs/plugin-vue": "^4.2.1",
"@vue-macros/volar": "^0.9.8",
"@vue/test-utils": "^2.3.2",
"critters": "^0.0.16",
"cross-env": "^7.0.3",
"cypress": "^12.10.0",
"cypress-vite": "^1.3.2",
"eslint": "^8.38.0",
"eslint-plugin-cypress": "^2.13.2",
"cypress": "^12.11.0",
"cypress-vite": "^1.4.0",
"eslint": "8.39.0",
"eslint-plugin-cypress": "^2.13.3",
"https-localhost": "^4.7.1",
"lint-staged": "^13.2.1",
"lint-staged": "^13.2.2",
"markdown-it-link-attributes": "^4.0.1",
"markdown-it-shiki": "^0.8.1",
"pnpm": "^8.3.0",
"shiki": "^0.14.1",
"markdown-it-shiki": "^0.9.0",
"pnpm": "^8.4.0",
"shiki": "^0.14.2",
"simple-git-hooks": "^2.8.1",
"taze": "^0.9.1",
"taze": "^0.10.1",
"typescript": "^5.0.4",
"unocss": "^0.51.4",
"unocss": "^0.51.12",
"unplugin-auto-import": "^0.15.3",
"unplugin-vue-components": "^0.24.1",
"unplugin-vue-macros": "^2.0.0",
"vite": "^4.2.2",
"unplugin-vue-macros": "^2.1.4",
"vite": "^4.3.5",
"vite-bundle-visualizer": "^0.6.0",
"vite-plugin-inspect": "^0.7.22",
"vite-plugin-inspect": "^0.7.25",
"vite-plugin-pages": "^0.29.0",
"vite-plugin-pwa": "^0.14.7",
"vite-plugin-vue-component-preview": "^1.1.6",
"vite-plugin-vue-inspector": "^3.4.0",
"vite-plugin-vue-inspector": "^3.4.1",
"vite-plugin-vue-layouts": "^0.8.0",
"vite-plugin-vue-markdown": "^0.22.6",
"vite-plugin-webfont-dl": "^3.7.3",
"vite-plugin-vue-markdown": "^0.23.4",
"vite-plugin-webfont-dl": "^3.7.4",
"vite-ssg": "^0.22.2",
"vite-ssg-sitemap": "^0.4.3",
"vitest": "^0.30.1",
"vue-tsc": "^1.2.0"
"vite-ssg-sitemap": "^0.5.0",
"vitest": "^0.31.0",
"vue-tsc": "^1.6.4"
},
"simple-git-hooks": {
"pre-commit": "pnpm lint-staged"
Expand Down

0 comments on commit bf647d8

Please sign in to comment.