fix(*): fix peer dependencies on inpsector monitor (#730)

This commit is contained in:
Nathan Bierema 2021-06-10 22:16:29 -04:00 committed by GitHub
parent 457a201232
commit 0291f5c95e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -83,7 +83,7 @@
"seamless-immutable": "^7.1.4"
},
"peerDependencies": {
"@redux-devtools/inspector-monitor": "^0.14.0",
"@redux-devtools/inspector-monitor": "^1.0.0",
"@types/react": "^16.3.0 || ^17.0.0",
"react": "^16.3.0 || ^17.0.0",
"redux": "^3.4.0 || ^4.0.0"

View File

@ -53,7 +53,7 @@
"redux": "^4.0.5"
},
"peerDependencies": {
"@redux-devtools/inspector-monitor": "^0.14.0",
"@redux-devtools/inspector-monitor": "^1.0.0",
"@types/react": "^16.3.0 || ^17.0.0",
"react": "^16.3.0 || ^17.0.0",
"redux": "^3.4.0 || ^4.0.0"