From d0c76928887bfce8b0f13343b937fa31be0b3d8f Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Fri, 13 May 2016 20:55:56 +0100 Subject: [PATCH] Update dependancies --- package.json | 30 ++++++++++++------------------ requirements.txt | 1 + 2 files changed, 13 insertions(+), 18 deletions(-) diff --git a/package.json b/package.json index 6580b23..969a0bb 100644 --- a/package.json +++ b/package.json @@ -21,30 +21,24 @@ "url": "https://github.com/RealOrangeOne/theorangeone.net" }, "dependencies": { - "animate.css": "=3.4.0", - "bootstrap": "=3.3.5", - "ionicons": "=2.0.1", - "jquery": "=2.1.4", - "react": "=0.13.3", - "react-bootstrap": "=0.25.1", - "whatwg-fetch": "=0.10.1" + "animate.css": "=3.5.1", + "bootstrap": "=3.3.6", + "ionicons": "=3.0.0", + "jquery": "=2.2.3", + "underscore": "=1.8.3" }, "devDependencies": { - "autoprefixer": "=6.3.3", "babel-preset-es2015": "=6.1.18", - "babel-preset-react": "=6.1.18", - "babelify": "=7.2.0", - "browserify": "=11.0.1", - "clean-css": "=3.4.1", + "babel-preset-react": "=6.1.18w", + "babelify": "=7.3.0", + "browserify": "=13.0.1", + "clean-css": "=3.4.12", "eslint": "=1.5.0", "eslint-config": "git://github.com/dabapps/eslint-config.git", "eslint-plugin-react": "=3.4.2", - "less": "=2.5.1", - "less-mixins": "git://github.com/RealOrangeOne/less-mixins.git", "markdown-spellcheck": "=0.10.0", - "postcss-cli": "=2.5.1", - "react-tools": "=0.13.2", - "uglify-js": "=2.4.24", - "watch": "=0.16.0" + "node-sass": "=3.7.0", + "sass-lint": "=1.7.0", + "uglify-js": "=2.6.2" } } diff --git a/requirements.txt b/requirements.txt index 9330cf2..14b2285 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,4 @@ coverage==4.0.3 colorama==0.3.6 flake8==2.5.0 +pelican==3.6.3