Skip to content

Commit e1d349d

Browse files
fix(deps): update dependency @nuxt/ui to v3.1.0 (#12)
* fix(deps): update dependency @nuxt/ui to v3.1.0 * remove non existing component --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Marius Heine <[email protected]>
1 parent daa699b commit e1d349d

File tree

3 files changed

+186
-309
lines changed

3 files changed

+186
-309
lines changed

app.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
<UApp>
33
<NuxtLayout>
44
<NuxtPage />
5-
<UNotifications />
65
</NuxtLayout>
76
</UApp>
87
</template>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"postinstall": "nuxt prepare"
1818
},
1919
"dependencies": {
20-
"@nuxt/ui": "3.0.2",
20+
"@nuxt/ui": "3.1.0",
2121
"@nuxtjs/i18n": "9.5.3",
2222
"nuxt": "3.17.1",
2323
"tailwindcss": "4.1.3"

0 commit comments

Comments
 (0)