Add react-dom peerDependency and bump react peerDependency

This commit is contained in:
Nathan Bierema 2023-08-27 21:19:07 -04:00
parent d18525b5c7
commit 25f10d143a
5 changed files with 15 additions and 8 deletions

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