Skip to content

Commit fe8f8d2

Browse files
committed
Dependency updates, nuxt 3.4.2, vuetify 3.3.16, v2.0.14
1 parent 9e6082d commit fe8f8d2

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nuxt-vuetify-dashboard",
3-
"version": "2.0.13",
3+
"version": "2.0.14",
44
"description": "Nuxt3 + Vuetify3 project",
55
"author": "Rekryt <rekrytkw@gmail.com>",
66
"private": true,
@@ -17,30 +17,30 @@
1717
},
1818
"devDependencies": {
1919
"@kevinmarrec/nuxt-pwa": "^0.17.0",
20-
"@nuxt/test-utils": "^3.7.0",
21-
"@typescript-eslint/eslint-plugin": "^6.4.1",
22-
"@typescript-eslint/parser": "^6.4.1",
20+
"@nuxt/test-utils": "^3.7.2",
21+
"@typescript-eslint/eslint-plugin": "^6.7.0",
22+
"@typescript-eslint/parser": "^6.7.0",
2323
"autoprefixer": "^10.4.15",
2424
"consola": "^3.2.3",
25-
"eslint": "^8.48.0",
25+
"eslint": "^8.49.0",
2626
"eslint-config-prettier": "^9.0.0",
2727
"eslint-plugin-nuxt": "^4.0.0",
2828
"eslint-plugin-vitest": "^0.3.1",
2929
"eslint-plugin-vue": "^9.17.0",
30-
"nuxt": "3.7.1",
31-
"prettier": "^3.0.2",
30+
"nuxt": "3.7.2",
31+
"prettier": "^3.0.3",
3232
"sass": "^1.66.1",
3333
"vite-plugin-eslint": "^1.8.1"
3434
},
3535
"dependencies": {
36-
"@ckeditor/ckeditor5-build-classic": "^39.0.1",
36+
"@ckeditor/ckeditor5-build-classic": "^39.0.2",
3737
"@ckeditor/ckeditor5-vue": "^5.1.0",
3838
"@mdi/font": "^7.2.96",
3939
"@pinia/nuxt": "0.4.11",
4040
"chart.js": "^4.4.0",
4141
"pinia": "2.1.6",
4242
"vue-chartjs": "^5.2.0",
43-
"vuetify": "3.3.15"
43+
"vuetify": "3.3.16"
4444
},
4545
"overrides": {
4646
"vue": "latest"

0 commit comments

Comments
 (0)