upgraded vite

This commit is contained in:
Gani Georgiev
2023-01-10 15:26:36 +02:00
parent e1c751a7e7
commit c26ac2d53f
42 changed files with 1037 additions and 1043 deletions
+3 -2
View File
@@ -6,6 +6,7 @@
"build": "vite build",
"preview": "vite preview"
},
"type": "module",
"prettier": {
"tabWidth": 4,
"printWidth": 110,
@@ -21,7 +22,7 @@
"@codemirror/search": "^6.0.0",
"@codemirror/state": "^6.0.0",
"@codemirror/view": "^6.0.0",
"@sveltejs/vite-plugin-svelte": "^1.0.1",
"@sveltejs/vite-plugin-svelte": "^2.0.2",
"chart.js": "^3.7.1",
"chartjs-adapter-luxon": "^1.2.0",
"luxon": "^2.3.2",
@@ -31,6 +32,6 @@
"svelte": "^3.44.0",
"svelte-flatpickr": "^3.2.6",
"svelte-spa-router": "^3.2.0",
"vite": "^3.0.0"
"vite": "^4.0.4"
}
}