Skip to content

Commit 1f6e1e8

Browse files
committed
chore: update deps
1 parent f0e7dc8 commit 1f6e1e8

File tree

19 files changed

+2411
-2177
lines changed

19 files changed

+2411
-2177
lines changed

examples/vite-vue3/src/components/ComponentA.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<script setup lang='ts'>
2-
const props = defineProps({
2+
defineProps({
33
msg: String,
44
})
55
</script>

examples/vite-vue3/src/components/ComponentB.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<script setup='props' lang='ts'>
22
import { defineProps } from 'vue'
33
4-
const props = defineProps({
4+
defineProps({
55
msg: String,
66
})
77
</script>

examples/vite-vue3/src/components/component-c.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<script setup lang='ts'>
22
import { defineProps } from 'vue'
33
4-
const props = defineProps({
4+
defineProps({
55
msg: String,
66
})
77
</script>

package.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "unplugin-vue-components",
33
"version": "0.24.1",
4-
"packageManager": "pnpm@7.29.0",
4+
"packageManager": "pnpm@8.6.0",
55
"description": "Components auto importing for Vue",
66
"author": "antfu <anthonyfu117@hotmail.com>",
77
"license": "MIT",
@@ -101,39 +101,39 @@
101101
}
102102
},
103103
"dependencies": {
104-
"@antfu/utils": "^0.7.2",
104+
"@antfu/utils": "^0.7.3",
105105
"@rollup/pluginutils": "^5.0.2",
106106
"chokidar": "^3.5.3",
107107
"debug": "^4.3.4",
108108
"fast-glob": "^3.2.12",
109109
"local-pkg": "^0.4.3",
110110
"magic-string": "^0.30.0",
111-
"minimatch": "^7.4.2",
112-
"resolve": "^1.22.1",
111+
"minimatch": "^9.0.1",
112+
"resolve": "^1.22.2",
113113
"unplugin": "^1.3.1"
114114
},
115115
"devDependencies": {
116-
"@antfu/eslint-config": "^0.36.0",
117-
"@babel/parser": "^7.21.2",
118-
"@babel/types": "^7.21.2",
119-
"@nuxt/kit": "^3.2.3",
120-
"@types/debug": "^4.1.7",
116+
"@antfu/eslint-config": "^0.39.3",
117+
"@babel/parser": "^7.22.4",
118+
"@babel/types": "^7.22.4",
119+
"@nuxt/kit": "^3.5.2",
120+
"@types/debug": "^4.1.8",
121121
"@types/minimatch": "^5.1.2",
122-
"@types/node": "^18.14.6",
122+
"@types/node": "^18.16.16",
123123
"@types/resolve": "^1.20.2",
124-
"@typescript-eslint/eslint-plugin": "^5.54.1",
125-
"bumpp": "^9.0.0",
124+
"@typescript-eslint/eslint-plugin": "^5.59.8",
125+
"bumpp": "^9.1.0",
126126
"compare-versions": "^5.0.3",
127-
"element-plus": "^2.2.34",
128-
"eslint": "^8.35.0",
127+
"element-plus": "^2.3.5",
128+
"eslint": "^8.41.0",
129129
"esno": "^0.16.3",
130130
"estree-walker": "^3.0.3",
131131
"pathe": "^1.1.0",
132-
"rollup": "^3.18.0",
133-
"tsup": "^6.6.3",
134-
"typescript": "^4.9.5",
135-
"vite": "^4.1.4",
136-
"vitest": "^0.29.2",
132+
"rollup": "^3.23.0",
133+
"tsup": "^6.7.0",
134+
"typescript": "^5.0.4",
135+
"vite": "^4.3.9",
136+
"vitest": "^0.31.1",
137137
"vue": "3.2.45"
138138
}
139139
}

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy