Skip to content

Commit de87de0

Browse files
author
Ext., Soueidan, Ali, MIF
committed
add newest upgrades
1 parent 8e0497d commit de87de0

File tree

3 files changed

+810
-664
lines changed

3 files changed

+810
-664
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Nuxt 3 Starter
2-
This repo contains a fully configured nuxt 3 instance supporting TypeScript and several considered as useful libraries, fully configured and ready to use in real world projects!
2+
This repo contains a fully configured nuxt 3 instance supporting TypeScript and several considered as useful libraries, fully configured and ready to use in real world projects! Nuxt 3 is a JavaScript meta framework on Vue 3 [learn more](https://v3.nuxtjs.org/guide/concepts/introduction).
33

44
## Vite
55
Vite (French word for "quick", pronounced /vit/, like "veet") is a build tool that aims to provide a faster and leaner development experience for modern web projects.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,18 +17,18 @@
1717
"@storybook/addon-postcss": "^3.0.0-alpha.1",
1818
"@storybook/builder-vite": "^0.2.2",
1919
"@storybook/vue3": "^6.5.10",
20-
"@vitest/ui": "^0.21.0",
21-
"nuxt": "^3.0.0-rc.6",
20+
"@vitest/ui": "^0.22.0",
21+
"nuxt": "^3.0.0-rc.8",
2222
"postcss": "^8.4.14",
2323
"sass": "^1.54.3",
2424
"sass-loader": "^13.0.2",
2525
"storybook-dark-mode": "^1.1.0",
2626
"tailwindcss": "^3.1.8",
2727
"vite-svg-loader": "^3.4.0",
28-
"vitest": "^0.21.0"
28+
"vitest": "^0.22.0"
2929
},
3030
"dependencies": {
31-
"@pinia/nuxt": "^0.3.1",
31+
"@pinia/nuxt": "^0.4.0",
3232
"pinia": "^2.0.17",
3333
"typescript": "^4.7.4"
3434
}

0 commit comments

Comments
 (0)