upgrade dependencies
This commit is contained in:
parent
aa998d4413
commit
26205bbf19
3 changed files with 10 additions and 10 deletions
2
Makefile
2
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
|
||||
|
|
12
package.json
12
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"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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
|
||||
|
|
Reference in a new issue