oh-vue-icons icon indicating copy to clipboard operation
oh-vue-icons copied to clipboard

upgrade deps

Open mikob opened this issue 1 year ago • 0 comments

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)

mikob avatar Apr 15 '23 00:04 mikob