Upgrade django-webpack-loader to 1.7.0

This commit is contained in:
Bruno Alla 2022-12-06 11:48:29 +00:00
parent ef81810c2d
commit f59c342b8f

View File

@ -44,8 +44,8 @@ django-redis==5.2.0 # https://github.com/jazzband/django-redis
djangorestframework==3.14.0 # https://github.com/encode/django-rest-framework
django-cors-headers==3.13.0 # https://github.com/adamchainz/django-cors-headers
# DRF-spectacular for api documentation
drf-spectacular==0.24.2 # https://github.com/tfranzel/drf-spectacular
drf-spectacular==0.24.2 # https://github.com/tfranzel/drf-spectacular
{%- endif %}
{%- if cookiecutter.frontend_pipeline == 'Webpack' %}
django-webpack-loader==1.5.0 # https://github.com/django-webpack/django-webpack-loader
django-webpack-loader==1.7.0 # https://github.com/django-webpack/django-webpack-loader
{%- endif %}