1
0
mirror of https://github.com/fazo96/ipfs-boards synced 2025-01-25 14:54:19 +01:00

update dependencies

This commit is contained in:
Enrico Fasoli 2015-11-23 15:46:20 +01:00
parent 4ed4de2ea6
commit e2d1fd1ed8

View File

@ -20,14 +20,15 @@
"author": "Enrico Fasoli (fazo96)",
"license": "MIT",
"dependencies": {
"async": "^1.5.0",
"babel-core": "~6.2.1",
"babel-loader": "~6.2.0",
"babel-plugin-transform-runtime": "~6.1.18",
"babel-preset-es2015": "~6.1.18",
"babel-preset-react": "~6.1.18",
"css-loader": "~0.23.0",
"eslint": "~1.9.0",
"eslint-plugin-react": "~3.9.0",
"eslint": "~1.10.1",
"eslint-plugin-react": "~3.10.0",
"file-loader": "~0.8.4",
"font-awesome": "^4.4.0",
"gulp": "~3.9.0",
@ -36,7 +37,7 @@
"gulp-gh-pages": "~0.5.4",
"history": "~1.13.1",
"html-loader": "^0.3.0",
"html-webpack-plugin": "~1.6.2",
"html-webpack-plugin": "~1.7.0",
"ipfs-api": "2.9.8",
"json-loader": "~0.5.3",
"lodash.sortedindex": "~3.1.1",
@ -44,11 +45,11 @@
"moment": "~2.10.6",
"react": "~0.14.3",
"react-dom": "~0.14.3",
"react-markdown": "~1.0.5",
"react-markdown": "~1.1.0",
"react-router": "~1.0.0",
"stream-http": "~2.0.2",
"style-loader": "~0.13.0",
"webpack": "~1.12.6",
"webpack": "~1.12.8",
"webpack-stream": "~2.1.1",
"wolfy87-eventemitter": "~4.3.0"
}