Skip to content

Commit

Permalink
refactor(nuxt-primevue): Use 0.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
sfxcode committed Nov 4, 2022
1 parent eedfeff commit 7113bf9
Show file tree
Hide file tree
Showing 3 changed files with 761 additions and 462 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

},
"devDependencies": {
"@antfu/eslint-config": "^0.27.0",
"@antfu/eslint-config": "^0.29.3",
"@formkit/nuxt": "next",
"@histoire/plugin-nuxt": "^0.11.6",
"@histoire/plugin-vue": "^0.11.6",
Expand All @@ -31,21 +31,21 @@
"@iconify-json/prime": "^1.1.4",
"@iconify-json/twemoji": "^1.1.5",
"@nuxt/content": "^2.2.1",
"@nuxt/test-utils": "^3.0.0-rc.12",
"@nuxt/test-utils": "^3.0.0-rc.13",
"@pinia/nuxt": "^0.4.3",
"@sfxcode/nuxt-primevue": "^0.8.3",
"@unocss/nuxt": "^0.46.1",
"@sfxcode/nuxt-primevue": "^0.8.4",
"@unocss/nuxt": "^0.46.3",
"@vitejs/plugin-vue": "^3.2.0",
"@vitest/ui": "^0.24.3",
"@vitest/ui": "^0.24.5",
"@vueuse/nuxt": "^9.4.0",
"c8": "^7.12.0",
"eslint": "^8.26.0",
"histoire": "^0.11.6",
"jsdom": "^20.0.1",
"nuxt": "^3.0.0-rc.12",
"jsdom": "^20.0.2",
"nuxt": "^3.0.0-rc.13",
"pinia": "^2.0.23",
"sass": "^1.55.0",
"sass": "^1.56.0",
"typescript": "^4.8.3",
"vitest": "^0.24.3"
"vitest": "^0.24.5"
}
}
2 changes: 1 addition & 1 deletion pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ import AdvertiseBox from '@/components/AdvertiseBox.vue'
Typesafe by default
</AdvertiseBox>

<AdvertiseBox header="Nuxt 3 (RC 12)" icon="prime-check-circle" color="green-400">
<AdvertiseBox header="Nuxt 3 (RC 13)" icon="prime-check-circle" color="green-400">
Pages, Layouts, ...
</AdvertiseBox>
<AdvertiseBox header="Nuxt Content (2.2)" icon="prime-check-circle" color="green-400">
Expand Down
Loading

0 comments on commit 7113bf9

Please sign in to comment.