Skip to content

Commit

Permalink
chore(deps): use nuxt-icon beta (#83)
Browse files Browse the repository at this point in the history
Co-authored-by: Anthony Fu <[email protected]>
  • Loading branch information
benjamincanac and antfu authored May 2, 2024
1 parent a1b78bf commit 68202d8
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 25 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@
"release": "release-it"
},
"dependencies": {
"@antfu/nuxt-icon-poc": "^0.0.7",
"@nuxt/kit": "^3.11.2",
"@nuxt/schema": "^3.11.2",
"@nuxtjs/color-mode": "^3.4.1",
Expand All @@ -53,6 +52,7 @@
"@vueuse/integrations": "^10.9.0",
"defu": "^6.1.4",
"fuse.js": "^7.0.0",
"nuxt-icon": "1.0.0-beta.3",
"ohash": "^1.1.3",
"radix-vue": "^1.7.3",
"scule": "^1.3.0",
Expand Down
51 changes: 28 additions & 23 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export default defineNuxtModule<ModuleOptions>({

addVitePlugin(tailwindcss)

await installModule('@antfu/nuxt-icon-poc', {
await installModule('nuxt-icon', {
componentName: 'UIcon',
cssLayer: 'components'
})
Expand Down

0 comments on commit 68202d8

Please sign in to comment.