Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge 'dev' into 'main' #57

Merged
merged 9 commits into from
Jan 22, 2025
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ updates:
directory: "/"
schedule:
interval: "weekly"
target-branch: "dev"
target-branch: "update-dependencies"
241 changes: 104 additions & 137 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@
"nuxt-primevue": "^3.0.0",
"typescript": "^5.5.4",
"vue": "^3.4.14",
"vue-router": "^4.2.5"
"vue-router": "^4.5.0"
},
"dependencies": {
"@headlessui/vue": "^1.7.23",
"@heroicons/vue": "^2.1.1",
"@heroicons/vue": "^2.2.0",
"@vercel/analytics": "^1.3.1",
"@vueuse/core": "^10.9.0",
"@vueuse/core": "^12.5.0",
"axios": "^1.7.7",
"primevue": "^3.49.1"
},
Expand Down
Loading
Loading