Skip to content

Commit

Permalink
update peer deps
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanmarks committed Jun 19, 2019
1 parent b08e006 commit ff6358e
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
"@babel/preset-env": "^7.0.0",
"@babel/preset-react": "^7.0.0",
"@emotion/babel-preset-css-prop": "10.0.9",
"@emotion/core": "10.0.10",
"@instacart/eslint-config": "0.1.9",
"@instacart/prettier-config": "0.1.1",
"@svgr/cli": "4.3.0",
Expand Down Expand Up @@ -83,7 +84,6 @@
},
"dependencies": {
"@babel/runtime": "^7.1.2",
"@emotion/core": "10.0.10",
"js-yaml": "3.13.1",
"lodash.isequal": "^4.5.0",
"react-text-mask": "^5.3.0",
Expand All @@ -94,9 +94,10 @@
"validator": "^9.1.1"
},
"peerDependencies": {
"prop-types": "^15.0.0 || ^16.0.0",
"react": "^15.0.0 || ^16.0.0",
"react-dom": "^15.0.0 || ^16.0.0",
"@emotion/core": "^10.0.10",
"prop-types": "^15.0.0",
"react": "^16.3.0",
"react-dom": "^16.3.0",
"react-transition-group": "^2.2.1"
},
"jest": {
Expand Down

0 comments on commit ff6358e

Please sign in to comment.