mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-12-05 09:14:24 +03:00
Update django-webpack-loader to 3.2.2 (#6161)
Update django-webpack-loader from 3.2.1 to 3.2.2 Co-authored-by: Bruno Alla <browniebroke@users.noreply.github.com>
This commit is contained in:
parent
5912178c8d
commit
423f56c25a
|
|
@ -47,5 +47,5 @@ django-cors-headers==4.9.0 # https://github.com/adamchainz/django-cors-headers
|
||||||
drf-spectacular==0.29.0 # https://github.com/tfranzel/drf-spectacular
|
drf-spectacular==0.29.0 # https://github.com/tfranzel/drf-spectacular
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
{%- if cookiecutter.frontend_pipeline == 'Webpack' %}
|
{%- if cookiecutter.frontend_pipeline == 'Webpack' %}
|
||||||
django-webpack-loader==3.2.1 # https://github.com/django-webpack/django-webpack-loader
|
django-webpack-loader==3.2.2 # https://github.com/django-webpack/django-webpack-loader
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user