Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Nov 27, 2024
1 parent 22a8364 commit acc3b78
Show file tree
Hide file tree
Showing 7 changed files with 2,380 additions and 1,323 deletions.
4 changes: 2 additions & 2 deletions examples/vite-vue2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
"vue": "^2.7.16"
},
"devDependencies": {
"@vitejs/plugin-vue2": "^2.3.1",
"@vitejs/plugin-vue2": "^2.3.3",
"cross-env": "^7.0.3",
"unplugin-vue-components": "workspace:*",
"vite": "^5.4.2"
"vite": "^5.4.11"
}
}
14 changes: 9 additions & 5 deletions examples/vite-vue3/components.d.ts
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
// generated by unplugin-vue-components
// We suggest you to commit this file into source control
/* eslint-disable */
// @ts-nocheck
// Generated by unplugin-vue-components
// Read more: https://github.com/vuejs/core/pull/3399
import '@vue/runtime-core'

export {}

declare module '@vue/runtime-core' {
/* prettier-ignore */
declare module 'vue' {
export interface GlobalComponents {
Avatar: typeof import('./src/components/global/avatar.vue')['default']
Book: typeof import('./src/components/book/index.vue')['default']
CollapseCollapseFolderAndCollapseFolderAndComponentPrefixes: typeof import('./src/components/collapse/collapseFolderAnd/CollapseFolderAndComponentPrefixes.vue')['default']
CollapseCollapseFolderCollapseFolderAndComponentFromRoot: typeof import('./src/components/collapse/collapseFolder/CollapseFolderAndComponentFromRoot.vue')['default']
CollapseCollapseFolderFolderAndComponentPartially: typeof import('./src/components/collapse/collapseFolder/FolderAndComponentPartially.vue')['default']
ComponentA: typeof import('./src/components/ComponentA.vue')['default']
ComponentAsync: typeof import('./src/components/ComponentAsync.vue')['default']
ComponentB: typeof import('./src/components/ComponentB.vue')['default']
Expand All @@ -20,6 +22,8 @@ declare module '@vue/runtime-core' {
'IMdi:diceD12': typeof import('~icons/mdi/dice-d12')['default']
IMdiLightAlarm: typeof import('~icons/mdi-light/alarm')['default']
IRiApps2Line: typeof import('~icons/ri/apps2-line')['default']
KebabCaseKebabCaseCollapseKebabCaseCollapseFile: typeof import('./src/components/kebab-case/kebab-case-collapse/KebabCaseCollapseFile.vue')['default']
KebabCaseKebabCaseFile: typeof import('./src/components/kebab-case/KebabCaseFile.vue')['default']
MarkdownA: typeof import('./src/components/MarkdownA.md')['default']
MarkdownB: typeof import('./src/components/MarkdownB.md')['default']
MyCustom: typeof import('./src/CustomResolved.vue')['default']
Expand Down
20 changes: 10 additions & 10 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.9.4"
"vant": "^4.9.9"
},
"devDependencies": {
"@iconify/json": "^2.2.241",
"@vitejs/plugin-vue": "^5.1.2",
"@vue/compiler-sfc": "^3.4.38",
"@iconify/json": "^2.2.276",
"@vitejs/plugin-vue": "^5.2.1",
"@vue/compiler-sfc": "^3.5.13",
"cross-env": "^7.0.3",
"has-pkg": "^0.0.1",
"typescript": "^5.5.4",
"unplugin-icons": "^0.19.2",
"typescript": "^5.7.2",
"unplugin-icons": "^0.20.2",
"unplugin-vue-components": "workspace:*",
"unplugin-vue-markdown": "^0.26.2",
"vite": "^5.4.2",
"vite-plugin-inspect": "^0.8.7",
"vue-router": "^4.4.3"
"unplugin-vue-markdown": "^0.26.3",
"vite": "^6.0.1",
"vite-plugin-inspect": "^0.10.0",
"vue-router": "^4.5.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.38.1",
"vue": "^3.4.38"
"core-js": "^3.39.0",
"vue": "^3.5.13"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/core": "^7.26.0",
"@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.38.1",
"vue": "^3.4.38"
"core-js": "^3.39.0",
"vue": "^3.5.13"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^5.0.8",
"@vue/cli-plugin-typescript": "^5.0.8",
"@vue/cli-service": "^5.0.8",
"typescript": "^5.5.4",
"unplugin-icons": "^0.19.2",
"typescript": "^5.7.2",
"unplugin-icons": "^0.20.2",
"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
Expand Up @@ -2,7 +2,7 @@
"name": "unplugin-vue-components",
"type": "module",
"version": "0.27.4",
"packageManager": "pnpm@9.9.0",
"packageManager": "pnpm@9.14.2",
"description": "Components auto importing for Vue",
"author": "antfu <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -94,37 +94,37 @@
},
"dependencies": {
"@antfu/utils": "^0.7.10",
"@rollup/pluginutils": "^5.1.0",
"@rollup/pluginutils": "^5.1.3",
"chokidar": "^3.6.0",
"debug": "^4.3.6",
"debug": "^4.3.7",
"fast-glob": "^3.3.2",
"local-pkg": "^0.5.0",
"magic-string": "^0.30.11",
"local-pkg": "^0.5.1",
"magic-string": "^0.30.14",
"minimatch": "^9.0.5",
"mlly": "^1.7.1",
"unplugin": "^1.12.2"
"mlly": "^1.7.3",
"unplugin": "^1.16.0"
},
"devDependencies": {
"@antfu/eslint-config": "^2.27.2",
"@babel/parser": "^7.25.4",
"@babel/types": "^7.25.4",
"@nuxt/kit": "^3.13.0",
"@antfu/eslint-config": "^3.10.0",
"@babel/parser": "^7.26.2",
"@babel/types": "^7.26.0",
"@nuxt/kit": "^3.14.1592",
"@types/debug": "^4.1.12",
"@types/minimatch": "^5.1.2",
"@types/node": "^22.5.0",
"bumpp": "^9.5.2",
"@types/node": "^22.10.0",
"bumpp": "^9.8.1",
"compare-versions": "^6.1.1",
"element-plus": "^2.8.1",
"eslint": "^9.9.1",
"element-plus": "^2.8.8",
"eslint": "^9.15.0",
"eslint-plugin-format": "^0.1.2",
"esno": "^4.7.0",
"esno": "^4.8.0",
"estree-walker": "^3.0.3",
"pathe": "^1.1.2",
"rollup": "^4.21.1",
"tsup": "^8.2.4",
"typescript": "^5.5.4",
"vite": "^5.4.2",
"vitest": "^2.0.5",
"rollup": "^4.27.4",
"tsup": "^8.3.5",
"typescript": "^5.7.2",
"vite": "^6.0.1",
"vitest": "^2.1.6",
"vue": "3.2.45"
}
}
Loading

0 comments on commit acc3b78

Please sign in to comment.