Skip to content

Commit 8492ba8

Browse files
committed
Add mercury as peer-dependency
1 parent 6c094b3 commit 8492ba8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: package.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@
3232
"coveralls": "cat ./coverage/lcov.info | coveralls"
3333
},
3434
"peerDependencies": {
35-
"react": "^16.7.0"
35+
"react": "^16.7.0",
36+
"@xbyorange/mercury": "^1.1.0"
3637
},
3738
"dependencies": {
3839
"hoist-non-react-statics": "^3.2.1",
@@ -43,6 +44,7 @@
4344
"@babel/preset-env": "^7.4.5",
4445
"@babel/preset-react": "^7.0.0",
4546
"@xbyorange/mercury-api": "1.2.0",
47+
"@xbyorange/mercury": "^1.1.0",
4648
"axios": "^0.19.0",
4749
"axios-retry": "^3.1.2",
4850
"babel-core": "^7.0.0-bridge.0",

0 commit comments

Comments
 (0)