Skip to content

Commit

Permalink
Upgrades dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ctrlplusb committed Oct 1, 2019
1 parent c4efa4f commit ea8aa83
Show file tree
Hide file tree
Showing 2 changed files with 345 additions and 283 deletions.
54 changes: 27 additions & 27 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
}
},
"resolutions": {
"@types/react": "16.9.2"
"@types/react": "16.9.4"
},
"peerDependencies": {
"react": "^16.8.0"
Expand All @@ -51,55 +51,55 @@
"redux": "^4.0.4",
"redux-thunk": "^2.3.0",
"shallowequal": "^1.1.0",
"ts-toolbelt": "^3.8.0"
"ts-toolbelt": "^4.7.23"
},
"devDependencies": {
"@babel/cli": "^7.5.5",
"@babel/core": "^7.5.5",
"@babel/cli": "^7.6.2",
"@babel/core": "^7.6.2",
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/plugin-proposal-json-strings": "^7.0.0",
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
"@babel/plugin-syntax-import-meta": "^7.0.0",
"@babel/polyfill": "^7.4.4",
"@babel/preset-env": "^7.5.5",
"@babel/polyfill": "^7.6.0",
"@babel/preset-env": "^7.6.2",
"@babel/preset-react": "^7.0.0",
"@babel/preset-typescript": "^7.3.3",
"@babel/register": "^7.5.5",
"@testing-library/jest-dom": "^4.0.1",
"@testing-library/react": "^9.1.3",
"@types/react": "^16.9.2",
"@types/react-dom": "^16.8.5",
"@types/react-redux": "^7.1.2",
"@babel/preset-typescript": "^7.6.0",
"@babel/register": "^7.6.2",
"@testing-library/jest-dom": "^4.1.0",
"@testing-library/react": "^9.2.0",
"@types/react": "^16.9.4",
"@types/react-dom": "^16.9.1",
"@types/react-redux": "^7.1.4",
"app-root-dir": "^1.0.2",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^10.0.2",
"babel-eslint": "^10.0.3",
"babel-jest": "^24.9.0",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"change-case": "^3.1.0",
"codecov": "^3.5.0",
"eslint": "^6.2.0",
"codecov": "^3.6.1",
"eslint": "^6.5.1",
"eslint-config-airbnb": "^17.1.1",
"eslint-config-prettier": "^6.0.0",
"eslint-config-prettier": "^6.3.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.14.3",
"husky": "^3.0.4",
"eslint-plugin-react": "^7.15.0",
"husky": "^3.0.7",
"jest": "^24.9.0",
"lint-staged": "^9.2.3",
"lint-staged": "^9.4.1",
"prettier": "^1.18.2",
"prettier-eslint": "^9.0.0",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"react-redux": "^7.1.0",
"react": "^16.10.1",
"react-dom": "^16.10.1",
"react-redux": "^7.1.1",
"rimraf": "^3.0.0",
"rollup": "^1.19.4",
"rollup": "^1.22.0",
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-commonjs": "^10.0.2",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-filesize": "^6.2.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-replace": "^2.2.0",
"rollup-plugin-uglify": "^6.0.2",
"typescript": "3.5.3",
"rollup-plugin-uglify": "^6.0.3",
"typescript": "3.6.3",
"typings-tester": "^0.3.2"
},
"jest": {
Expand Down
Loading

0 comments on commit ea8aa83

Please sign in to comment.