Skip to content

Commit

Permalink
Updates dependencies. (#436)
Browse files Browse the repository at this point in the history
* Updates reactotron-apisauce.

* Updates a few more (mostly) devDependencies.
  • Loading branch information
skellock committed May 24, 2017
1 parent 9a7b952 commit 34c5bcb
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion packages/demo-react-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"babel-eslint": "^7.2.2",
"babel-jest": "19.0.0",
"babel-preset-react-native": "1.9.1",
"haul-cli": "^0.5.0",
"haul-cli": "^0.6.0",
"jest": "19.0.2",
"react-test-renderer": "~15.4.1",
"standard": "^10.0.2"
Expand Down
8 changes: 4 additions & 4 deletions packages/reactotron-apisauce/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@
"ava": "^0.19.1",
"babel-cli": "^6.24.1",
"babel-core": "^6.24.1",
"babel-eslint": "^7.2.2",
"babel-eslint": "^7.2.3",
"babel-preset-es2015": "^6.24.1",
"babel-preset-es2015-rollup": "^3.0.0",
"babel-preset-stage-1": "^6.24.1",
"json-server": "^0.9.6",
"json-server": "^0.10.1",
"mockery": "^2.0.0",
"nyc": "^10.2.0",
"nyc": "^10.3.2",
"rollup": "^0.41.6",
"rollup-plugin-babel": "^2.6.1",
"standard": "^10.0.2"
Expand All @@ -54,7 +54,7 @@
"parser": "babel-eslint"
},
"dependencies": {
"apisauce": "^0.11.0",
"apisauce": "^0.13.0",
"ramda": "^0.23.0",
"ramdasauce": "^1.2.0",
"reactotron-core-client": "^1.10.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/reactotron-apisauce/test/plugin-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ test.cb('parses responses', t => {
t.is(request.url, `http://localhost:${port}/hey`)
t.is(request.method, 'get')
t.is(request.headers['Accept'], 'application/json')
t.is(request.headers['User-Agent'], 'axios/0.15.3')
t.is(request.headers['User-Agent'], 'axios/0.16.1')
t.falsy(request.data)
t.deepEqual(response.body, {a: 'ok', b: 1})
t.is(response.status, 200)
Expand Down
4 changes: 2 additions & 2 deletions packages/reactotron-core-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@
"ava": "^0.19.1",
"babel-cli": "^6.24.1",
"babel-core": "^6.24.1",
"babel-eslint": "^7.2.2",
"babel-eslint": "^7.2.3",
"babel-preset-es2015": "^6.24.1",
"babel-preset-es2015-rollup": "^3.0.0",
"babel-preset-stage-1": "^6.24.1",
"nyc": "^10.2.0",
"nyc": "^10.3.2",
"rollup": "^0.41.6",
"rollup-plugin-babel": "^2.6.1",
"socket.io": "^1.7.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/reactotron-core-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@
"devDependencies": {
"ava": "^0.19.1",
"babel-core": "^6.22.1",
"babel-eslint": "^7.2.2",
"babel-eslint": "^7.2.3",
"babel-plugin-transform-async-to-generator": "^6.24.1",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-runtime": "^6.22.0",
"babel-preset-es2015": "^6.22.0",
"babel-preset-es2015-rollup": "^3.0.0",
"babel-preset-stage-0": "^6.24.1",
"nyc": "^10.2.0",
"nyc": "^10.3.2",
"rollup": "^0.41.4",
"rollup-plugin-babel": "^2.6.1",
"standard": "^10.0.2"
Expand Down
6 changes: 3 additions & 3 deletions packages/reactotron-redux-saga/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@
"devDependencies": {
"ava": "^0.19.1",
"babel-core": "^6.24.1",
"babel-eslint": "^7.2.2",
"babel-eslint": "^7.2.3",
"babel-preset-es2015": "^6.24.1",
"babel-preset-es2015-rollup": "^3.0.0",
"babel-preset-stage-1": "^6.24.1",
"mockery": "^2.0.0",
"nyc": "^10.2.0",
"nyc": "^10.3.2",
"rollup": "^0.41.6",
"rollup-plugin-babel": "^2.6.1",
"standard": "^10.0.2"
Expand All @@ -49,6 +49,6 @@
"ramdasauce": "^1.2.0",
"reactotron-core-client": "^1.10.0",
"redux": "^3.6.0",
"redux-saga": "^0.14.0"
"redux-saga": "^0.15.3"
}
}
4 changes: 2 additions & 2 deletions packages/reactotron-redux/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@
"devDependencies": {
"ava": "^0.19.1",
"babel-core": "^6.24.1",
"babel-eslint": "^7.2.2",
"babel-eslint": "^7.2.3",
"babel-preset-es2015": "^6.24.1",
"babel-preset-es2015-rollup": "^3.0.0",
"babel-preset-stage-1": "^6.24.1",
"mockery": "^2.0.0",
"nyc": "^10.2.0",
"nyc": "^10.3.2",
"rollup": "^0.41.6",
"rollup-plugin-babel": "^2.6.1",
"standard": "^10.0.2"
Expand Down

0 comments on commit 34c5bcb

Please sign in to comment.