oh-vue-icons
oh-vue-icons copied to clipboard
upgrade deps
I did this in a futile attempt to fix #31, it didn't help but everything seems to be fine with the upgrades. I ran into 1 error that I don't think is related, perhaps it was my dev env? But it should be checked before this PR is accepted or merged.
error Cannot destructure property 'name' of 'data' as it is undefined.
File:
/home/mikob/workspace/hairgen.ai/frontend/src/vue_app.ts:9:23
Code:
8 | // // 4. Provide the history implementation to use. We are using the hash history for simp
licity here.
> 9 | // history: VueRouter.createWebHashHistory(),
| ^
10 | // routes: [{ path: '/order', component: OrderStatus }], // short for `routes: routes`
11 | // })
Stacktrace:
TypeError: Cannot destructure property 'name' of 'data' as it is undefined.
at register (/home/mikob/scratchspace/oh-vue-icons/package/dist/index.mjs:27:11)
at Module.addIcons (/home/mikob/scratchspace/oh-vue-icons/package/dist/index.mjs:43:5)
at eval (/src/vue_app.ts:9:23)
at async instantiateModule (file:///home/mikob/workspace/hairgen.ai/frontend/node_modules/.pnpm/
[email protected]/node_modules/vite/dist/node/chunks/dep-79892de8.js:53996:9)