Skip to content

Commit

Permalink
Bump libs
Browse files Browse the repository at this point in the history
  • Loading branch information
jsmesami committed Jun 21, 2024
1 parent 0c0ae1e commit 13d8d43
Show file tree
Hide file tree
Showing 7 changed files with 1,029 additions and 1,061 deletions.
1,992 changes: 979 additions & 1,013 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 @@ -4,11 +4,11 @@
"author": "Ondřej Nejedlý",
"license": "Apache-2.0",
"devDependencies": {
"@babel/core": "^7.24.6",
"@babel/preset-env": "^7.24.6",
"@babel/preset-react": "^7.24.6",
"@babel/core": "^7.24.7",
"@babel/preset-env": "^7.24.7",
"@babel/preset-react": "^7.24.7",
"@hello-pangea/dnd": "^16.6.0",
"@mdxeditor/editor": "^3.4.0",
"@mdxeditor/editor": "^3.4.2",
"@popperjs/core": "^2.11.8",
"@reduxjs/toolkit": "^2.2.5",
"autoprefixer": "^10.4.19",
Expand All @@ -23,19 +23,19 @@
"postcss": "^8.4.38",
"postcss-loader": "^8.1.1",
"postcss-preset-env": "^9.5.14",
"prettier": "^3.2.5",
"prettier": "^3.3.2",
"react": "^18.3.1",
"react-bootstrap": "^2.10.2",
"react-bootstrap": "^2.10.3",
"react-contenteditable": "^3.3.7",
"react-dom": "^18.3.1",
"react-edit-text": "^5.1.1",
"react-redux": "^9.1.2",
"react-router-dom": "^6.23.1",
"sass": "^1.77.4",
"sass": "^1.77.6",
"sass-loader": "^14.2.1",
"shorten-uuid": "^1.0.2",
"use-debounce": "^10.0.1",
"webpack": "^5.91.0",
"webpack": "^5.92.1",
"webpack-bundle-tracker": "^3.1.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.4",
Expand Down
16 changes: 8 additions & 8 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ argon2-cffi-bindings==21.2.0
# via argon2-cffi
asgiref==3.8.1
# via django
authlib==1.3.0
authlib==1.3.1
# via kinde-python-sdk
certifi==2024.2.2
# via
Expand All @@ -22,7 +22,7 @@ cffi==1.16.0
# cryptography
charset-normalizer==3.3.2
# via requests
cryptography==42.0.7
cryptography==42.0.8
# via authlib
django==5.0.6
# via
Expand All @@ -43,11 +43,11 @@ django-redis==5.4.0
# via tumbs.app (pyproject.toml)
django-webpack-loader==3.1.0
# via tumbs.app (pyproject.toml)
djangorestframework==3.15.1
djangorestframework==3.15.2
# via
# drf-standardized-errors
# tumbs.app (pyproject.toml)
drf-standardized-errors==0.13.0
drf-standardized-errors==0.14.0
# via tumbs.app (pyproject.toml)
frozendict==2.4.4
# via kinde-python-sdk
Expand All @@ -59,7 +59,7 @@ idna==3.7
# via requests
kinde-python-sdk==1.2.4
# via tumbs.app (pyproject.toml)
orjson==3.10.3
orjson==3.10.5
# via tumbs.app (pyproject.toml)
pillow==10.3.0
# via tumbs.app (pyproject.toml)
Expand All @@ -73,7 +73,7 @@ python-ipware==3.0.0
# via django-ipware
python-magic==0.4.27
# via tumbs.app (pyproject.toml)
redis==5.0.4
redis==5.0.6
# via
# django-redis
# tumbs.app (pyproject.toml)
Expand All @@ -85,9 +85,9 @@ sqlparse==0.5.0
# via django
typing-extensions==4.11.0
# via kinde-python-sdk
urllib3==2.2.1
urllib3==2.2.2
# via
# kinde-python-sdk
# requests
whitenoise==6.6.0
whitenoise==6.7.0
# via tumbs.app (pyproject.toml)
18 changes: 9 additions & 9 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ argon2-cffi-bindings==21.2.0
# via argon2-cffi
asgiref==3.8.1
# via django
authlib==1.3.0
authlib==1.3.1
# via kinde-python-sdk
build==1.2.1
# via pip-tools
Expand All @@ -26,7 +26,7 @@ charset-normalizer==3.3.2
# via requests
click==8.1.7
# via pip-tools
cryptography==42.0.7
cryptography==42.0.8
# via authlib
django==5.0.6
# via
Expand All @@ -50,11 +50,11 @@ django-redis==5.4.0
# via tumbs.app (pyproject.toml)
django-webpack-loader==3.1.0
# via tumbs.app (pyproject.toml)
djangorestframework==3.15.1
djangorestframework==3.15.2
# via
# drf-standardized-errors
# tumbs.app (pyproject.toml)
drf-standardized-errors==0.13.0
drf-standardized-errors==0.14.0
# via tumbs.app (pyproject.toml)
frozendict==2.4.4
# via kinde-python-sdk
Expand All @@ -68,9 +68,9 @@ kinde-python-sdk==1.2.4
# via tumbs.app (pyproject.toml)
markupsafe==2.1.5
# via werkzeug
orjson==3.10.3
orjson==3.10.5
# via tumbs.app (pyproject.toml)
packaging==24.0
packaging==24.1
# via build
pillow==10.3.0
# via tumbs.app (pyproject.toml)
Expand All @@ -94,7 +94,7 @@ python-ipware==3.0.0
# via django-ipware
python-magic==0.4.27
# via tumbs.app (pyproject.toml)
redis==5.0.4
redis==5.0.6
# via
# django-redis
# tumbs.app (pyproject.toml)
Expand All @@ -110,7 +110,7 @@ typing-extensions==4.11.0
# via
# kinde-python-sdk
# psycopg
urllib3==2.2.1
urllib3==2.2.2
# via
# kinde-python-sdk
# requests
Expand All @@ -120,7 +120,7 @@ werkzeug==3.0.3
# via tumbs.app (pyproject.toml)
wheel==0.43.0
# via pip-tools
whitenoise==6.6.0
whitenoise==6.7.0
# via tumbs.app (pyproject.toml)

# The following packages are considered to be unsafe in a requirements file:
Expand Down
24 changes: 12 additions & 12 deletions requirements/prod.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ argon2-cffi-bindings==21.2.0
# via argon2-cffi
asgiref==3.8.1
# via django
authlib==1.3.0
authlib==1.3.1
# via kinde-python-sdk
boto3==1.34.116
boto3==1.34.131
# via
# django-anymail
# django-storages
botocore==1.34.116
botocore==1.34.131
# via
# boto3
# s3transfer
Expand All @@ -31,7 +31,7 @@ cffi==1.16.0
# cryptography
charset-normalizer==3.3.2
# via requests
cryptography==42.0.7
cryptography==42.0.8
# via authlib
django==5.0.6
# via
Expand All @@ -58,11 +58,11 @@ django-storages==1.14.3
# via tumbs.app (pyproject.toml)
django-webpack-loader==3.1.0
# via tumbs.app (pyproject.toml)
djangorestframework==3.15.1
djangorestframework==3.15.2
# via
# drf-standardized-errors
# tumbs.app (pyproject.toml)
drf-standardized-errors==0.13.0
drf-standardized-errors==0.14.0
# via tumbs.app (pyproject.toml)
frozendict==2.4.4
# via kinde-python-sdk
Expand All @@ -84,9 +84,9 @@ jmespath==1.0.1
# botocore
kinde-python-sdk==1.2.4
# via tumbs.app (pyproject.toml)
orjson==3.10.3
orjson==3.10.5
# via tumbs.app (pyproject.toml)
packaging==24.0
packaging==24.1
# via gunicorn
pillow==10.3.0
# via tumbs.app (pyproject.toml)
Expand All @@ -106,7 +106,7 @@ python-ipware==3.0.0
# via django-ipware
python-magic==0.4.27
# via tumbs.app (pyproject.toml)
redis==5.0.4
redis==5.0.6
# via
# django-redis
# tumbs.app (pyproject.toml)
Expand All @@ -116,7 +116,7 @@ requests==2.31.0
# kinde-python-sdk
s3transfer==0.10.1
# via boto3
sentry-sdk==2.3.1
sentry-sdk==2.6.0
# via tumbs.app (pyproject.toml)
six==1.16.0
# via python-dateutil
Expand All @@ -126,14 +126,14 @@ typing-extensions==4.11.0
# via
# kinde-python-sdk
# psycopg
urllib3==2.2.1
urllib3==2.2.2
# via
# botocore
# django-anymail
# kinde-python-sdk
# requests
# sentry-sdk
whitenoise==6.6.0
whitenoise==6.7.0
# via tumbs.app (pyproject.toml)
zope-event==5.0
# via gevent
Expand Down
22 changes: 11 additions & 11 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ asgiref==3.8.1
# via django
astroid==3.2.2
# via pylint
authlib==1.3.0
authlib==1.3.1
# via kinde-python-sdk
black==24.4.2
# via tumbs.app (pyproject.toml)
Expand All @@ -36,7 +36,7 @@ coverage==7.5.3
# via
# django-coverage-plugin
# tumbs.app (pyproject.toml)
cryptography==42.0.7
cryptography==42.0.8
# via authlib
cssbeautifier==1.15.1
# via djlint
Expand All @@ -63,13 +63,13 @@ django-redis==5.4.0
# via tumbs.app (pyproject.toml)
django-webpack-loader==3.1.0
# via tumbs.app (pyproject.toml)
djangorestframework==3.15.1
djangorestframework==3.15.2
# via
# drf-standardized-errors
# tumbs.app (pyproject.toml)
djlint==1.34.1
# via tumbs.app (pyproject.toml)
drf-standardized-errors==0.13.0
drf-standardized-errors==0.14.0
# via tumbs.app (pyproject.toml)
editorconfig==0.12.4
# via
Expand Down Expand Up @@ -105,9 +105,9 @@ mccabe==0.7.0
# via pylint
mypy-extensions==1.0.0
# via black
orjson==3.10.3
orjson==3.10.5
# via tumbs.app (pyproject.toml)
packaging==24.0
packaging==24.1
# via
# black
# pytest
Expand All @@ -132,15 +132,15 @@ pycparser==2.22
# via cffi
pyjwt==2.8.0
# via kinde-python-sdk
pylint==3.2.2
pylint==3.2.3
# via
# pylint-django
# pylint-plugin-utils
pylint-django==2.5.5
# via tumbs.app (pyproject.toml)
pylint-plugin-utils==0.8.2
# via pylint-django
pytest==8.2.1
pytest==8.2.2
# via
# pytest-django
# pytest-sugar
Expand All @@ -157,7 +157,7 @@ python-magic==0.4.27
# via tumbs.app (pyproject.toml)
pyyaml==6.0.1
# via djlint
redis==5.0.4
redis==5.0.6
# via
# django-redis
# tumbs.app (pyproject.toml)
Expand All @@ -182,9 +182,9 @@ typing-extensions==4.11.0
# via
# kinde-python-sdk
# psycopg
urllib3==2.2.1
urllib3==2.2.2
# via
# kinde-python-sdk
# requests
whitenoise==6.6.0
whitenoise==6.7.0
# via tumbs.app (pyproject.toml)
2 changes: 2 additions & 0 deletions tumbs/static/sass/cms/image-box.scss
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@
flex-direction: column;
align-items: center;
justify-content: center;
text-align: center;
gap: .5rem;
padding: .5rem;

.image-box-canvas {
opacity: .3;
Expand Down

0 comments on commit 13d8d43

Please sign in to comment.