From 26205bbf1978a6a47fd336872c9aa1c02ee53392 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Sun, 2 Oct 2016 13:00:18 +0100 Subject: [PATCH] upgrade dependencies --- Makefile | 2 +- package.json | 12 ++++++------ requirements.txt | 6 +++--- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Makefile b/Makefile index 4c6fe63..cad9b58 100644 --- a/Makefile +++ b/Makefile @@ -41,7 +41,7 @@ pelican_plugins: env env: pyvenv env - $(ENV)/pip install -r requirements.txt + $(ENV)/pip install -r requirements.txt --upgrade node_modules: npm install diff --git a/package.json b/package.json index 1659be3..c55595a 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "url": "https://github.com/RealOrangeOne/theorangeone.net" }, "dependencies": { - "animate.css": "=3.5.1", + "animate.css": "=3.5.2", "ansi_up": "=1.3.0", "bootstrap-sass": "=3.3.7", "font-awesome": "=4.6.3", @@ -21,20 +21,20 @@ "wow.js": "=1.2.0" }, "devDependencies": { - "autoprefixer": "=6.4.0", + "autoprefixer": "=6.5.0", "babel-preset-es2015": "=6.13.2", "babel-preset-react": "=6.11.1", "babelify": "=7.3.0", "browserify": "=13.1.0", - "clean-css": "=3.4.19", + "clean-css": "=3.4.20", "eslint": "=1.5.0", "eslint-config": "git://github.com/dabapps/eslint-config.git", "eslint-plugin-react": "=3.4.2", "markdown-spellcheck": "=0.11.0", "node-sass": "=3.8.0", "nsp": "=2.6.1", - "postcss-cli": "=2.5.2", - "sass-lint": "=1.8.2", - "uglify-js": "=2.7.0" + "postcss-cli": "=2.6.0", + "sass-lint": "=1.9.1", + "uglify-js": "=2.7.3" } } diff --git a/requirements.txt b/requirements.txt index e41974e..ac1dced 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,10 +1,10 @@ bandit==1.1.0 -flake8==2.5.0 +flake8==3.0.4 fontawesome_markdown==0.2.5 git+https://github.com/ryneeverett/python-markdown-comments.git -gitpython==2.0.7 +gitpython==2.0.8 iso8601==0.1.11 -markdown==2.6.6 +markdown==2.6.7 nose2==0.6.5 pelican-minify==0.9 pelican==3.6.3