chore(pkg): update typedoc & unplugin-auto-import

This commit is contained in:
Braks
2022-05-11 22:10:40 +02:00
parent 75390a75e7
commit 36de50ede9
3 changed files with 59 additions and 7 deletions
+2 -2
View File
@@ -53,9 +53,9 @@
"postcss-cli": "^9.1.0",
"postcss-nested": "^5.0.6",
"ts-patch": "^2.0.1",
"typedoc": "^0.22.13",
"typedoc": "^0.22.15",
"typescript-transform-paths": "^3.3.1",
"unplugin-auto-import": "^0.6.9",
"unplugin-auto-import": "^0.7.1",
"vite": "^2.9.9",
"vite-plugin-vue-type-imports": "^0.1.3",
"vite-svg-loader": "^2.2.0",
+1 -1
View File
@@ -53,6 +53,6 @@ export default defineConfig({
}),
],
optimizeDeps: {
include: ['vue', '@vueuse/core', '@braks/revue-draggable', 'd3-zoom', 'd3-selection'],
include: ['vue', '@vueuse/core', '@braks/revue-draggable', 'd3', 'd3-zoom', 'd3-selection'],
},
})