Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Jul 18, 2023
1 parent 2aafa44 commit c9f5be1
Show file tree
Hide file tree
Showing 6 changed files with 1,245 additions and 1,309 deletions.
2 changes: 1 addition & 1 deletion examples/vite-vue2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"@vitejs/plugin-vue2": "^2.2.0",
"cross-env": "^7.0.3",
"unplugin-vue-components": "workspace:*",
"vite": "^4.3.9"
"vite": "^4.4.4"
}
}
14 changes: 7 additions & 7 deletions examples/vite-vue3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,20 @@
"build": "cross-env DEBUG=unplugin-vue-components:* vite build"
},
"dependencies": {
"vant": "^4.4.1"
"vant": "^4.6.2"
},
"devDependencies": {
"@iconify/json": "^2.2.74",
"@iconify/json": "^2.2.92",
"@vitejs/plugin-vue": "^4.2.3",
"@vue/compiler-sfc": "^3.3.4",
"cross-env": "^7.0.3",
"has-pkg": "^0.0.1",
"typescript": "^5.1.3",
"unplugin-icons": "^0.16.2",
"typescript": "^5.1.6",
"unplugin-icons": "^0.16.5",
"unplugin-vue-components": "workspace:*",
"vite": "^4.3.9",
"vite-plugin-inspect": "^0.7.28",
"vite": "^4.4.4",
"vite-plugin-inspect": "^0.7.33",
"vite-plugin-vue-markdown": "^0.23.5",
"vue-router": "^4.2.2"
"vue-router": "^4.2.4"
}
}
4 changes: 2 additions & 2 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.30.2",
"core-js": "^3.31.1",
"vue": "^3.2.45"
},
"devDependencies": {
"@babel/core": "^7.22.1",
"@babel/core": "^7.22.9",
"@vue/cli-plugin-babel": "~5.0.8",
"@vue/cli-service": "~5.0.8",
"unplugin-vue-components": "workspace:*"
Expand Down
6 changes: 3 additions & 3 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.1",
"core-js": "^3.30.2",
"core-js": "^3.31.1",
"vue": "^3.2.45"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^5.0.8",
"@vue/cli-plugin-typescript": "^5.0.8",
"@vue/cli-service": "^5.0.8",
"typescript": "^5.1.3",
"unplugin-icons": "^0.16.2",
"typescript": "^5.1.6",
"unplugin-icons": "^0.16.5",
"unplugin-vue-components": "workspace:*",
"unplugin-vue2-script-setup": "^0.11.4"
}
Expand Down
42 changes: 21 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "unplugin-vue-components",
"version": "0.25.1",
"packageManager": "pnpm@8.6.0",
"packageManager": "pnpm@8.6.8",
"description": "Components auto importing for Vue",
"author": "antfu <anthonyfu117@hotmail.com>",
"license": "MIT",
Expand Down Expand Up @@ -101,39 +101,39 @@
}
},
"dependencies": {
"@antfu/utils": "^0.7.4",
"@antfu/utils": "^0.7.5",
"@rollup/pluginutils": "^5.0.2",
"chokidar": "^3.5.3",
"debug": "^4.3.4",
"fast-glob": "^3.2.12",
"fast-glob": "^3.3.0",
"local-pkg": "^0.4.3",
"magic-string": "^0.30.0",
"minimatch": "^9.0.1",
"magic-string": "^0.30.1",
"minimatch": "^9.0.3",
"resolve": "^1.22.2",
"unplugin": "^1.3.1"
"unplugin": "^1.4.0"
},
"devDependencies": {
"@antfu/eslint-config": "^0.39.5",
"@babel/parser": "^7.22.4",
"@babel/types": "^7.22.4",
"@nuxt/kit": "^3.5.2",
"@antfu/eslint-config": "^0.39.8",
"@babel/parser": "^7.22.7",
"@babel/types": "^7.22.5",
"@nuxt/kit": "^3.6.3",
"@types/debug": "^4.1.8",
"@types/minimatch": "^5.1.2",
"@types/node": "^18.16.16",
"@types/node": "^20.4.2",
"@types/resolve": "^1.20.2",
"@typescript-eslint/eslint-plugin": "^5.59.8",
"@typescript-eslint/eslint-plugin": "^6.1.0",
"bumpp": "^9.1.1",
"compare-versions": "^5.0.3",
"element-plus": "^2.3.6",
"eslint": "^8.42.0",
"esno": "^0.16.3",
"compare-versions": "^6.0.0",
"element-plus": "^2.3.8",
"eslint": "^8.45.0",
"esno": "^0.17.0",
"estree-walker": "^3.0.3",
"pathe": "^1.1.1",
"rollup": "^3.23.1",
"tsup": "^6.7.0",
"typescript": "^5.1.3",
"vite": "^4.3.9",
"vitest": "^0.31.4",
"rollup": "^3.26.3",
"tsup": "^7.1.0",
"typescript": "^5.1.6",
"vite": "^4.4.4",
"vitest": "^0.33.0",
"vue": "3.2.45"
}
}

0 comments on commit c9f5be1

Please sign in to comment.