Skip to content

Commit

Permalink
chore: upgrade dependencies
Browse files Browse the repository at this point in the history
Also resolves #30
  • Loading branch information
atinux committed Dec 1, 2022
1 parent 4ecfd3a commit 569ea8d
Show file tree
Hide file tree
Showing 5 changed files with 6,878 additions and 7,164 deletions.
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
shamefully-hoist=true
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,16 @@
"release": "yarn lint && standard-version && git push --follow-tags"
},
"dependencies": {
"@iconify/vue": "^4.0.0",
"@nuxt/kit": "^3.0.0-rc.13"
"@iconify/vue": "^4.0.1",
"@nuxt/kit": "^3.0.0"
},
"devDependencies": {
"@nuxt/module-builder": "latest",
"@nuxtjs/eslint-config-typescript": "latest",
"eslint": "latest",
"nuxt": "^3.0.0-rc.13",
"nuxt": "^3.0.0",
"standard-version": "^9.5.0",
"typescript": "^4.8.4",
"vue-tsc": "^1.0.9"
"typescript": "^4.9.3",
"vue-tsc": "^1.0.10"
}
}
1 change: 0 additions & 1 deletion playground/nuxt.config.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import { defineNuxtConfig } from 'nuxt'
import nuxtIcon from '../src/module'

export default defineNuxtConfig({
Expand Down
Loading

0 comments on commit 569ea8d

Please sign in to comment.