Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed May 30, 2023
1 parent f0e7dc8 commit 1f6e1e8
Show file tree
Hide file tree
Showing 19 changed files with 2,411 additions and 2,177 deletions.
2 changes: 1 addition & 1 deletion examples/vite-vue3/src/components/ComponentA.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<script setup lang='ts'>
const props = defineProps({
defineProps({
msg: String,
})
</script>
Expand Down
2 changes: 1 addition & 1 deletion examples/vite-vue3/src/components/ComponentB.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<script setup='props' lang='ts'>
import { defineProps } from 'vue'
const props = defineProps({
defineProps({
msg: String,
})
</script>
Expand Down
2 changes: 1 addition & 1 deletion examples/vite-vue3/src/components/component-c.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<script setup lang='ts'>
import { defineProps } from 'vue'
const props = defineProps({
defineProps({
msg: String,
})
</script>
Expand Down
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "unplugin-vue-components",
"version": "0.24.1",
"packageManager": "pnpm@7.29.0",
"packageManager": "pnpm@8.6.0",
"description": "Components auto importing for Vue",
"author": "antfu <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -101,39 +101,39 @@
}
},
"dependencies": {
"@antfu/utils": "^0.7.2",
"@antfu/utils": "^0.7.3",
"@rollup/pluginutils": "^5.0.2",
"chokidar": "^3.5.3",
"debug": "^4.3.4",
"fast-glob": "^3.2.12",
"local-pkg": "^0.4.3",
"magic-string": "^0.30.0",
"minimatch": "^7.4.2",
"resolve": "^1.22.1",
"minimatch": "^9.0.1",
"resolve": "^1.22.2",
"unplugin": "^1.3.1"
},
"devDependencies": {
"@antfu/eslint-config": "^0.36.0",
"@babel/parser": "^7.21.2",
"@babel/types": "^7.21.2",
"@nuxt/kit": "^3.2.3",
"@types/debug": "^4.1.7",
"@antfu/eslint-config": "^0.39.3",
"@babel/parser": "^7.22.4",
"@babel/types": "^7.22.4",
"@nuxt/kit": "^3.5.2",
"@types/debug": "^4.1.8",
"@types/minimatch": "^5.1.2",
"@types/node": "^18.14.6",
"@types/node": "^18.16.16",
"@types/resolve": "^1.20.2",
"@typescript-eslint/eslint-plugin": "^5.54.1",
"bumpp": "^9.0.0",
"@typescript-eslint/eslint-plugin": "^5.59.8",
"bumpp": "^9.1.0",
"compare-versions": "^5.0.3",
"element-plus": "^2.2.34",
"eslint": "^8.35.0",
"element-plus": "^2.3.5",
"eslint": "^8.41.0",
"esno": "^0.16.3",
"estree-walker": "^3.0.3",
"pathe": "^1.1.0",
"rollup": "^3.18.0",
"tsup": "^6.6.3",
"typescript": "^4.9.5",
"vite": "^4.1.4",
"vitest": "^0.29.2",
"rollup": "^3.23.0",
"tsup": "^6.7.0",
"typescript": "^5.0.4",
"vite": "^4.3.9",
"vitest": "^0.31.1",
"vue": "3.2.45"
}
}
Loading

0 comments on commit 1f6e1e8

Please sign in to comment.