Skip to content

Commit 87121e6

Browse files
Merge pull request #1004 from Workiva/batch/w_common_raise_max_v5_0_0/over_react
Raise the w_common dependency max to v5.0.0
2 parents b3c0296 + d2f0f39 commit 87121e6

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# OverReact Changelog
22

3+
## 5.6.1
4+
- Allow w_common 4 #1004 https://github.com/Workiva/over_react/pull/1004
5+
36
## 5.6.0
47
- Update analyzer dependency to `>=5.13.0 <11.0.0` (allow 8, 9, and 10)
58
- Remove dependency on `transformer_utils`

app/over_react_redux/todo_client/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ dev_dependencies:
2626
test: ^1.15.7
2727
test_html_builder: ^3.0.0
2828
time: ^1.2.0
29-
w_common: ^3.0.0
29+
w_common: '>=3.0.0 <5.0.0'
3030
workiva_analysis_options: ^1.1.0
3131

3232
dependency_overrides:

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ dependencies:
1919
react: ^7.3.1
2020
redux: ^5.0.0
2121
source_span: ^1.4.1
22-
w_common: ^3.0.0
22+
w_common: '>=3.0.0 <5.0.0'
2323
w_flux: ^3.0.0
2424
platform_detect: ^2.0.0
2525
quiver: ^3.0.0

0 commit comments

Comments
 (0)