Skip to content

Commit

Permalink
chore(dependencies): Nuxt 3 RC3
Browse files Browse the repository at this point in the history
  • Loading branch information
sfxcode committed May 12, 2022
1 parent 311aade commit d7af4fa
Show file tree
Hide file tree
Showing 3 changed files with 528 additions and 602 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Nuxt 3 + PrimeVue Starter

Build your VUE.js App with Nuxt3 (RC1). First Class PrimeVUE support.
Build your VUE.js App with Nuxt3 (RC3). First Class PrimeVUE support.


[![CI](https://github.com/sfxcode/nuxt3-primevue-starter/actions/workflows/main.yml/badge.svg)](https://github.com/sfxcode/nuxt3-primevue-starter/actions/workflows/main.yml)
Expand All @@ -15,7 +15,6 @@ THX to [antfu / Vitesse Nuxt3](https://github.com/antfu/vitesse-nuxt3) for start
- Use icons from any icon sets in Pure CSS, powered by [UnoCSS](https://github.com/antfu/unocss)
- [State Management via Pinia](https://pinia.esm.dev)
- PrimeVue 3.12.x
- Logging


## Plugins
Expand Down Expand Up @@ -98,7 +97,7 @@ pnpm start

## Tools

I use IntelliJ with VUE.js and Prettier plugin.
I use IntelliJ with VUE.js plugin.

## Supporters

Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,18 +26,18 @@
"@iconify-json/mdi": "^1.1.10",
"@iconify-json/prime": "^1.1.1",
"@iconify-json/twemoji": "^1.1.3",
"@nuxt/test-utils": "^3.0.0-rc.1",
"@nuxt/test-utils": "^3.0.0-rc.3",
"@nuxtjs/color-mode": "^3.0.2",
"@pinia/nuxt": "^0.1.8",
"@unocss/nuxt": "^0.33.0",
"@vitejs/plugin-vue": "^2.3.1",
"@vitest/ui": "^0.10.0",
"@vitest/ui": "^0.12.4",
"@vueuse/nuxt": "^8.3.1",
"c8": "^7.11.2",
"eslint": "^8.14.0",
"nuxt": "^3.0.0-rc.1",
"nuxt": "^3.0.0-rc.3",
"sass": "^1.51.0",
"typescript": "^4.6.4",
"vitest": "^0.10.0"
"vitest": "^0.12.5"
}
}
Loading

0 comments on commit d7af4fa

Please sign in to comment.