mirror of https://github.com/snachodog/mybuddy.git
Update dependencies
This commit is contained in:
parent
05c5b68d28
commit
d78130bbff
File diff suppressed because it is too large
Load Diff
|
@ -22,15 +22,15 @@
|
|||
"jquery": "^3.6.0",
|
||||
"moment": "^2.29.1",
|
||||
"moment-timezone": "^0.5.33",
|
||||
"plotly.js": "^2.2.1",
|
||||
"plotly.js": "^2.5.1",
|
||||
"popper.js": "^1.16.1",
|
||||
"pulltorefreshjs": "^0.1.22",
|
||||
"pump": "^3.0.0",
|
||||
"sass": "^1.35.2",
|
||||
"sass": "^1.42.1",
|
||||
"stylelint": "^13.13.1",
|
||||
"stylelint-config-recommended-scss": "^4.3.0",
|
||||
"stylelint-order": "^4.1.0",
|
||||
"stylelint-scss": "^3.20.1",
|
||||
"stylelint-scss": "^3.21.0",
|
||||
"tempusdominus-bootstrap-4": "5.1.2",
|
||||
"tempusdominus-core": "5.0.3"
|
||||
}
|
||||
|
|
|
@ -1,41 +1,41 @@
|
|||
-i https://pypi.python.org/simple
|
||||
asgiref==3.4.1; python_version >= '3.6'
|
||||
boto3==1.18.2
|
||||
botocore==1.21.2; python_version >= '3.6'
|
||||
boto3==1.18.48
|
||||
botocore==1.21.48; python_version >= '3.6'
|
||||
defusedxml==0.7.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
|
||||
diff-match-patch==20200713; python_version >= '2.7'
|
||||
dj-database-url==0.5.0
|
||||
django-axes==5.20.0
|
||||
django-filter==2.4.0
|
||||
django-import-export==2.5.0
|
||||
django-ipware==3.0.2
|
||||
django-axes==5.25.0
|
||||
django-filter==21.1
|
||||
django-import-export==2.6.0
|
||||
django-ipware==4.0.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5'
|
||||
django-storages==1.11.1
|
||||
django-widget-tweaks==1.4.8
|
||||
django==3.2.5
|
||||
django==3.2.7
|
||||
djangorestframework==3.12.4
|
||||
easy-thumbnails==2.7.1
|
||||
et-xmlfile==1.1.0; python_version >= '3.6'
|
||||
faker==8.10.1
|
||||
faker==8.14.0
|
||||
gunicorn==20.1.0
|
||||
jmespath==0.10.0; python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2, 3.3'
|
||||
jmespath==0.10.0; python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2'
|
||||
markuppy==1.14
|
||||
odfpy==1.4.1
|
||||
openpyxl==3.0.7
|
||||
pillow==8.3.1; python_version >= '3.6'
|
||||
plotly==5.1.0
|
||||
openpyxl==3.0.9
|
||||
pillow==8.3.2; python_version >= '3.6'
|
||||
plotly==5.3.1
|
||||
psycopg2-binary==2.9.1
|
||||
python-dateutil==2.8.2; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
|
||||
python-dotenv==0.18.0
|
||||
python-dateutil==2.8.2; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2'
|
||||
python-dotenv==0.19.0
|
||||
pytz==2021.1
|
||||
pyyaml==5.4.1
|
||||
s3transfer==0.5.0; python_version >= '3.6'
|
||||
six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
|
||||
sqlparse==0.4.1; python_version >= '3.5'
|
||||
six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2'
|
||||
sqlparse==0.4.2; python_version >= '3.5'
|
||||
tablib[html,ods,xls,xlsx,yaml]==3.0.0; python_version >= '3.6'
|
||||
tenacity==8.0.1; python_version >= '3.6'
|
||||
text-unidecode==1.3
|
||||
uritemplate==3.0.1
|
||||
urllib3==1.26.6; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' and python_version < '4'
|
||||
urllib3==1.26.7; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' and python_version < '4'
|
||||
whitenoise==5.3.0
|
||||
xlrd==2.0.1
|
||||
xlwt==1.3.0
|
||||
|
|
|
@ -10821,182 +10821,182 @@ h3 {
|
|||
}
|
||||
|
||||
.icon-add:before {
|
||||
content: "";
|
||||
content: "\e800";
|
||||
}
|
||||
|
||||
/* '' */
|
||||
.icon-camera:before {
|
||||
content: "";
|
||||
content: "\e801";
|
||||
}
|
||||
|
||||
/* '' */
|
||||
.icon-chat:before {
|
||||
content: "";
|
||||
content: "\e802";
|
||||
}
|
||||
|
||||
/* '' */
|
||||
.icon-delete:before {
|
||||
content: "";
|
||||
content: "\e803";
|
||||
}
|
||||
|
||||
/* '' */
|
||||
.icon-mail:before {
|
||||
content: "";
|
||||
content: "\e804";
|
||||
}
|
||||
|
||||
/* '' */
|
||||
.icon-false:before {
|
||||
content: "";
|
||||
content: "\e805";
|
||||
}
|
||||
|
||||
/* '' */
|
||||
.icon-graph:before {
|
||||
content: "";
|
||||
content: "\e806";
|
||||
}
|
||||
|
||||
/* '' */
|
||||
.icon-list:before {
|
||||
content: "";
|
||||
content: "\e807";
|
||||
}
|
||||
|
||||
/* '' */
|
||||
.icon-lock:before {
|
||||
content: "";
|
||||
content: "\e808";
|
||||
}
|
||||
|
||||
/* '' */
|
||||
.icon-refresh:before {
|
||||
content: "";
|
||||
content: "\e809";
|
||||
}
|
||||
|
||||
/* '' */
|
||||
.icon-stop:before {
|
||||
content: "";
|
||||
content: "\e80a";
|
||||
}
|
||||
|
||||
/* '' */
|
||||
.icon-timer:before {
|
||||
content: "";
|
||||
content: "\e80b";
|
||||
}
|
||||
|
||||
/* '' */
|
||||
.icon-true:before {
|
||||
content: "";
|
||||
content: "\e80c";
|
||||
}
|
||||
|
||||
/* '' */
|
||||
.icon-update:before {
|
||||
content: "";
|
||||
content: "\e80d";
|
||||
}
|
||||
|
||||
/* '' */
|
||||
.icon-user:before {
|
||||
content: "";
|
||||
content: "\e80e";
|
||||
}
|
||||
|
||||
/* '' */
|
||||
.icon-clock:before {
|
||||
content: "";
|
||||
content: "\e80f";
|
||||
}
|
||||
|
||||
/* '' */
|
||||
.icon-calendar:before {
|
||||
content: "";
|
||||
content: "\e810";
|
||||
}
|
||||
|
||||
/* '' */
|
||||
.icon-arrow-up:before {
|
||||
content: "";
|
||||
content: "\e811";
|
||||
}
|
||||
|
||||
/* '' */
|
||||
.icon-arrow-down:before {
|
||||
content: "";
|
||||
content: "\e812";
|
||||
}
|
||||
|
||||
/* '' */
|
||||
.icon-cancel:before {
|
||||
content: "";
|
||||
content: "\e813";
|
||||
}
|
||||
|
||||
/* '' */
|
||||
.icon-dashboard:before {
|
||||
content: "";
|
||||
content: "\f0e4";
|
||||
}
|
||||
|
||||
/* '' */
|
||||
.icon-tummytime:before {
|
||||
content: "";
|
||||
content: "\f118";
|
||||
}
|
||||
|
||||
/* '' */
|
||||
.icon-sad:before {
|
||||
content: "";
|
||||
content: "\f119";
|
||||
}
|
||||
|
||||
/* '' */
|
||||
.icon-source:before {
|
||||
content: "";
|
||||
content: "\f126";
|
||||
}
|
||||
|
||||
/* '' */
|
||||
.icon-angle-circled-left:before {
|
||||
content: "";
|
||||
content: "\f137";
|
||||
}
|
||||
|
||||
/* '' */
|
||||
.icon-angle-circled-right:before {
|
||||
content: "";
|
||||
content: "\f138";
|
||||
}
|
||||
|
||||
/* '' */
|
||||
.icon-child:before {
|
||||
content: "";
|
||||
content: "\f1ae";
|
||||
}
|
||||
|
||||
/* '' */
|
||||
.icon-feeding:before {
|
||||
content: "";
|
||||
content: "\f1b1";
|
||||
}
|
||||
|
||||
/* '' */
|
||||
.icon-activities:before {
|
||||
content: "";
|
||||
content: "\f1b3";
|
||||
}
|
||||
|
||||
/* '' */
|
||||
.icon-timeline:before {
|
||||
content: "";
|
||||
content: "\f1da";
|
||||
}
|
||||
|
||||
/* '' */
|
||||
.icon-diaperchange:before {
|
||||
content: "";
|
||||
content: "\f1f8";
|
||||
}
|
||||
|
||||
/* '' */
|
||||
.icon-sleep:before {
|
||||
content: "";
|
||||
content: "\f236";
|
||||
}
|
||||
|
||||
/* '' */
|
||||
.icon-note:before {
|
||||
content: "";
|
||||
content: "\f249";
|
||||
}
|
||||
|
||||
/* '' */
|
||||
.icon-weight:before {
|
||||
content: "";
|
||||
content: "\f24e";
|
||||
}
|
||||
|
||||
/* '' */
|
||||
.icon-today:before {
|
||||
content: "";
|
||||
content: "\f274";
|
||||
}
|
||||
|
||||
/* '' */
|
||||
.icon-temperature:before {
|
||||
content: "";
|
||||
content: "\f2c8";
|
||||
}
|
||||
|
||||
/* '' */
|
Binary file not shown.
|
@ -10821,182 +10821,182 @@ h3 {
|
|||
}
|
||||
|
||||
.icon-add:before {
|
||||
content: "";
|
||||
content: "\e800";
|
||||
}
|
||||
|
||||
/* '' */
|
||||
.icon-camera:before {
|
||||
content: "";
|
||||
content: "\e801";
|
||||
}
|
||||
|
||||
/* '' */
|
||||
.icon-chat:before {
|
||||
content: "";
|
||||
content: "\e802";
|
||||
}
|
||||
|
||||
/* '' */
|
||||
.icon-delete:before {
|
||||
content: "";
|
||||
content: "\e803";
|
||||
}
|
||||
|
||||
/* '' */
|
||||
.icon-mail:before {
|
||||
content: "";
|
||||
content: "\e804";
|
||||
}
|
||||
|
||||
/* '' */
|
||||
.icon-false:before {
|
||||
content: "";
|
||||
content: "\e805";
|
||||
}
|
||||
|
||||
/* '' */
|
||||
.icon-graph:before {
|
||||
content: "";
|
||||
content: "\e806";
|
||||
}
|
||||
|
||||
/* '' */
|
||||
.icon-list:before {
|
||||
content: "";
|
||||
content: "\e807";
|
||||
}
|
||||
|
||||
/* '' */
|
||||
.icon-lock:before {
|
||||
content: "";
|
||||
content: "\e808";
|
||||
}
|
||||
|
||||
/* '' */
|
||||
.icon-refresh:before {
|
||||
content: "";
|
||||
content: "\e809";
|
||||
}
|
||||
|
||||
/* '' */
|
||||
.icon-stop:before {
|
||||
content: "";
|
||||
content: "\e80a";
|
||||
}
|
||||
|
||||
/* '' */
|
||||
.icon-timer:before {
|
||||
content: "";
|
||||
content: "\e80b";
|
||||
}
|
||||
|
||||
/* '' */
|
||||
.icon-true:before {
|
||||
content: "";
|
||||
content: "\e80c";
|
||||
}
|
||||
|
||||
/* '' */
|
||||
.icon-update:before {
|
||||
content: "";
|
||||
content: "\e80d";
|
||||
}
|
||||
|
||||
/* '' */
|
||||
.icon-user:before {
|
||||
content: "";
|
||||
content: "\e80e";
|
||||
}
|
||||
|
||||
/* '' */
|
||||
.icon-clock:before {
|
||||
content: "";
|
||||
content: "\e80f";
|
||||
}
|
||||
|
||||
/* '' */
|
||||
.icon-calendar:before {
|
||||
content: "";
|
||||
content: "\e810";
|
||||
}
|
||||
|
||||
/* '' */
|
||||
.icon-arrow-up:before {
|
||||
content: "";
|
||||
content: "\e811";
|
||||
}
|
||||
|
||||
/* '' */
|
||||
.icon-arrow-down:before {
|
||||
content: "";
|
||||
content: "\e812";
|
||||
}
|
||||
|
||||
/* '' */
|
||||
.icon-cancel:before {
|
||||
content: "";
|
||||
content: "\e813";
|
||||
}
|
||||
|
||||
/* '' */
|
||||
.icon-dashboard:before {
|
||||
content: "";
|
||||
content: "\f0e4";
|
||||
}
|
||||
|
||||
/* '' */
|
||||
.icon-tummytime:before {
|
||||
content: "";
|
||||
content: "\f118";
|
||||
}
|
||||
|
||||
/* '' */
|
||||
.icon-sad:before {
|
||||
content: "";
|
||||
content: "\f119";
|
||||
}
|
||||
|
||||
/* '' */
|
||||
.icon-source:before {
|
||||
content: "";
|
||||
content: "\f126";
|
||||
}
|
||||
|
||||
/* '' */
|
||||
.icon-angle-circled-left:before {
|
||||
content: "";
|
||||
content: "\f137";
|
||||
}
|
||||
|
||||
/* '' */
|
||||
.icon-angle-circled-right:before {
|
||||
content: "";
|
||||
content: "\f138";
|
||||
}
|
||||
|
||||
/* '' */
|
||||
.icon-child:before {
|
||||
content: "";
|
||||
content: "\f1ae";
|
||||
}
|
||||
|
||||
/* '' */
|
||||
.icon-feeding:before {
|
||||
content: "";
|
||||
content: "\f1b1";
|
||||
}
|
||||
|
||||
/* '' */
|
||||
.icon-activities:before {
|
||||
content: "";
|
||||
content: "\f1b3";
|
||||
}
|
||||
|
||||
/* '' */
|
||||
.icon-timeline:before {
|
||||
content: "";
|
||||
content: "\f1da";
|
||||
}
|
||||
|
||||
/* '' */
|
||||
.icon-diaperchange:before {
|
||||
content: "";
|
||||
content: "\f1f8";
|
||||
}
|
||||
|
||||
/* '' */
|
||||
.icon-sleep:before {
|
||||
content: "";
|
||||
content: "\f236";
|
||||
}
|
||||
|
||||
/* '' */
|
||||
.icon-note:before {
|
||||
content: "";
|
||||
content: "\f249";
|
||||
}
|
||||
|
||||
/* '' */
|
||||
.icon-weight:before {
|
||||
content: "";
|
||||
content: "\f24e";
|
||||
}
|
||||
|
||||
/* '' */
|
||||
.icon-today:before {
|
||||
content: "";
|
||||
content: "\f274";
|
||||
}
|
||||
|
||||
/* '' */
|
||||
.icon-temperature:before {
|
||||
content: "";
|
||||
content: "\f2c8";
|
||||
}
|
||||
|
||||
/* '' */
|
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Binary file not shown.
|
@ -79,3 +79,37 @@ table.import-preview tr.update {
|
|||
font-weight: bold;
|
||||
font-size: 0.85em;
|
||||
}
|
||||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
table.import-preview tr.skip {
|
||||
background-color: #2d2d2d;
|
||||
}
|
||||
|
||||
table.import-preview tr.new {
|
||||
background-color: #42274d;
|
||||
}
|
||||
|
||||
table.import-preview tr.delete {
|
||||
background-color: #064140;
|
||||
}
|
||||
|
||||
table.import-preview tr.update {
|
||||
background-color: #020230;
|
||||
}
|
||||
|
||||
.validation-error-container {
|
||||
background-color: #003e3e;
|
||||
}
|
||||
|
||||
/*
|
||||
these declarations are necessary to forcibly override the
|
||||
formatting applied by the diff-match-patch python library
|
||||
*/
|
||||
table.import-preview td ins {
|
||||
background-color: #190019 !important;
|
||||
}
|
||||
|
||||
table.import-preview td del {
|
||||
background-color: #001919 !important;
|
||||
}
|
||||
}
|
Binary file not shown.
|
@ -79,3 +79,37 @@ table.import-preview tr.update {
|
|||
font-weight: bold;
|
||||
font-size: 0.85em;
|
||||
}
|
||||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
table.import-preview tr.skip {
|
||||
background-color: #2d2d2d;
|
||||
}
|
||||
|
||||
table.import-preview tr.new {
|
||||
background-color: #42274d;
|
||||
}
|
||||
|
||||
table.import-preview tr.delete {
|
||||
background-color: #064140;
|
||||
}
|
||||
|
||||
table.import-preview tr.update {
|
||||
background-color: #020230;
|
||||
}
|
||||
|
||||
.validation-error-container {
|
||||
background-color: #003e3e;
|
||||
}
|
||||
|
||||
/*
|
||||
these declarations are necessary to forcibly override the
|
||||
formatting applied by the diff-match-patch python library
|
||||
*/
|
||||
table.import-preview td ins {
|
||||
background-color: #190019 !important;
|
||||
}
|
||||
|
||||
table.import-preview td del {
|
||||
background-color: #001919 !important;
|
||||
}
|
||||
}
|
Binary file not shown.
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue