Add react-dom peerDependency and bump react peerDependency (#1471)

* Add react-dom peerDependency and bump react peerDependency

* Create odd-planets-return.md
This commit is contained in:
Nathan Bierema 2023-08-27 21:49:10 -04:00 committed by GitHub
parent b9459ec7ae
commit 57751ff933
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 23 additions and 8 deletions

View File

@ -0,0 +1,8 @@
---
'@redux-devtools/app': major
'@redux-devtools/inspector-monitor-test-tab': major
'@redux-devtools/inspector-monitor-trace-tab': major
'@redux-devtools/inspector-monitor': major
---
Add react-dom peerDependency and bump react peerDependency to `^16.8.0 || ^17.0.0 || ^18.0.0`

View File

@ -116,9 +116,10 @@
"webpack-dev-server": "^4.15.1"
},
"peerDependencies": {
"@types/react": "^16.3.0 || ^17.0.0 || ^18.0.0",
"@types/react": "^16.8.0 || ^17.0.0 || ^18.0.0",
"@types/styled-components": "^5.1.26",
"react": "^16.3.0 || ^17.0.0 || ^18.0.0",
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0",
"styled-components": "^5.3.11"
}
}

View File

@ -88,9 +88,10 @@
},
"peerDependencies": {
"@redux-devtools/inspector-monitor": "^3.1.0",
"@types/react": "^16.3.0 || ^17.0.0 || ^18.0.0",
"@types/react": "^16.8.0 || ^17.0.0 || ^18.0.0",
"@types/styled-components": "^5.1.26",
"react": "^16.3.0 || ^17.0.0 || ^18.0.0",
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0",
"redux": "^3.4.0 || ^4.0.0",
"styled-components": "^5.3.11"
}

View File

@ -77,8 +77,9 @@
},
"peerDependencies": {
"@redux-devtools/inspector-monitor": "^3.1.0",
"@types/react": "^16.3.0 || ^17.0.0 || ^18.0.0",
"react": "^16.3.0 || ^17.0.0 || ^18.0.0",
"@types/react": "^16.8.0 || ^17.0.0 || ^18.0.0",
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0",
"redux": "^3.4.0 || ^4.0.0"
}
}

View File

@ -83,8 +83,9 @@
},
"peerDependencies": {
"@redux-devtools/core": "^3.13.1",
"@types/react": "^16.3.0 || ^17.0.0 || ^18.0.0",
"react": "^16.3.0 || ^17.0.0 || ^18.0.0",
"@types/react": "^16.8.0 || ^17.0.0 || ^18.0.0",
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0",
"redux": "^3.4.0 || ^4.0.0"
}
}

View File

@ -1674,6 +1674,9 @@ importers:
react-base16-styling:
specifier: ^0.9.1
version: link:../react-base16-styling
react-dom:
specifier: ^16.8.0 || ^17.0.0 || ^18.0.0
version: 18.2.0(react@18.2.0)
react-json-tree:
specifier: ^0.18.0
version: link:../react-json-tree