Skip to content

Commit 52a1014

Browse files
committed
v2.0.20 (dependency updates)
1 parent 484fec4 commit 52a1014

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.19",
3+
"version": "2.0.20",
44
"description": "Nuxt3 + Vuetify3 project",
55
"author": "Rekryt <rekrytkw@gmail.com>",
66
"private": true,
@@ -19,14 +19,14 @@
1919
"@kevinmarrec/nuxt-pwa": "^0.17.0",
2020
"@nuxt/test-utils": "3.8.1",
2121
"vitest": "0.34.6",
22-
"@typescript-eslint/eslint-plugin": "^6.13.1",
23-
"@typescript-eslint/parser": "^6.13.1",
22+
"@typescript-eslint/eslint-plugin": "^6.13.2",
23+
"@typescript-eslint/parser": "^6.13.2",
2424
"autoprefixer": "^10.4.16",
2525
"consola": "^3.2.3",
26-
"eslint": "^8.54.0",
27-
"eslint-config-prettier": "^9.0.0",
26+
"eslint": "^8.55.0",
27+
"eslint-config-prettier": "^9.1.0",
2828
"eslint-plugin-nuxt": "^4.0.0",
29-
"eslint-plugin-vitest": "^0.3.10",
29+
"eslint-plugin-vitest": "^0.3.12",
3030
"eslint-plugin-vue": "^9.19.2",
3131
"nuxt": "3.8.2",
3232
"prettier": "^3.1.0",
@@ -38,10 +38,10 @@
3838
"@ckeditor/ckeditor5-vue": "^5.1.0",
3939
"@mdi/font": "^7.3.67",
4040
"@pinia/nuxt": "0.5.1",
41-
"chart.js": "^4.4.0",
41+
"chart.js": "^4.4.1",
4242
"pinia": "2.1.7",
4343
"vue-chartjs": "^5.2.0",
44-
"vuetify": "3.4.4"
44+
"vuetify": "3.4.6"
4545
},
4646
"overrides": {
4747
"vue": "latest"

0 commit comments

Comments
 (0)