Skip to content

Commit

Permalink
chore: upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Jun 26, 2022
1 parent 00fcab2 commit 17d9feb
Show file tree
Hide file tree
Showing 6 changed files with 69 additions and 1,092 deletions.
4 changes: 2 additions & 2 deletions examples/vite-vue3/package.json
Expand Up @@ -10,7 +10,7 @@
"vant": "^3.5.1"
},
"devDependencies": {
"@iconify/json": "^2.1.65",
"@iconify/json": "^2.1.67",
"@vitejs/plugin-vue": "^2.3.3",
"@vue/compiler-sfc": "^3.2.37",
"cross-env": "^7.0.3",
Expand All @@ -20,7 +20,7 @@
"unplugin-vue-components": "workspace:*",
"vite": "^2.9.12",
"vite-plugin-inspect": "^0.5.0",
"vite-plugin-md": "^0.14.1",
"vite-plugin-vue-markdown": "^0.1.0",
"vue-router": "^4.0.16"
}
}
2 changes: 1 addition & 1 deletion examples/vite-vue3/vite.config.ts
Expand Up @@ -3,7 +3,7 @@ import type { UserConfig } from 'vite'
import Vue from '@vitejs/plugin-vue'
import Components from 'unplugin-vue-components/vite'
import { VantResolver } from 'unplugin-vue-components/resolvers'
import Markdown from 'vite-plugin-md'
import Markdown from 'vite-plugin-vue-markdown'
import Icons from 'unplugin-icons/vite'
import IconsResolver from 'unplugin-icons/resolver'
import Inspect from 'vite-plugin-inspect'
Expand Down
2 changes: 1 addition & 1 deletion examples/vue-cli-vue3/package.json
Expand Up @@ -8,7 +8,7 @@
"lint": "vue-cli-service lint"
},
"dependencies": {
"core-js": "^3.23.2",
"core-js": "^3.23.3",
"vue": "^3.2.37"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions examples/vue-cli/package.json
Expand Up @@ -7,8 +7,8 @@
"lint": "vue-cli-service lint"
},
"dependencies": {
"@vue/composition-api": "^1.6.2",
"core-js": "^3.23.2",
"@vue/composition-api": "^1.6.3",
"core-js": "^3.23.3",
"vue": "^3.2.37"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -96,7 +96,7 @@
"unplugin": "^0.7.0"
},
"devDependencies": {
"@antfu/eslint-config": "^0.25.1",
"@antfu/eslint-config": "^0.25.2",
"@babel/parser": "^7.18.5",
"@babel/types": "^7.18.4",
"@types/debug": "^4.1.7",
Expand All @@ -115,7 +115,7 @@
"tsup": "^6.1.2",
"typescript": "^4.7.4",
"vite": "^2.9.12",
"vitest": "^0.15.2",
"vitest": "^0.16.0",
"vue": "3.2.37"
}
}

0 comments on commit 17d9feb

Please sign in to comment.