Skip to content

Commit a697c42

Browse files
committed
Dependency updates, nuxt 3.7.4, vuetify 3.3.21, v2.0.16
1 parent c9c05e7 commit a697c42

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nuxt-vuetify-dashboard",
3-
"version": "2.0.15",
3+
"version": "2.0.16",
44
"description": "Nuxt3 + Vuetify3 project",
55
"author": "Rekryt <rekrytkw@gmail.com>",
66
"private": true,
@@ -18,29 +18,29 @@
1818
"devDependencies": {
1919
"@kevinmarrec/nuxt-pwa": "^0.17.0",
2020
"@nuxt/test-utils": "^3.7.4",
21-
"@typescript-eslint/eslint-plugin": "^6.7.3",
22-
"@typescript-eslint/parser": "^6.7.3",
21+
"@typescript-eslint/eslint-plugin": "^6.7.5",
22+
"@typescript-eslint/parser": "^6.7.5",
2323
"autoprefixer": "^10.4.16",
2424
"consola": "^3.2.3",
25-
"eslint": "^8.50.0",
25+
"eslint": "^8.51.0",
2626
"eslint-config-prettier": "^9.0.0",
2727
"eslint-plugin-nuxt": "^4.0.0",
28-
"eslint-plugin-vitest": "^0.3.1",
28+
"eslint-plugin-vitest": "^0.3.2",
2929
"eslint-plugin-vue": "^9.17.0",
3030
"nuxt": "3.7.4",
3131
"prettier": "^3.0.3",
32-
"sass": "^1.68.0",
32+
"sass": "^1.69.3",
3333
"vite-plugin-eslint": "^1.8.1"
3434
},
3535
"dependencies": {
3636
"@ckeditor/ckeditor5-build-classic": "^40.0.0",
3737
"@ckeditor/ckeditor5-vue": "^5.1.0",
38-
"@mdi/font": "^7.2.96",
38+
"@mdi/font": "^7.3.67",
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.20"
43+
"vuetify": "3.3.21"
4444
},
4545
"overrides": {
4646
"vue": "latest"

0 commit comments

Comments
 (0)