Skip to content

Commit

Permalink
updated deps (#317)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattLLVW authored Apr 10, 2021
1 parent d4f52ff commit 85aba13
Show file tree
Hide file tree
Showing 7 changed files with 1,513 additions and 1,525 deletions.
3,006 changes: 1,497 additions & 1,509 deletions package-lock.json

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"axios": "^0.21.1",
"chart.js": "^2.9.4",
"chartjs-plugin-stacked100": "^0.7.1",
"core-js": "^3.8.3",
"core-js": "^3.10.1",
"event-source-polyfill": "^1.0.22",
"js-yaml": "^3.14.1",
"jwt-decode": "^2.2.0",
Expand All @@ -21,24 +21,24 @@
"vue-codemirror": "^4.0.6",
"vue-google-oauth2": "^1.5.5",
"vue-router": "^3.5.1",
"vuetify": "^2.4.3",
"vuetify": "^2.4.9",
"vuetify-toast-snackbar-ng": "^0.7.3",
"vuex": "^3.6.2",
"xterm": "^4.9.0",
"xterm-addon-fit": "^0.4.0"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^4.5.11",
"@vue/cli-plugin-eslint": "^4.5.11",
"@vue/cli-service": "^4.5.11",
"@vue/cli-plugin-babel": "^4.5.12",
"@vue/cli-plugin-eslint": "^4.5.12",
"@vue/cli-service": "^4.5.12",
"babel-eslint": "^10.1.0",
"eslint": "^5.16.0",
"eslint-plugin-vue": "^5.0.0",
"sass": "^1.32.5",
"sass": "^1.32.8",
"sass-loader": "^7.3.1",
"vue-cli-plugin-vuetify": "^2.1.0",
"vue-cli-plugin-vuetify": "^2.3.1",
"vue-template-compiler": "^2.6.12",
"vuetify-loader": "^1.7.1"
"vuetify-loader": "^1.7.2"
},
"eslintConfig": {
"root": true,
Expand Down
2 changes: 1 addition & 1 deletion requirements/docs.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
mkdocs==1.1.2
mkdocs-material==6.0.2
pymdown-extensions==8.0.1
pymdown-extensions==8.1.1
2 changes: 1 addition & 1 deletion requirements/ldap.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
django-auth-ldap==2.1.1
django-auth-ldap==2.3.0
python-ldap==3.2.0
6 changes: 3 additions & 3 deletions requirements/prod.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
ansi2html==1.6.0
Django==3.1.4
django-cors-headers==3.6.0
Django==3.1.7
django-cors-headers==3.7.0
django-currentuser==0.5.2
djangorestframework==3.12.1
djangorestframework==3.12.2
djangorestframework-simplejwt==4.4.0
gunicorn==20.0.4
PyJWT==1.7.1
Expand Down
2 changes: 1 addition & 1 deletion requirements/social.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
rest-social-auth==4.2.0
rest-social-auth==6.0.0
4 changes: 2 additions & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pytest==6.0.1
pytest-cov==2.9.0
pytest==6.2.2
pytest-cov==2.11.1
pytest-django==3.9.0
pytest-pythonpath==0.7.3
codecov==2.1.9
Expand Down

0 comments on commit 85aba13

Please sign in to comment.