Update packages
This commit is contained in:
parent
1692ea7451
commit
f1bf129f46
3 changed files with 13 additions and 12 deletions
|
@ -56,6 +56,7 @@ rules:
|
|||
force-pseudo-nesting: 0
|
||||
force-element-nesting: 0
|
||||
placeholder-in-extend: 0
|
||||
no-url-domains: 0
|
||||
nesting-depth:
|
||||
- 2
|
||||
-
|
||||
|
|
22
package.json
22
package.json
|
@ -16,23 +16,23 @@
|
|||
"animate.css": "=3.5.2",
|
||||
"ansi_up": "=1.3.0",
|
||||
"bootstrap-sass": "=3.3.7",
|
||||
"font-awesome": "=4.6.3",
|
||||
"jquery": "=2.2.3",
|
||||
"jquery.easing": "=1.3.2",
|
||||
"font-awesome": "=4.7.0",
|
||||
"jquery": "=3.1.1",
|
||||
"jquery.easing": "=1.4.1",
|
||||
"tstatic": "RealOrangeOne/tstatic",
|
||||
"underscore": "=1.8.3",
|
||||
"wow.js": "=1.2.0"
|
||||
"wow.js": "=1.2.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"autoprefixer": "=6.5.0",
|
||||
"browserify": "=13.1.0",
|
||||
"clean-css": "=3.4.20",
|
||||
"autoprefixer": "=6.6.1",
|
||||
"browserify": "=13.3.0",
|
||||
"clean-css": "=3.4.23",
|
||||
"eslint-config": "dabapps/eslint-config.git#2.0.4",
|
||||
"markdown-spellcheck": "=0.11.0",
|
||||
"node-sass": "=3.8.0",
|
||||
"nsp": "=2.6.1",
|
||||
"node-sass": "=4.3.0",
|
||||
"nsp": "=2.6.2",
|
||||
"postcss-cli": "=2.6.0",
|
||||
"sass-lint": "=1.9.1",
|
||||
"uglify-js": "=2.7.3"
|
||||
"sass-lint": "=1.10.2",
|
||||
"uglify-js": "=2.7.5"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
bandit==1.3.0
|
||||
bandit==1.4.0
|
||||
flake8==3.2.1
|
||||
fontawesome_markdown==0.2.6
|
||||
git+https://github.com/ryneeverett/python-markdown-comments.git
|
||||
|
|
Reference in a new issue