Skip to content

Commit

Permalink
fix: nuxt and heroicons (#18)
Browse files Browse the repository at this point in the history
* core: headlessui update next

* fix: update

* core: nuxt update

* core: nuxt update

* core: update nuxt and @heroicons/vue

* core: update nuxt

* core: allupdate dependencies
  • Loading branch information
productdevbook committed Oct 27, 2021
1 parent 0dfbe8f commit b6512e1
Show file tree
Hide file tree
Showing 2 changed files with 545 additions and 455 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,23 +8,23 @@
},
"devDependencies": {
"autoprefixer": "10.3.7",
"nuxt3": "3.0.0-27242401.39ed77e",
"postcss": "8.3.9",
"sass": "1.43.2",
"sass-loader": "12.2.0",
"nuxt3": "3.0.0-27255771.f78ec93",
"postcss": "8.3.11",
"sass": "1.43.4",
"sass-loader": "12.3.0",
"tailwindcss": "3.0.0-alpha.1"
},
"dependencies": {
"@headlessui/vue": "1.4.1",
"@heroicons/vue": "1.0.4",
"@pinia/nuxt": "0.0.6",
"@headlessui/vue": "^1.4.1",
"@heroicons/vue": "1.0.5",
"@pinia/nuxt": "0.1.0",
"@tailwindcss/aspect-ratio": "0.3.0",
"@tailwindcss/forms": "0.4.0-alpha.1",
"@tailwindcss/line-clamp": "0.2.2",
"@tailwindcss/typography": "0.5.0-alpha.2",
"pinia": "2.0.0-rc.13"
"pinia": "2.0.0"
},
"engines": {
"node": ">=14.18.0"
"node": "^14.16.0 || ^16.11.0 || ^17.0.0"
}
}

0 comments on commit b6512e1

Please sign in to comment.