Skip to content

Commit

Permalink
[KOA-4996] Bump react-responsive in breakpoint component (#2526)
Browse files Browse the repository at this point in the history
Co-authored-by: Ana Belciug <ana.belciug@skyscanner.net>
  • Loading branch information
anambl and Ana Belciug authored Aug 5, 2022
1 parent f598707 commit 750208b
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 8 deletions.
4 changes: 4 additions & 0 deletions UNRELEASED.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
**Breaking:**

- Deleted the following deprecated components:
- `bpk-component-navigation-stack`
- `PortalV1` (in `bpk-react-utils`)
Expand All @@ -9,3 +10,6 @@

- bpk-component-badge:
- Updated Badge styles to use `Caption` instead of bold.

- bpk-component-breakpoint:
- Updated `react-responsive` dependency to 8.2.0. This requires `React` 16.8.0 or higher.
20 changes: 13 additions & 7 deletions packages/bpk-component-breakpoint/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/bpk-component-breakpoint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"bpk-mixins": "^31.2.0",
"bpk-react-utils": "^6.0.1",
"prop-types": "^15.7.2",
"react-responsive": "^6.1.2"
"react-responsive": "^8.2.0"
},
"peerDependencies": {
"react": "^17.0.2"
Expand Down

0 comments on commit 750208b

Please sign in to comment.