mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-09 06:24:52 +03:00
update grunt deps
This commit is contained in:
parent
2172b4b7d8
commit
c975d0a2eb
|
@ -92,7 +92,7 @@ module.exports = function (grunt) {
|
||||||
|
|
||||||
processors: [
|
processors: [
|
||||||
require('pixrem')(), // add fallbacks for rem units
|
require('pixrem')(), // add fallbacks for rem units
|
||||||
require('autoprefixer-core')({browsers: [
|
require('autoprefixer')({browsers: [
|
||||||
'Android 2.3',
|
'Android 2.3',
|
||||||
'Android >= 4',
|
'Android >= 4',
|
||||||
'Chrome >= 20',
|
'Chrome >= 20',
|
||||||
|
|
|
@ -4,22 +4,22 @@
|
||||||
"dependencies": {},
|
"dependencies": {},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
{% if cookiecutter.js_task_runner == 'Grunt' %}
|
{% if cookiecutter.js_task_runner == 'Grunt' %}
|
||||||
"autoprefixer-core": "~5.2.1",
|
"autoprefixer": "~8.1.0",
|
||||||
{% if cookiecutter.custom_bootstrap_compilation == 'y' %}
|
{% if cookiecutter.custom_bootstrap_compilation == 'y' %}
|
||||||
"bootstrap": "^4.0.0",
|
"bootstrap": "^4.0.0",
|
||||||
{% endif %}
|
{% endif %}
|
||||||
"connect-livereload": "~0.3.2",
|
"connect-livereload": "~0.6.0",
|
||||||
"cssnano": "~2.1.0",
|
"cssnano": "~3.10.0",
|
||||||
"grunt": "~0.4.5",
|
"grunt": "~1.0.2",
|
||||||
"grunt-bg-shell": "~2.3.1",
|
"grunt-bg-shell": "~2.3.1",
|
||||||
"grunt-contrib-watch": "~0.6.1",
|
"grunt-contrib-watch": "~1.0.0",
|
||||||
"grunt-postcss": "~0.5.5",
|
"grunt-postcss": "~0.9.0",
|
||||||
"grunt-sass": "~2.1.0",
|
"grunt-sass": "~2.1.0",
|
||||||
{% if cookiecutter.custom_bootstrap_compilation == 'y' %}
|
{% if cookiecutter.custom_bootstrap_compilation == 'y' %}
|
||||||
"jquery": "^3.2.1-slim",
|
"jquery": "^3.2.1-slim",
|
||||||
{% endif %}
|
{% endif %}
|
||||||
"load-grunt-tasks": "~3.2.0",
|
"load-grunt-tasks": "~3.2.0",
|
||||||
"pixrem": "~1.3.1",
|
"pixrem": "~4.0.1",
|
||||||
{% if cookiecutter.custom_bootstrap_compilation == 'y' %}
|
{% if cookiecutter.custom_bootstrap_compilation == 'y' %}
|
||||||
"popper.js": "^1.12.3",
|
"popper.js": "^1.12.3",
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user