Skip to content
This repository was archived by the owner on Oct 30, 2023. It is now read-only.

Commit 09f90ff

Browse files
committed
chore(dependecies): nuxt 3.6.2 more config options
1 parent a249422 commit 09f90ff

File tree

3 files changed

+412
-590
lines changed

3 files changed

+412
-590
lines changed

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sfxcode/nuxt-primevue",
3-
"version": "1.2.4",
3+
"version": "1.2.5",
44
"license": "MIT",
55
"type": "module",
66
"author": {
@@ -35,7 +35,7 @@
3535
},
3636
"dependencies": {
3737
"@formkit/nuxt": "0.17.4",
38-
"@nuxt/kit": "^3.6.1",
38+
"@nuxt/kit": "^3.6.2",
3939
"@sfxcode/formkit-primevue": "^1.1.8"
4040
},
4141
"devDependencies": {
@@ -44,7 +44,7 @@
4444
"@nuxt/module-builder": "^0.4.0",
4545
"@nuxtjs/eslint-config-typescript": "12.0.0",
4646
"@pinia/nuxt": "^0.4.11",
47-
"@types/node": "^20.3.3",
47+
"@types/node": "^20.4.0",
4848
"@unocss/nuxt": "^0.53.4",
4949
"@vueuse/nuxt": "^10.2.1",
5050
"anu-vue": "^0.15.2",
@@ -53,7 +53,7 @@
5353
"eslint": "^8.44.0",
5454
"flexsearch": "^0.7.31",
5555
"markdown-it": "^13.0.1",
56-
"nuxt": "^3.6.1",
56+
"nuxt": "^3.6.2",
5757
"sass": "^1.63.6",
5858
"vitepress": "1.0.0-beta.5"
5959
},

playground/nuxt.config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export default defineNuxtConfig({
1515
config: {
1616
ripple: true
1717
},
18-
quiet: true,
18+
quiet: false,
1919
components: {
2020
include: [...defaultPrimeVueComponents(true, true)],
2121
force: ['DataTable', 'Column', 'Button', 'Toolbar', { name: 'Message', global: true }]

0 commit comments

Comments
 (0)