update reqs
This commit is contained in:
parent
2b95362a78
commit
761fa328b0
|
@ -7,10 +7,10 @@ cffi==1.14.3
|
|||
chardet==3.0.4
|
||||
cryptography==3.1.1
|
||||
decorator==4.4.2
|
||||
Django==3.1.1
|
||||
Django==3.1.2
|
||||
django-cors-headers==3.5.0
|
||||
django-rest-knox==4.1.0
|
||||
djangorestframework==3.11.1
|
||||
djangorestframework==3.12.1
|
||||
future==0.18.2
|
||||
idna==2.10
|
||||
kombu==4.6.11
|
||||
|
@ -33,4 +33,4 @@ uWSGI==2.0.19.1
|
|||
validators==0.18.1
|
||||
vine==1.3.0
|
||||
websockets==8.1
|
||||
zipp==3.1.0
|
||||
zipp==3.3.0
|
||||
|
|
|
@ -11,7 +11,7 @@ AUTH_USER_MODEL = "accounts.User"
|
|||
|
||||
# bump this version everytime vue code is changed
|
||||
# to alert user they need to manually refresh their browser
|
||||
APP_VER = "0.0.65"
|
||||
APP_VER = "0.0.66"
|
||||
|
||||
# https://github.com/wh1te909/salt
|
||||
LATEST_SALT_VER = "1.1.0"
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -9,15 +9,15 @@
|
|||
"test:unit": "quasar test --unit jest"
|
||||
},
|
||||
"dependencies": {
|
||||
"@quasar/extras": "^1.9.5",
|
||||
"@quasar/extras": "^1.9.7",
|
||||
"axios": "^0.19.2",
|
||||
"dotenv": "^8.2.0",
|
||||
"qrcode.vue": "^1.7.0",
|
||||
"quasar": "^1.14.0"
|
||||
"quasar": "^1.14.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@quasar/app": "^2.1.0",
|
||||
"@quasar/cli": "^1.1.0",
|
||||
"@quasar/app": "^2.1.1",
|
||||
"@quasar/cli": "^1.1.2",
|
||||
"@quasar/quasar-app-extension-testing": "^1.0.0",
|
||||
"@quasar/quasar-app-extension-testing-unit-jest": "^1.0.1",
|
||||
"core-js": "^3.6.5",
|
||||
|
|
Loading…
Reference in New Issue