Skip to content

Commit

Permalink
Merge pull request #492 from hibare/deps
Browse files Browse the repository at this point in the history
Bump deps
  • Loading branch information
hibare authored Oct 22, 2023
2 parents 2122112 + dbc350c commit 2c3fcee
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 41 deletions.
2 changes: 1 addition & 1 deletion backend/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ tzdata==2023.3
# via pytz-deprecation-shim
tzlocal==5.0.1
# via apscheduler
urllib3==2.0.6
urllib3==2.0.7
# via -r requirements.in
whitenoise==6.6.0
# via -r requirements.in
Expand Down
70 changes: 35 additions & 35 deletions frontend/package-lock.json

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

10 changes: 5 additions & 5 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,21 @@
},
"dependencies": {
"@quasar/extras": "^1.16.7",
"@types/lodash.clonedeep": "^4.5.7",
"@types/lodash.clonedeep": "^4.5.8",
"axios": "^1.5.1",
"lodash.clonedeep": "^4.5.0",
"pinia": "^2.1.6",
"pinia": "^2.1.7",
"pinia-plugin-persistedstate": "^3.2.0",
"quasar": "^2.12.7",
"quasar": "^2.13.0",
"vue": "^3.3.4",
"vue-router": "^4.2.5"
},
"devDependencies": {
"@quasar/vite-plugin": "^1.5.0",
"@vitejs/plugin-vue": "^4.4.0",
"sass": "^1.69.3",
"sass": "^1.69.4",
"typescript": "^5.2.2",
"vite": "^4.4.11",
"vite": "^4.5.0",
"vue-tsc": "^1.8.19"
}
}

0 comments on commit 2c3fcee

Please sign in to comment.