Bump django-webpack-loader to latest

This commit is contained in:
Bruno Alla 2023-01-27 21:20:22 +00:00
parent a5836c1044
commit c8e0c8000a
No known key found for this signature in database

View File

@ -47,5 +47,5 @@ django-cors-headers==3.13.0 # https://github.com/adamchainz/django-cors-headers
drf-spectacular==0.25.1 # https://github.com/tfranzel/drf-spectacular
{%- endif %}
{%- if cookiecutter.frontend_pipeline == 'Webpack' %}
django-webpack-loader==1.7.0 # https://github.com/django-webpack/django-webpack-loader
django-webpack-loader==1.8.0 # https://github.com/django-webpack/django-webpack-loader
{%- endif %}