1
0
mirror of https://github.com/fazo96/ipfs-boards synced 2025-01-10 12:24:20 +01:00

updated depdencies, made sure the project still builds

This commit is contained in:
Enrico Fasoli 2016-03-25 20:28:12 +01:00
parent bd4c244110
commit 10d2ffb77e
3 changed files with 41 additions and 35 deletions

View File

@ -3,5 +3,9 @@
"extends": "standard", "extends": "standard",
"plugins": [ "plugins": [
"react" "react"
] ],
"rules": {
"arrow-parens": 0,
"no-unused-vars": 0
}
} }

View File

@ -18,40 +18,42 @@
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"async": "^1.5.0", "async": "^1.5.0",
"babel-core": "~6.3.17", "babel-core": "^6.7.4",
"babel-eslint": "^5.0.0-beta6", "babel-eslint": "^5.0.0",
"babel-loader": "~6.2.0", "babel-loader": "^6.2.4",
"babel-plugin-transform-runtime": "~6.3.13", "babel-plugin-transform-runtime": "^6.6.0",
"babel-preset-es2015": "~6.3.13", "babel-preset-es2015": "^6.6.0",
"babel-preset-react": "~6.3.13", "babel-preset-react": "^6.5.0",
"babel-runtime": "~5.8.23", "babel-runtime": "^6.6.1",
"css-loader": "~0.23.0", "css-loader": "^0.23.1",
"eslint": "~1.10.3", "eslint": "^2.4.0",
"eslint-config-standard": "^4.4.0", "eslint-config-standard": "^5.1.0",
"eslint-loader": "^1.1.1", "eslint-loader": "^1.3.0",
"eslint-plugin-react": "~3.11.3", "eslint-plugin-promise": "^1.1.0",
"eslint-plugin-standard": "^1.3.1", "eslint-plugin-react": "^4.2.3",
"file-loader": "~0.8.5", "eslint-plugin-standard": "^1.3.2",
"font-awesome": "~4.5.0", "estraverse-fb": "^1.3.1",
"history": "~1.13.0", "file-loader": "^0.8.5",
"html-loader": "^0.4.0", "font-awesome": "^4.5.0",
"html-webpack-plugin": "~1.7.0", "glob-stream": "^5.3.2",
"https-browserify": "0.0.1", "history": "^2.0.1",
"ipfs-api": "github:ipfs/js-ipfs-api#ba85b3b", "html-loader": "^0.4.3",
"glob-stream": "5.2.0", "html-webpack-plugin": "^2.14.0",
"json-loader": "~0.5.4", "https-browserify": "^0.0.1",
"lodash.sortedindex": "~3.1.1", "ipfs-api": "github:ipfs/js-ipfs-api#1fd9749",
"json-loader": "^0.5.4",
"lodash.sortedindex": "^4.0.1",
"markdown-loader": "^0.1.7", "markdown-loader": "^0.1.7",
"moment": "~2.10.6", "moment": "^2.12.0",
"react": "~0.14.3", "react": "^0.14.7",
"react-dom": "~0.14.3", "react-dom": "^0.14.7",
"react-markdown": "~1.1.1", "react-markdown": "^2.1.1",
"react-router": "~1.0.2", "react-router": "^2.0.1",
"semver": "^5.1.0", "semver": "^5.1.0",
"stream-http": "~2.0.2", "stream-http": "^2.2.0",
"style-loader": "~0.13.0", "style-loader": "^0.13.1",
"webpack": "~1.12.9", "webpack": "^1.12.14",
"webpack-dev-server": "^1.14.0", "webpack-dev-server": "^1.14.1",
"wolfy87-eventemitter": "~4.3.0" "wolfy87-eventemitter": "^4.3.0"
} }
} }

View File

@ -3,7 +3,7 @@
<head> <head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8"/> <meta http-equiv="Content-type" content="text/html; charset=utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/> <meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>{%= o.htmlWebpackPlugin.options.title %}</title> <title>IPFS Boards</title>
</head> </head>
<body> <body>
<noscript> <noscript>