diff --git a/.gitignore b/.gitignore index 38adffa64..e1f03e1c4 100644 --- a/.gitignore +++ b/.gitignore @@ -26,3 +26,5 @@ coverage *.njsproj *.sln *.sw? + +package-lock.json \ No newline at end of file diff --git a/package.json b/package.json index 4964772b7..403f6f025 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "pinia": "^2.0.29", "quasar": "^2.11.1", "structure-chart": "^0.0.9", - "vue": "^3.2.45", + "vue": "^3.4.15", "vue-currency-input": "^3.0.5", "vue-router": "^4.1.6", "vue3-datepicker": "^0.3.4",