Skip to content

Commit 8d71b0a

Browse files
committed
Dependency updates, nuxt 3.11.2, vuetify 3.6.5
1 parent db71534 commit 8d71b0a

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nuxt-vuetify-dashboard",
3-
"version": "2.0.21",
3+
"version": "2.0.22",
44
"description": "Nuxt3 + Vuetify3 project",
55
"author": "Rekryt <rekrytkw@gmail.com>",
66
"private": true,
@@ -17,31 +17,31 @@
1717
},
1818
"devDependencies": {
1919
"@kevinmarrec/nuxt-pwa": "^0.17.0",
20-
"@nuxt/test-utils": "3.11.0",
21-
"vitest": "1.6.0",
22-
"@typescript-eslint/eslint-plugin": "^7.0.1",
23-
"@typescript-eslint/parser": "^7.0.1",
24-
"autoprefixer": "^10.4.17",
20+
"@nuxt/test-utils": "3.13.1",
21+
"vitest": "^1.6.0",
22+
"@typescript-eslint/eslint-plugin": "^7.15.0",
23+
"@typescript-eslint/parser": "^7.15.0",
24+
"autoprefixer": "^10.4.19",
2525
"consola": "^3.2.3",
26-
"eslint": "^8.56.0",
26+
"eslint": "^8.57.0",
2727
"eslint-config-prettier": "^9.1.0",
2828
"eslint-plugin-nuxt": "^4.0.0",
2929
"eslint-plugin-vitest": "^0.5.4",
30-
"eslint-plugin-vue": "^9.21.1",
31-
"nuxt": "3.11.2",
32-
"prettier": "^3.2.5",
33-
"sass": "^1.70.0",
30+
"eslint-plugin-vue": "^9.27.0",
31+
"nuxt": "3.12.3",
32+
"prettier": "^3.3.2",
33+
"sass": "^1.77.6",
3434
"vite-plugin-eslint": "^1.8.1"
3535
},
3636
"dependencies": {
37-
"@ckeditor/ckeditor5-build-classic": "^41.1.0",
38-
"@ckeditor/ckeditor5-vue": "^5.1.0",
37+
"@ckeditor/ckeditor5-build-classic": "^41.4.2",
38+
"@ckeditor/ckeditor5-vue": "^6.0.0",
3939
"@mdi/font": "^7.4.47",
4040
"@pinia/nuxt": "0.5.1",
41-
"chart.js": "^4.4.1",
41+
"chart.js": "^4.4.3",
4242
"pinia": "2.1.7",
43-
"vue-chartjs": "^5.3.0",
44-
"vuetify": "3.6.5"
43+
"vue-chartjs": "^5.3.1",
44+
"vuetify": "3.6.11"
4545
},
4646
"overrides": {
4747
"vue": "latest"

0 commit comments

Comments
 (0)