@skyscanner/backpack-web 25.3.0 → 25.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -28,8 +28,6 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
28
28
 
29
29
  // @ts-expect-error Untyped import. See `decisions/imports-ts-suppressions.md`.
30
30
 
31
- // @ts-expect-error Untyped import. See `decisions/imports-ts-suppressions.md`.
32
-
33
31
  const BREAKPOINTS = {
34
32
  SMALL_MOBILE: _base.default.breakpointQuerySmallMobile,
35
33
  MOBILE: _base.default.breakpointQueryMobile,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skyscanner/backpack-web",
3
- "version": "25.3.0",
3
+ "version": "25.4.0",
4
4
  "description": "Backpack Design System web library",
5
5
  "repository": {
6
6
  "type": "git",
@@ -39,7 +39,7 @@
39
39
  "object-assign": "^4.1.1",
40
40
  "prop-types": "^15.7.2",
41
41
  "react-autosuggest": "^9.4.3",
42
- "react-responsive": "^8.2.0",
42
+ "react-responsive": "^9.0.2",
43
43
  "react-slider": "^1.3.1",
44
44
  "react-table": "^7.8.0",
45
45
  "react-transition-group": "^2.5.3",