upgrade vue 3.2 to 3.4

This commit is contained in:
Warunee Tamkoo 2024-01-25 14:53:55 +07:00
parent 18b7a3b4e6
commit dabc016e39
2 changed files with 3 additions and 1 deletions

2
.gitignore vendored
View file

@ -26,3 +26,5 @@ coverage
*.njsproj *.njsproj
*.sln *.sln
*.sw? *.sw?
package-lock.json

View file

@ -33,7 +33,7 @@
"pinia": "^2.0.29", "pinia": "^2.0.29",
"quasar": "^2.11.1", "quasar": "^2.11.1",
"structure-chart": "^0.0.9", "structure-chart": "^0.0.9",
"vue": "^3.2.45", "vue": "^3.4.15",
"vue-currency-input": "^3.0.5", "vue-currency-input": "^3.0.5",
"vue-router": "^4.1.6", "vue-router": "^4.1.6",
"vue3-datepicker": "^0.3.4", "vue3-datepicker": "^0.3.4",