Skip to content

Commit 66ecf34

Browse files
committed
chore: update deps
1 parent 5425a2e commit 66ecf34

File tree

8 files changed

+1298
-10397
lines changed

8 files changed

+1298
-10397
lines changed

.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
22
"typescript.tsdk": "node_modules/typescript/lib"
3-
}
3+
}

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ export default {
7474
module.exports = {
7575
/* ... */
7676
plugins: [
77-
require('unplugin-vue-components/webpack')({ /* options */ })
78-
]
77+
require('unplugin-vue-components/webpack')({ /* options */ }),
78+
],
7979
}
8080
```
8181

@@ -217,7 +217,7 @@ Components({
217217
AntDesignVueResolver(),
218218
ElementPlusResolver(),
219219
VantResolver(),
220-
]
220+
],
221221
})
222222
```
223223

@@ -231,8 +231,8 @@ Components({
231231
// where `name` is always CapitalCase
232232
if (name.startsWith('Van'))
233233
return { importName: name.slice(3), path: 'vant' }
234-
}
235-
]
234+
},
235+
],
236236
})
237237
```
238238

@@ -298,7 +298,7 @@ Components({
298298
// resolvers for custom components
299299
resolvers: [],
300300

301-
// generate `components.d.ts` global declarations,
301+
// generate `components.d.ts` global declarations,
302302
// also accepts a path for custom filename
303303
dts: false,
304304

examples/vite-vue3/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,17 @@
1010
"vant": "^3.4.5"
1111
},
1212
"devDependencies": {
13-
"@iconify/json": "^2.1.10",
13+
"@iconify/json": "^2.1.14",
1414
"@vitejs/plugin-vue": "^2.2.4",
1515
"@vue/compiler-sfc": "^3.2.31",
1616
"cross-env": "^7.0.3",
1717
"has-pkg": "^0.0.1",
1818
"typescript": "^4.6.2",
19-
"unplugin-icons": "^0.13.2",
19+
"unplugin-icons": "^0.13.3",
2020
"unplugin-vue-components": "workspace:*",
2121
"vite": "^2.8.6",
2222
"vite-plugin-inspect": "^0.4.3",
23-
"vite-plugin-md": "^0.11.8",
23+
"vite-plugin-md": "^0.11.9",
2424
"vite-plugin-vue-svg": "^0.1.0"
2525
}
2626
}

examples/vue-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@vue/cli-plugin-typescript": "^5.0.1",
1717
"@vue/cli-service": "^5.0.1",
1818
"typescript": "^4.6.2",
19-
"unplugin-icons": "^0.13.2",
19+
"unplugin-icons": "^0.13.3",
2020
"unplugin-vue-components": "workspace:*",
2121
"unplugin-vue2-script-setup": "^0.10.0"
2222
}

0 commit comments

Comments
 (0)