Update dependancies
This commit is contained in:
parent
925d1aa7e3
commit
d0c7692888
2 changed files with 13 additions and 18 deletions
30
package.json
30
package.json
|
@ -21,30 +21,24 @@
|
||||||
"url": "https://github.com/RealOrangeOne/theorangeone.net"
|
"url": "https://github.com/RealOrangeOne/theorangeone.net"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"animate.css": "=3.4.0",
|
"animate.css": "=3.5.1",
|
||||||
"bootstrap": "=3.3.5",
|
"bootstrap": "=3.3.6",
|
||||||
"ionicons": "=2.0.1",
|
"ionicons": "=3.0.0",
|
||||||
"jquery": "=2.1.4",
|
"jquery": "=2.2.3",
|
||||||
"react": "=0.13.3",
|
"underscore": "=1.8.3"
|
||||||
"react-bootstrap": "=0.25.1",
|
|
||||||
"whatwg-fetch": "=0.10.1"
|
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"autoprefixer": "=6.3.3",
|
|
||||||
"babel-preset-es2015": "=6.1.18",
|
"babel-preset-es2015": "=6.1.18",
|
||||||
"babel-preset-react": "=6.1.18",
|
"babel-preset-react": "=6.1.18w",
|
||||||
"babelify": "=7.2.0",
|
"babelify": "=7.3.0",
|
||||||
"browserify": "=11.0.1",
|
"browserify": "=13.0.1",
|
||||||
"clean-css": "=3.4.1",
|
"clean-css": "=3.4.12",
|
||||||
"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",
|
||||||
"less": "=2.5.1",
|
|
||||||
"less-mixins": "git://github.com/RealOrangeOne/less-mixins.git",
|
|
||||||
"markdown-spellcheck": "=0.10.0",
|
"markdown-spellcheck": "=0.10.0",
|
||||||
"postcss-cli": "=2.5.1",
|
"node-sass": "=3.7.0",
|
||||||
"react-tools": "=0.13.2",
|
"sass-lint": "=1.7.0",
|
||||||
"uglify-js": "=2.4.24",
|
"uglify-js": "=2.6.2"
|
||||||
"watch": "=0.16.0"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
coverage==4.0.3
|
coverage==4.0.3
|
||||||
colorama==0.3.6
|
colorama==0.3.6
|
||||||
flake8==2.5.0
|
flake8==2.5.0
|
||||||
|
pelican==3.6.3
|
||||||
|
|
Reference in a new issue