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 11, 2022
1 parent 0b31e53 commit fafcee8
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 15 deletions.
1 change: 1 addition & 0 deletions .vscode/extensions.json
Expand Up @@ -3,6 +3,7 @@
"antfu.iconify",
"antfu.unocss",
"antfu.vite",
"antfu.goto-alias",
"csstools.postcss",
"dbaeumer.vscode-eslint",
"vue.volar",
Expand Down
30 changes: 15 additions & 15 deletions package.json
Expand Up @@ -13,47 +13,47 @@
"typecheck": "vue-tsc --noEmit"
},
"dependencies": {
"@vueuse/core": "^8.3.1",
"@vueuse/core": "^8.4.2",
"@vueuse/head": "^0.7.6",
"nprogress": "^0.2.0",
"pinia": "^2.0.13",
"pinia": "^2.0.14",
"prism-theme-vars": "^0.2.2",
"vue": "^3.2.33",
"vue-demi": "^0.12.5",
"vue-i18n": "^9.1.10",
"vue-router": "^4.0.14"
"vue-router": "^4.0.15"
},
"devDependencies": {
"@antfu/eslint-config": "^0.22.0",
"@antfu/eslint-config": "^0.23.0",
"@iconify-json/carbon": "^1.1.4",
"@intlify/vite-plugin-vue-i18n": "^4.0.0",
"@types/markdown-it-link-attributes": "^3.0.1",
"@types/nprogress": "^0.2.0",
"@vitejs/plugin-vue": "^2.3.1",
"@vitejs/plugin-vue": "^2.3.2",
"@vue/test-utils": "^2.0.0-rc.21",
"critters": "^0.0.16",
"cross-env": "^7.0.3",
"cypress": "^9.6.0",
"eslint": "^8.14.0",
"cypress": "^9.6.1",
"eslint": "^8.15.0",
"eslint-plugin-cypress": "^2.12.1",
"https-localhost": "^4.7.1",
"markdown-it-link-attributes": "^4.0.0",
"markdown-it-prism": "^2.2.4",
"pnpm": "^7.0.0",
"pnpm": "^7.0.1",
"typescript": "^4.6.4",
"unocss": "^0.32.9",
"unocss": "^0.33.2",
"unplugin-auto-import": "^0.7.1",
"unplugin-vue-components": "^0.19.3",
"vite": "^2.9.7",
"unplugin-vue-components": "^0.19.5",
"vite": "^2.9.8",
"vite-plugin-inspect": "^0.5.0",
"vite-plugin-md": "^0.13.0",
"vite-plugin-md": "^0.13.1",
"vite-plugin-pages": "^0.23.0",
"vite-plugin-pwa": "^0.12.0",
"vite-plugin-vue-inspector": "0.5.7",
"vite-plugin-vue-layouts": "^0.6.0",
"vite-ssg": "^0.19.2",
"vite-ssg": "^0.20.0",
"vite-ssg-sitemap": "^0.2.6",
"vitest": "^0.10.1",
"vue-tsc": "^0.34.11"
"vitest": "^0.12.4",
"vue-tsc": "^0.34.12"
}
}

0 comments on commit fafcee8

Please sign in to comment.