Skip to content

Commit

Permalink
Merge pull request #406 from hibare/dev
Browse files Browse the repository at this point in the history
Bump deps
  • Loading branch information
hibare authored Jul 8, 2023
2 parents 1565a17 + aa68736 commit e482e34
Show file tree
Hide file tree
Showing 4 changed files with 80 additions and 86 deletions.
8 changes: 1 addition & 7 deletions backend/dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
#
# pip-compile dev-requirements.in
#
--trusted-host pypi.org

autopep8==2.0.2
# via -r dev-requirements.in
build==0.10.0
Expand All @@ -14,18 +12,14 @@ click==8.1.3
# via pip-tools
packaging==23.1
# via build
pip-tools==6.13.0
pip-tools==6.14.0
# via -r dev-requirements.in
pycodestyle==2.10.0
# via autopep8
pyproject-hooks==1.0.0
# via build
pyyaml==6.0
# via -r dev-requirements.in
tomli==2.0.1
# via
# autopep8
# build
uritemplate==4.1.1
# via -r dev-requirements.in
wheel==0.40.0
Expand Down
2 changes: 1 addition & 1 deletion backend/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ beautifulsoup4==4.12.2
# via -r requirements.in
dj-database-url==2.0.0
# via -r requirements.in
django==4.2.2
django==4.2.3
# via
# -r requirements.in
# dj-database-url
Expand Down
148 changes: 74 additions & 74 deletions frontend/package-lock.json

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

8 changes: 4 additions & 4 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,16 @@
"lodash.clonedeep": "^4.5.0",
"pinia": "^2.1.4",
"pinia-plugin-persistedstate": "^3.1.0",
"quasar": "^2.12.0",
"quasar": "^2.12.2",
"vue": "^3.3.4",
"vue-router": "^4.2.2"
},
"devDependencies": {
"@quasar/vite-plugin": "^1.4.0",
"@quasar/vite-plugin": "^1.4.1",
"@vitejs/plugin-vue": "^4.2.3",
"sass": "^1.63.6",
"typescript": "^5.1.3",
"typescript": "^5.1.6",
"vite": "^4.3.9",
"vue-tsc": "^1.8.1"
"vue-tsc": "^1.8.3"
}
}

0 comments on commit e482e34

Please sign in to comment.