Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#61)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 14, 2024
1 parent d88f4d3 commit bbed89d
Show file tree
Hide file tree
Showing 4 changed files with 96 additions and 95 deletions.
17 changes: 9 additions & 8 deletions backend/package-lock.json

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

2 changes: 1 addition & 1 deletion backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"@types/express-ws": "^3.0.5",
"cors": "^2.8.5",
"express": "^4.21.0",
"express": "^4.21.1",
"express-ws": "^5.0.2",
"ping": "^0.4.4"
},
Expand Down
166 changes: 83 additions & 83 deletions frontend/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 frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,18 @@
"chartjs-adapter-date-fns": "^3.0.0",
"date-fns": "^3.6.0",
"ping.js": "^0.3.0",
"primevue": "^4.0.7",
"primevue": "^4.1.0",
"reconnecting-websocket": "^4.4.0",
"serve": "^14.2.3",
"smoothie": "^1.36.1",
"vue": "^3.5.11",
"vue": "^3.5.12",
"vue-chartjs": "^5.3.1"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.1.4",
"prettier-eslint": "^16.3.0",
"prettier-eslint-cli": "^8.0.1",
"typescript": "^5.6.2",
"typescript": "^5.6.3",
"vite": "^5.4.8"
}
}

0 comments on commit bbed89d

Please sign in to comment.