Skip to content

Commit

Permalink
fix: nuxt-image module not working via version 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xuzuodong committed Feb 20, 2024
1 parent 7084e26 commit ac5e811
Show file tree
Hide file tree
Showing 3 changed files with 654 additions and 646 deletions.
12 changes: 6 additions & 6 deletions packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,13 @@
"typecheck": "nuxt typecheck",
"postinstall": "nuxt prepare"
},
"dependencies": {
"@nuxtjs/google-fonts": "^3.1.3",
"photoswipe": "^5.4.3"
},
"devDependencies": {
"@nuxt/devtools": "latest",
"@nuxt/image": "^1.2.0",
"@nuxt/image": "~1.2.0",
"@nuxtjs/color-mode": "^3.3.2",
"@nuxtjs/sanity": "^1.8.3",
"@nuxtjs/tailwindcss": "latest",
Expand All @@ -32,15 +36,11 @@
"@vueuse/motion": "^2.0.0",
"@vueuse/nuxt": "^10.7.0",
"daisyui": "^4.4.19",
"nuxt": "^3.9.1",
"nuxt": "^3.10.2",
"nuxt-icon": "^0.6.7",
"sass": "^1.69.5",
"vue": "^3.4.12",
"vue-router": "^4.2.5",
"vue-tsc": "^1.8.27"
},
"dependencies": {
"@nuxtjs/google-fonts": "^3.1.3",
"photoswipe": "^5.4.3"
}
}
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
"postinstall": "nuxt prepare"
},
"dependencies": {
"nuxt": "^3.10.2",
"radix-vue": "^1.4.6",
"tailwind-variants": "^0.2.0",
"vue": "^3.4.19",
Expand All @@ -21,6 +20,7 @@
"@nuxtjs/color-mode": "^3.3.2",
"@nuxtjs/tailwindcss": "^6.11.4",
"@vueuse/nuxt": "^10.7.0",
"nuxt": "^3.10.2",
"nuxt-icon": "^0.6.7",
"tailwindcss-animate": "^1.0.7"
}
Expand Down

0 comments on commit ac5e811

Please sign in to comment.