Update deps
This commit is contained in:
parent
296200a92c
commit
204d125fd1
3 changed files with 12 additions and 11 deletions
|
@ -56,6 +56,7 @@ rules:
|
||||||
force-pseudo-nesting: 0
|
force-pseudo-nesting: 0
|
||||||
force-element-nesting: 0
|
force-element-nesting: 0
|
||||||
placeholder-in-extend: 0
|
placeholder-in-extend: 0
|
||||||
|
no-url-domains: 0
|
||||||
nesting-depth:
|
nesting-depth:
|
||||||
- 2
|
- 2
|
||||||
-
|
-
|
||||||
|
|
20
package.json
20
package.json
|
@ -17,26 +17,26 @@
|
||||||
"animate.css": "=3.5.2",
|
"animate.css": "=3.5.2",
|
||||||
"ansi_up": "=1.3.0",
|
"ansi_up": "=1.3.0",
|
||||||
"bootstrap-sass": "=3.3.7",
|
"bootstrap-sass": "=3.3.7",
|
||||||
"font-awesome": "=4.6.3",
|
"font-awesome": "=4.7.0",
|
||||||
"jquery": "=3.0.0",
|
"jquery": "=3.1.1",
|
||||||
"pygments-css": "=1.0.0",
|
"pygments-css": "=1.0.0",
|
||||||
"underscore": "=1.8.3",
|
"underscore": "=1.8.3",
|
||||||
"wow.js": "=1.2.0"
|
"wow.js": "=1.2.2"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"autoprefixer": "=6.5.0",
|
"autoprefixer": "=6.6.0",
|
||||||
"babel-preset-es2015": "=6.13.2",
|
"babel-preset-es2015": "=6.13.2",
|
||||||
"babel-preset-react": "=6.11.1",
|
"babel-preset-react": "=6.11.1",
|
||||||
"babelify": "=7.3.0",
|
"babelify": "=7.3.0",
|
||||||
"browserify": "=13.1.0",
|
"browserify": "=13.1.1",
|
||||||
"clean-css": "=3.4.20",
|
"clean-css": "=3.4.23",
|
||||||
"eslint-config": "dabapps/eslint-config.git#2.0.3",
|
"eslint-config": "dabapps/eslint-config.git#2.0.3",
|
||||||
"markdown-spellcheck": "=0.11.0",
|
"markdown-spellcheck": "=0.11.0",
|
||||||
"node-sass": "=3.8.0",
|
"node-sass": "=4.1.1",
|
||||||
"nsp": "=2.6.1",
|
"nsp": "=2.6.2",
|
||||||
"postcss-cli": "=2.6.0",
|
"postcss-cli": "=2.6.0",
|
||||||
"sass-lint": "=1.9.1",
|
"sass-lint": "=1.10.2",
|
||||||
"snyk": "=1.20.0",
|
"snyk": "=1.20.0",
|
||||||
"uglify-js": "=2.7.3"
|
"uglify-js": "=2.7.5"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
bandit==1.3.0
|
bandit==1.3.0
|
||||||
beautifulsoup4==4.5.1
|
beautifulsoup4==4.5.1
|
||||||
coverage==4.2
|
coverage==4.3.1
|
||||||
dj_database_url==0.4.1
|
dj_database_url==0.4.1
|
||||||
Django>=1.10,<1.11
|
Django>=1.10,<1.11
|
||||||
django-bootstrap-form==3.2.1
|
django-bootstrap-form==3.2.1
|
||||||
|
|
Reference in a new issue