Skip to content

Commit

Permalink
upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kagawagao committed Mar 16, 2016
1 parent b853033 commit da46da4
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,14 +79,14 @@
"koa-connect-history-api-fallback": "^0.3.0",
"koa-convert": "^1.2.0",
"koa-static": "^2.0.0",
"nd-rc-pagination": "^0.1.0",
"nd-rc-pagination": "^1.0.1",
"react": "^0.14.0",
"react-dom": "^0.14.0",
"react-redux": "^4.0.0",
"react-router": "^2.0.0",
"react-router-redux": "^4.0.0-beta",
"redux": "^3.0.0",
"redux-thunk": "^1.0.0",
"redux-thunk": "^2.0.1",
"url": "^0.11.0"
},
"devDependencies": {
Expand All @@ -103,7 +103,7 @@
"babel-preset-stage-0": "^6.3.13",
"babel-register": "^6.3.13",
"babel-runtime": "^6.3.19",
"better-npm-run": "0.0.7",
"better-npm-run": "0.0.8",
"chai": "^3.4.1",
"chai-as-promised": "^5.1.0",
"chai-enzyme": "^0.4.0",
Expand All @@ -118,7 +118,7 @@
"eslint-config-standard-react": "^2.2.0",
"eslint-loader": "^1.3.0",
"eslint-plugin-babel": "^3.0.0",
"eslint-plugin-flow-vars": "^0.1.3",
"eslint-plugin-flow-vars": "^0.2.1",
"eslint-plugin-import": "^1.0.1",
"eslint-plugin-promise": "^1.0.8",
"eslint-plugin-react": "^4.0.0",
Expand All @@ -127,7 +127,7 @@
"extract-text-webpack-plugin": "^1.0.0",
"file-loader": "^0.8.4",
"flow-bin": "^0.22.0",
"flow-interfaces": "^0.3.0",
"flow-interfaces": "^0.4.0",
"fs-extra": "^0.26.3",
"html-webpack-plugin": "^2.7.1",
"iconv-lite": "^0.4.13",
Expand All @@ -137,15 +137,15 @@
"karma": "^0.13.21",
"karma-coverage": "^0.5.0",
"karma-mocha": "^0.2.0",
"karma-mocha-reporter": "^1.1.5",
"karma-mocha-reporter": "^2.0.0",
"karma-phantomjs-launcher": "^1.0.0",
"karma-webpack-with-fast-source-maps": "^1.9.2",
"less": "^2.6.0",
"less-loader": "^2.2.2",
"mocha": "^2.2.5",
"node-sass": "^3.3.3",
"nodemon": "^1.8.1",
"phantomjs-polyfill": "0.0.1",
"phantomjs-polyfill": "0.0.2",
"phantomjs-prebuilt": "^2.1.3",
"postcss-loader": "^0.8.0",
"react-addons-test-utils": "^0.14.0",
Expand All @@ -161,7 +161,7 @@
"sinon-chai": "^2.8.0",
"style-loader": "^0.13.0",
"url-loader": "^0.5.6",
"webpack": "1.12.9",
"webpack": "^1.12.14",
"webpack-dev-middleware": "^1.4.0",
"webpack-hot-middleware": "^2.6.0",
"yargs": "^4.0.0"
Expand Down

0 comments on commit da46da4

Please sign in to comment.