Skip to content

Commit

Permalink
Add React 18 to peerDependencies range (#1180)
Browse files Browse the repository at this point in the history
* Add React 18 to peerDependencies range

* Create large-rocks-design.md
  • Loading branch information
Methuselah96 authored May 30, 2022
1 parent cffe091 commit 8a7eae4
Show file tree
Hide file tree
Showing 14 changed files with 42 additions and 25 deletions.
17 changes: 17 additions & 0 deletions .changeset/large-rocks-design.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
'react-dock': minor
'react-json-tree': minor
'@redux-devtools/app': minor
'@redux-devtools/chart-monitor': minor
'@redux-devtools/dock-monitor': minor
'@redux-devtools/inspector-monitor-test-tab': minor
'@redux-devtools/inspector-monitor-trace-tab': minor
'@redux-devtools/inspector-monitor': minor
'@redux-devtools/log-monitor': minor
'@redux-devtools/rtk-query-monitor': minor
'@redux-devtools/slider-monitor': minor
'@redux-devtools/ui': minor
'@redux-devtools/core': minor
---

Add React 18 to peerDependencies range
4 changes: 2 additions & 2 deletions packages/react-dock/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"typescript": "~4.6.4"
},
"peerDependencies": {
"@types/react": "^16.3.0 || ^17.0.0",
"react": "^16.3.0 || ^17.0.0"
"@types/react": "^16.3.0 || ^17.0.0 || ^18.0.0",
"react": "^16.3.0 || ^17.0.0 || ^18.0.0"
}
}
4 changes: 2 additions & 2 deletions packages/react-json-tree/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"typescript": "~4.6.4"
},
"peerDependencies": {
"@types/react": "^16.3.0 || ^17.0.0",
"react": "^16.3.0 || ^17.0.0"
"@types/react": "^16.3.0 || ^17.0.0 || ^18.0.0",
"react": "^16.3.0 || ^17.0.0 || ^18.0.0"
}
}
4 changes: 2 additions & 2 deletions packages/redux-devtools-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,9 @@
"webpack-dev-server": "^4.9.0"
},
"peerDependencies": {
"@types/react": "^16.3.0 || ^17.0.0",
"@types/react": "^16.3.0 || ^17.0.0 || ^18.0.0",
"@types/styled-components": "^5.1.25",
"react": "^16.3.0 || ^17.0.0",
"react": "^16.3.0 || ^17.0.0 || ^18.0.0",
"styled-components": "^5.3.5"
}
}
4 changes: 2 additions & 2 deletions packages/redux-devtools-chart-monitor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@
},
"peerDependencies": {
"@redux-devtools/core": "^3.7.0",
"@types/react": "^16.3.0 || ^17.0.0",
"react": "^16.3.0 || ^17.0.0",
"@types/react": "^16.3.0 || ^17.0.0 || ^18.0.0",
"react": "^16.3.0 || ^17.0.0 || ^18.0.0",
"redux": "^3.4.0 || ^4.0.0"
}
}
4 changes: 2 additions & 2 deletions packages/redux-devtools-dock-monitor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@
},
"peerDependencies": {
"@redux-devtools/core": "^3.7.0",
"@types/react": "^16.3.0 || ^17.0.0",
"react": "^16.3.0 || ^17.0.0",
"@types/react": "^16.3.0 || ^17.0.0 || ^18.0.0",
"react": "^16.3.0 || ^17.0.0 || ^18.0.0",
"redux": "^3.4.0 || ^4.0.0"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,9 @@
},
"peerDependencies": {
"@redux-devtools/inspector-monitor": "^2.0.0",
"@types/react": "^16.3.0 || ^17.0.0",
"@types/react": "^16.3.0 || ^17.0.0 || ^18.0.0",
"@types/styled-components": "^5.1.25",
"react": "^16.3.0 || ^17.0.0",
"react": "^16.3.0 || ^17.0.0 || ^18.0.0",
"redux": "^3.4.0 || ^4.0.0",
"styled-components": "^5.3.5"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@
},
"peerDependencies": {
"@redux-devtools/inspector-monitor": "^2.0.0",
"@types/react": "^16.3.0 || ^17.0.0",
"react": "^16.3.0 || ^17.0.0",
"@types/react": "^16.3.0 || ^17.0.0 || ^18.0.0",
"react": "^16.3.0 || ^17.0.0 || ^18.0.0",
"redux": "^3.4.0 || ^4.0.0"
}
}
4 changes: 2 additions & 2 deletions packages/redux-devtools-inspector-monitor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@
},
"peerDependencies": {
"@redux-devtools/core": "^3.7.0",
"@types/react": "^16.3.0 || ^17.0.0",
"react": "^16.3.0 || ^17.0.0",
"@types/react": "^16.3.0 || ^17.0.0 || ^18.0.0",
"react": "^16.3.0 || ^17.0.0 || ^18.0.0",
"redux": "^3.4.0 || ^4.0.0"
}
}
4 changes: 2 additions & 2 deletions packages/redux-devtools-log-monitor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@
},
"peerDependencies": {
"@redux-devtools/core": "^3.7.0",
"@types/react": "^16.3.0 || ^17.0.0",
"react": "^16.3.0 || ^17.0.0",
"@types/react": "^16.3.0 || ^17.0.0 || ^18.0.0",
"react": "^16.3.0 || ^17.0.0 || ^18.0.0",
"redux": "^3.4.0 || ^4.0.0"
}
}
4 changes: 2 additions & 2 deletions packages/redux-devtools-rtk-query-monitor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,9 @@
"peerDependencies": {
"@redux-devtools/core": "^3.7.0",
"@reduxjs/toolkit": "^1.8.2",
"@types/react": "^16.3.0 || ^17.0.0",
"@types/react": "^16.3.0 || ^17.0.0 || ^18.0.0",
"@types/styled-components": "^5.1.25",
"react": "^16.3.0 || ^17.0.0",
"react": "^16.3.0 || ^17.0.0 || ^18.0.0",
"redux": "^3.4.0 || ^4.0.0",
"styled-components": "^5.3.5"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/redux-devtools-slider-monitor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@
},
"peerDependencies": {
"@redux-devtools/core": "^3.7.0",
"@types/react": "^16.3.0 || ^17.0.0",
"@types/react": "^16.3.0 || ^17.0.0 || ^18.0.0",
"@types/styled-components": "^5.1.25",
"react": "^16.3.0 || ^17.0.0",
"react": "^16.3.0 || ^17.0.0 || ^18.0.0",
"redux": "^3.4.0 || ^4.0.0",
"styled-components": "^5.3.5"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/redux-devtools-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,9 +103,9 @@
"webpack": "^5.72.1"
},
"peerDependencies": {
"@types/react": "^16.3.0 || ^17.0.0",
"@types/react": "^16.3.0 || ^17.0.0 || ^18.0.0",
"@types/styled-components": "^5.1.25",
"react": "^16.3.0 || ^17.0.0",
"react": "^16.3.0 || ^17.0.0 || ^18.0.0",
"styled-components": "^5.3.5"
}
}
2 changes: 1 addition & 1 deletion packages/redux-devtools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"typescript": "~4.6.4"
},
"peerDependencies": {
"react": "^0.14.9 || ^15.3.0 || ^16.0.0 || ^17.0.0",
"react": "^0.14.9 || ^15.3.0 || ^16.0.0 || ^17.0.0 || ^18.0.0",
"react-redux": "^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0",
"redux": "^3.5.2 || ^4.0.0"
}
Expand Down

0 comments on commit 8a7eae4

Please sign in to comment.