update reqs

This commit is contained in:
wh1te909 2022-04-08 19:34:38 +00:00
parent 69ff70a9ce
commit c3a0b9192f
3 changed files with 208 additions and 798 deletions

View File

@ -1,5 +1,5 @@
asgiref==3.5.0 asgiref==3.5.0
celery==5.2.3 celery==5.2.6
certifi==2021.10.8 certifi==2021.10.8
cffi==1.15.0 cffi==1.15.0
channels==3.0.4 channels==3.0.4
@ -14,8 +14,7 @@ django-rest-knox==4.2.0
djangorestframework==3.13.1 djangorestframework==3.13.1
future==0.18.2 future==0.18.2
msgpack==1.0.3 msgpack==1.0.3
nats-py==2.0.0 nats-py==2.1.0
packaging==21.3
psycopg2-binary==2.9.3 psycopg2-binary==2.9.3
pycparser==2.21 pycparser==2.21
pycryptodome==3.14.1 pycryptodome==3.14.1
@ -23,16 +22,16 @@ pyotp==2.6.0
pyparsing==3.0.7 pyparsing==3.0.7
pytz==2022.1 pytz==2022.1
qrcode==7.3.1 qrcode==7.3.1
redis==4.1.4 redis==4.2.2
requests==2.27.1 requests==2.27.1
six==1.16.0 six==1.16.0
sqlparse==0.4.2 sqlparse==0.4.2
twilio==7.8.0 twilio==7.8.1
urllib3==1.26.9 urllib3==1.26.9
uWSGI==2.0.20 uWSGI==2.0.20
validators==0.18.2 validators==0.18.2
vine==5.0.0 vine==5.0.0
websockets==10.2 websockets==10.2
zipp==3.7.0 zipp==3.8.0
drf_spectacular==0.21.2 drf_spectacular==0.21.2
meshctrl==0.1.12 meshctrl==0.1.13

987
web/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -10,12 +10,12 @@
"test:e2e:ci": "cross-env E2E_TEST=true start-test \"quasar dev\" http-get://localhost:8080 \"cypress run\"" "test:e2e:ci": "cross-env E2E_TEST=true start-test \"quasar dev\" http-get://localhost:8080 \"cypress run\""
}, },
"dependencies": { "dependencies": {
"@quasar/extras": "^1.13.3", "@quasar/extras": "^1.13.5",
"apexcharts": "^3.33.2", "apexcharts": "^3.33.2",
"axios": "^0.26.1", "axios": "^0.26.1",
"dotenv": "^16.0.0", "dotenv": "^16.0.0",
"qrcode.vue": "^3.3.3", "qrcode.vue": "^3.3.3",
"quasar": "^2.6.1", "quasar": "^2.6.6",
"vue": "^3.2.31", "vue": "^3.2.31",
"vue3-ace-editor": "^2.2.2", "vue3-ace-editor": "^2.2.2",
"vue3-apexcharts": "^1.4.1", "vue3-apexcharts": "^1.4.1",
@ -23,7 +23,7 @@
"vuex": "^4.0.2" "vuex": "^4.0.2"
}, },
"devDependencies": { "devDependencies": {
"@quasar/app-webpack": "^3.4.5", "@quasar/app-webpack": "^3.5.0",
"@quasar/cli": "^1.3.2" "@quasar/cli": "^1.3.2"
}, },
"browserslist": [ "browserslist": [