Skip to content

Commit

Permalink
perf(deps): upgrade deps
Browse files Browse the repository at this point in the history
BREAKING CHANGE: redux-rest-easy now requires react-redux >=6
  • Loading branch information
adrienharnay committed Jan 11, 2019
1 parent 0984717 commit 1417d41
Show file tree
Hide file tree
Showing 3 changed files with 682 additions and 441 deletions.
10 changes: 1 addition & 9 deletions jest.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const path = require('path');

const configBase = {
module.exports = {
collectCoverageFrom: ['src/**/*.js'],
coverageDirectory: path.join(__dirname, 'coverage'),
coverageThreshold: {
Expand All @@ -16,11 +16,3 @@ const configBase = {
roots: [__dirname],
testRegex: '\\.test\\.js$',
};

const configJUnit = process.env.JEST_JUNIT_OUTPUT
? {
testResultsProcessor: 'jest-junit',
}
: {};

module.exports = Object.assign({}, configBase, configJUnit);
55 changes: 27 additions & 28 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,54 +65,53 @@
},
"dependencies": {
"fast-stable-stringify": "1.0.0",
"hoist-non-react-statics": "3.0.1",
"hoist-non-react-statics": "3.2.1",
"is-object": "1.0.1",
"murmur-hash": "1.0.0",
"qs": "6.5.2",
"re-reselect": "2.1.0",
"regenerator-runtime": "0.12.1",
"reselect": "3.0.1"
"qs": "6.6.0",
"re-reselect": "2.3.0",
"regenerator-runtime": "0.13.1",
"reselect": "4.0.0"
},
"devDependencies": {
"@ampproject/rollup-plugin-closure-compiler": "0.6.1",
"@babel/cli": "7.1.5",
"@babel/core": "7.1.6",
"@babel/plugin-proposal-class-properties": "7.1.0",
"@babel/preset-env": "7.1.6",
"@ampproject/rollup-plugin-closure-compiler": "0.8.5",
"@babel/cli": "7.2.3",
"@babel/core": "7.2.2",
"@babel/plugin-proposal-class-properties": "7.2.3",
"@babel/preset-env": "7.2.3",
"@babel/preset-react": "7.0.0",
"@semantic-release/git": "7.0.5",
"all-contributors-cli": "5.4.1",
"@semantic-release/git": "7.0.7",
"all-contributors-cli": "5.7.0",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "10.0.1",
"babel-jest": "23.6.0",
"codecov": "3.1.0",
"cross-env": "5.2.0",
"eslint": "5.9.0",
"eslint": "5.12.0",
"eslint-config-airbnb": "17.1.0",
"eslint-config-prettier": "3.3.0",
"eslint-plugin-import": "2.14.0",
"eslint-plugin-jsx-a11y": "6.1.2",
"eslint-plugin-react": "7.11.1",
"fetch-mock": "6.5.2",
"eslint-plugin-react": "7.12.3",
"fetch-mock": "7.3.0",
"jest-cli": "23.6.0",
"jest-junit": "5.2.0",
"mockdate": "2.0.2",
"moment": "2.22.2",
"moment": "2.23.0",
"prettier-eslint-cli": "4.7.1",
"react": "16.6.3",
"react-redux": "5.1.1",
"react": "16.7.0",
"react-redux": "6.0.0",
"redux": "4.0.1",
"rimraf": "2.6.2",
"rollup": "0.65.0",
"rollup-plugin-babel": "4.0.2",
"rollup-plugin-commonjs": "9.1.6",
"rollup-plugin-node-resolve": "3.3.0",
"rollup-plugin-replace": "2.0.0",
"semantic-release": "15.12.0"
"rimraf": "2.6.3",
"rollup": "1.1.0",
"rollup-plugin-babel": "4.3.0",
"rollup-plugin-commonjs": "9.2.0",
"rollup-plugin-node-resolve": "4.0.0",
"rollup-plugin-replace": "2.1.0",
"semantic-release": "15.13.3"
},
"peerDependencies": {
"react": "^0.14.0 || ^15.0.0-0 || ^16.0.0-0",
"react-redux": "^5.0.0",
"react": "^16.4.0-0",
"react-redux": "^6.0.0",
"redux-thunk": "^2.0.0"
}
}
Loading

0 comments on commit 1417d41

Please sign in to comment.