Skip to content

Commit

Permalink
Merge branch 'main' into pr/Kanade-Lu/777
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Jul 16, 2024
2 parents 11a5133 + b631b47 commit 16e0432
Show file tree
Hide file tree
Showing 9 changed files with 1,580 additions and 1,472 deletions.
2 changes: 1 addition & 1 deletion examples/vite-vue2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
"@vitejs/plugin-vue2": "^2.3.1",
"cross-env": "^7.0.3",
"unplugin-vue-components": "workspace:*",
"vite": "^5.2.10"
"vite": "^5.3.4"
}
}
16 changes: 8 additions & 8 deletions examples/vite-vue3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,20 @@
"preview": "cross-env DEBUG=unplugin-vue-components:* vite preview"
},
"dependencies": {
"vant": "^4.8.11"
"vant": "^4.9.2"
},
"devDependencies": {
"@iconify/json": "^2.2.205",
"@vitejs/plugin-vue": "^5.0.4",
"@vue/compiler-sfc": "^3.4.26",
"@iconify/json": "^2.2.228",
"@vitejs/plugin-vue": "^5.0.5",
"@vue/compiler-sfc": "^3.4.31",
"cross-env": "^7.0.3",
"has-pkg": "^0.0.1",
"typescript": "^5.4.5",
"unplugin-icons": "^0.18.5",
"typescript": "^5.5.3",
"unplugin-icons": "^0.19.0",
"unplugin-vue-components": "workspace:*",
"unplugin-vue-markdown": "^0.26.2",
"vite": "^5.2.10",
"vite": "^5.3.4",
"vite-plugin-inspect": "^0.8.4",
"vue-router": "^4.3.2"
"vue-router": "^4.4.0"
}
}
6 changes: 3 additions & 3 deletions examples/vue-cli-vue3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
"lint": "vue-cli-service lint"
},
"dependencies": {
"core-js": "^3.37.0",
"vue": "^3.4.26"
"core-js": "^3.37.1",
"vue": "^3.4.31"
},
"devDependencies": {
"@babel/core": "^7.24.5",
"@babel/core": "^7.24.9",
"@vue/cli-plugin-babel": "~5.0.8",
"@vue/cli-service": "~5.0.8",
"unplugin-vue-components": "workspace:*"
Expand Down
8 changes: 4 additions & 4 deletions examples/vue-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@
},
"dependencies": {
"@vue/composition-api": "^1.7.2",
"core-js": "^3.37.0",
"vue": "^3.4.26"
"core-js": "^3.37.1",
"vue": "^3.4.31"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^5.0.8",
"@vue/cli-plugin-typescript": "^5.0.8",
"@vue/cli-service": "^5.0.8",
"typescript": "^5.4.5",
"unplugin-icons": "^0.18.5",
"typescript": "^5.5.3",
"unplugin-icons": "^0.19.0",
"unplugin-vue-components": "workspace:*",
"unplugin-vue2-script-setup": "^0.11.4"
}
Expand Down
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "unplugin-vue-components",
"type": "module",
"version": "0.27.2",
"packageManager": "pnpm@9.4.0",
"packageManager": "pnpm@9.5.0",
"description": "Components auto importing for Vue",
"author": "antfu <anthonyfu117@hotmail.com>",
"license": "MIT",
Expand Down Expand Up @@ -102,29 +102,29 @@
"magic-string": "^0.30.10",
"minimatch": "^9.0.5",
"mlly": "^1.7.1",
"unplugin": "^1.10.1"
"unplugin": "^1.11.0"
},
"devDependencies": {
"@antfu/eslint-config": "^2.21.1",
"@babel/parser": "^7.24.7",
"@babel/types": "^7.24.7",
"@nuxt/kit": "^3.12.2",
"@antfu/eslint-config": "^2.22.4",
"@babel/parser": "^7.24.8",
"@babel/types": "^7.24.9",
"@nuxt/kit": "^3.12.3",
"@types/debug": "^4.1.12",
"@types/minimatch": "^5.1.2",
"@types/node": "^20.14.9",
"@types/node": "^20.14.10",
"bumpp": "^9.4.1",
"compare-versions": "^6.1.0",
"element-plus": "^2.7.6",
"eslint": "^9.5.0",
"compare-versions": "^6.1.1",
"element-plus": "^2.7.7",
"eslint": "^9.7.0",
"eslint-plugin-format": "^0.1.2",
"esno": "^4.7.0",
"estree-walker": "^3.0.3",
"pathe": "^1.1.2",
"rollup": "^4.18.0",
"rollup": "^4.18.1",
"tsup": "^8.1.0",
"typescript": "^5.5.2",
"vite": "^5.3.1",
"vitest": "^1.6.0",
"typescript": "^5.5.3",
"vite": "^5.3.4",
"vitest": "^2.0.3",
"vue": "3.2.45"
}
}
Loading

0 comments on commit 16e0432

Please sign in to comment.