Skip to content

Commit

Permalink
chore: Update npm dependencies to latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
scottyzen committed Jul 30, 2024
1 parent 18962a6 commit 38868af
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 38 deletions.
56 changes: 28 additions & 28 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@
"@vueuse/core": "^10.11.0"
},
"devDependencies": {
"@nuxt/icon": "^1.2.1",
"@nuxt/icon": "^1.4.3",
"@nuxt/image": "1.7.0",
"@nuxtjs/i18n": "^8.3.1",
"@nuxtjs/i18n": "^8.3.3",
"@nuxtjs/tailwindcss": "^6.12.1",
"@tailwindcss/typography": "^0.5.13",
"nuxt": "^3.12.4",
"nuxt-graphql-client": "^0.2.35",
"nuxt-graphql-client": "^0.2.36",
"prettier": "^3.3.3",
"woonuxt-settings": "^1.0.58"
},
Expand Down
6 changes: 0 additions & 6 deletions woonuxt_base/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,6 @@ export default defineNuxtConfig({
},
},

// if nuxt generated this is needed
// https://github.com/nuxt/icon/issues/179#issuecomment-2230860618
icon: {
provider: 'iconify'
},

// Multilingual support
i18n: {
locales: [
Expand Down
2 changes: 1 addition & 1 deletion woonuxt_base/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "woonuxt",
"version": "4.0.16",
"version": "4.0.17",
"main": "./nuxt.config.ts",
"type": "module"
}

0 comments on commit 38868af

Please sign in to comment.