Skip to content

Commit 59b9da7

Browse files
committed
update peer deps
1 parent ca7eb8e commit 59b9da7

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

dist/snacks.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
"@babel/preset-env": "^7.0.0",
4747
"@babel/preset-react": "^7.0.0",
4848
"@emotion/babel-preset-css-prop": "10.0.9",
49+
"@emotion/core": "10.0.10",
4950
"@instacart/eslint-config": "0.1.9",
5051
"@instacart/prettier-config": "0.1.1",
5152
"@svgr/webpack": "4.3.0",
@@ -76,7 +77,6 @@
7677
"webpack-cli": "^3.0.4"
7778
},
7879
"dependencies": {
79-
"@emotion/core": "10.0.10",
8080
"js-yaml": "3.13.1",
8181
"lodash.isequal": "^4.5.0",
8282
"react-text-mask": "^5.3.0",
@@ -87,9 +87,10 @@
8787
"validator": "^9.1.1"
8888
},
8989
"peerDependencies": {
90-
"prop-types": "^15.0.0 || ^16.0.0",
91-
"react": "^15.0.0 || ^16.0.0",
92-
"react-dom": "^15.0.0 || ^16.0.0",
90+
"@emotion/core": "^10.0.10",
91+
"prop-types": "^15.0.0",
92+
"react": "^16.3.0",
93+
"react-dom": "^16.3.0",
9394
"react-transition-group": "^2.2.1"
9495
},
9596
"jest": {

0 commit comments

Comments
 (0)