1
Fork 0

Upgrade npm dependencies

This commit is contained in:
Jake Howard 2016-08-06 21:34:16 +01:00
parent b809cf06b4
commit 06e46e9372
Signed by: jake
GPG key ID: 57AFB45680EDD477

View file

@ -13,28 +13,28 @@
}, },
"dependencies": { "dependencies": {
"animate.css": "=3.5.1", "animate.css": "=3.5.1",
"bootstrap-sass": "=3.3.6", "bootstrap-sass": "=3.3.7",
"express": "=4.13.3", "express": "=4.14.0",
"font-awesome": "=4.6.1", "font-awesome": "=4.6.3",
"jquery": "=2.2.3", "jquery": "=2.2.3",
"jquery.easing": "=1.3.2", "jquery.easing": "=1.4.1",
"underscore": "=1.8.3", "underscore": "=1.8.3",
"wow.js": "=1.2.0" "wow.js": "=1.2.0"
}, },
"devDependencies": { "devDependencies": {
"autoprefixer": "=6.3.6", "autoprefixer": "=6.4.0",
"babel-preset-es2015": "=6.1.18", "babel-preset-es2015": "=6.13.2",
"babel-preset-react": "=6.1.18", "babel-preset-react": "=6.11.1",
"babelify": "=7.3.0", "babelify": "=7.3.0",
"browserify": "=13.0.1", "browserify": "=13.1.0",
"clean-css": "=3.4.12", "clean-css": "=3.4.19",
"eslint": "=1.5.0", "eslint": "=1.5.0",
"eslint-config": "git://github.com/dabapps/eslint-config.git", "eslint-config": "git://github.com/dabapps/eslint-config.git",
"eslint-plugin-react": "=3.4.2", "eslint-plugin-react": "=3.4.2",
"markdown-spellcheck": "=0.10.0", "markdown-spellcheck": "=0.11.0",
"node-sass": "=3.7.0", "node-sass": "=3.8.0",
"postcss-cli": "=2.5.2", "postcss-cli": "=2.5.2",
"sass-lint": "=1.7.0", "sass-lint": "=1.8.2",
"uglify-js": "=2.6.2" "uglify-js": "=2.7.0"
} }
} }