Skip to content
This repository was archived by the owner on Mar 27, 2023. It is now read-only.

Commit c2e910c

Browse files
committed
fixed merge conflicts
2 parents 20dce9a + 081fffb commit c2e910c

File tree

4 files changed

+1350
-978
lines changed

4 files changed

+1350
-978
lines changed

backend/requirements/base.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ gevent==20.9.0
2121

2222
# Python Social Auth
2323

24-
social-auth-app-django==3.1.0
24+
social-auth-app-django==3.4.0
2525
social-auth-core==3.3.3
2626

2727
# Django page caching is not working with this version of Redis
@@ -40,4 +40,4 @@ psycopg2-binary==2.8.6
4040

4141
redis==3.5.3
4242

43-
requests==2.23.0
43+
requests==2.24.0

documentation/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"local": "nodemon --ext md,vue --watch .vuepress --watch . --exec vuepress dev docs"
77
},
88
"dependencies": {
9-
"vuepress": "1.5.0",
10-
"@vuepress/plugin-google-analytics": "1.5.0"
9+
"vuepress": "1.7.1",
10+
"@vuepress/plugin-google-analytics": "1.7.1"
1111
},
1212
"devDependencies": {
1313
"nodemon": "2.0.6"

quasar/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,17 +21,17 @@
2121
"emoji-mart-vue": "2.6.6",
2222
"graphql": "15.3.0",
2323
"graphql-tag": "2.11.0",
24-
"highcharts": "8.1.0",
24+
"highcharts": "8.2.2",
2525
"highcharts-vue": "1.3.5",
2626
"js-cookie": "2.2.1",
27-
"prettier": "2.0.5",
27+
"prettier": "2.1.2",
2828
"quasar": "1.14.2",
29-
"vue-apollo": "3.0.3",
29+
"vue-apollo": "3.0.5",
3030
"vue-i18n": "8.22.1",
3131
"vue-native-websocket": "2.0.14"
3232
},
3333
"devDependencies": {
34-
"@quasar/app": "1.9.6",
34+
"@quasar/app": "2.1.5",
3535
"@vue/eslint-config-prettier": "6.0.0",
3636
"babel-eslint": "10.1.0",
3737
"eslint": "7.12.0",

0 commit comments

Comments
 (0)