Skip to content

Commit

Permalink
Bumps deps and version
Browse files Browse the repository at this point in the history
  • Loading branch information
ctrlplusb committed Aug 19, 2019
1 parent 6992dc9 commit a4202a7
Show file tree
Hide file tree
Showing 2 changed files with 573 additions and 474 deletions.
25 changes: 12 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
}
},
"resolutions": {
"@types/react": "16.9.1"
"@types/react": "16.9.2"
},
"peerDependencies": {
"react": "^16.8.0"
Expand All @@ -51,7 +51,7 @@
"redux": "^4.0.4",
"redux-thunk": "^2.3.0",
"shallowequal": "^1.1.0",
"ts-toolbelt": "^3.7.1"
"ts-toolbelt": "^3.8.0"
},
"devDependencies": {
"@babel/cli": "^7.5.5",
Expand All @@ -65,33 +65,33 @@
"@babel/preset-react": "^7.0.0",
"@babel/preset-typescript": "^7.3.3",
"@babel/register": "^7.5.5",
"@testing-library/jest-dom": "^4.0.0",
"@testing-library/react": "^8.0.7",
"@types/react": "^16.9.1",
"@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.1",
"@types/react-redux": "^7.1.2",
"app-root-dir": "^1.0.2",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^10.0.2",
"babel-jest": "^24.8.0",
"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.1.0",
"eslint": "^6.2.0",
"eslint-config-airbnb": "^17.1.1",
"eslint-config-prettier": "^6.0.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.14.3",
"husky": "^3.0.3",
"jest": "^24.8.0",
"lint-staged": "^9.2.1",
"husky": "^3.0.4",
"jest": "^24.9.0",
"lint-staged": "^9.2.3",
"prettier": "^1.18.2",
"prettier-eslint": "^9.0.0",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"react-redux": "^7.1.0",
"rimraf": "^2.7.0",
"rimraf": "^3.0.0",
"rollup": "^1.19.4",
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-commonjs": "^10.0.2",
Expand All @@ -108,7 +108,6 @@
],
"setupFilesAfterEnv": [
"<rootDir>/node_modules/regenerator-runtime/runtime",
"@testing-library/react/cleanup-after-each",
"@testing-library/jest-dom/extend-expect"
],
"testMatch": [
Expand Down
Loading

0 comments on commit a4202a7

Please sign in to comment.