Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrading dependencies 2020 07 06 #646

Merged
merged 10 commits into from
Jul 13, 2020
2 changes: 1 addition & 1 deletion docs-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Packages needed to build docs on https://readthedocs.org
Django==2.2.9
Django==2.2.13
Sphinx==1.6.3
sphinx-autobuild==0.7.1
sphinxcontrib-httpdomain==1.5.0
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"angular-ui-tree": "2.22.6",
"babel-core": "^6.14.0",
"babel-loader": "7.1.1",
"babel-plugin-angularjs-annotate": "0.8.0",
"babel-plugin-angularjs-annotate": "0.10.0",
"babel-plugin-transform-builtin-extend": "^1.1.0",
"babel-plugin-transform-object-rest-spread": "^6.8.0",
"babel-preset-es2015": "^6.14.0",
Expand All @@ -29,13 +29,13 @@
"gulp-jscs": "^3.0.2",
"gulp-jshint": "^2.0.0",
"gulp-jsonlint": "^1.1.2",
"gulp-print": "^2.0.1",
"gulp-rename": "^1.2.2",
"gulp-rename": "^2.0.0",
"gulp-print": "^5.0.2",
"gulp-sass": "^2.2.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-util": "^3.0.7",
"gulp-watch": "^4.3.5",
"html-loader": "^0.4.5",
"html-loader": "^0.5.5",
"htmlhint": "^0.9.13",
"htmlhint-loader": "^1.2.0",
"jshint": "^2.9.1",
Expand All @@ -44,13 +44,13 @@
"json-loader": "^0.5.4",
"lodash": "^4.17.2",
"moment-timezone": "^0.5.10",
"node-sass": "4.5.3",
"node-sass": "4.14.1",
"pikaday": "^1.4.0",
"quill": "^0.20.0",
"sass-loader": "^6.0.5",
"style-loader": "^0.17.0",
"webpack": "3.3.0",
"yargs": "^4.3.2"
"yargs": "^15.3.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Django==2.2.9
Django==2.2.13
jsonfield==2.0.2
django-jsonview==1.1.0
requests==2.22.0
Expand Down