@backstage/ui 0.13.2 → 0.13.3

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/package.json +7 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @backstage/ui
2
2
 
3
+ ## 0.13.3
4
+
5
+ ### Patch Changes
6
+
7
+ - 6eb5f70: Pinned React Aria dependency ranges to use tilde (`~`) instead of caret (`^`), since React Aria does not strictly follow semver and may ship breaking changes in minor releases.
8
+ - 70c2699: Added `@react-aria/interactions`, `@react-stately/layout`, `@react-stately/overlays`, and `@react-types/table` as explicit dependencies, since they are imported directly but were previously only resolved as transitive dependencies of `react-aria-components`.
9
+
3
10
  ## 0.13.2
4
11
 
5
12
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/ui",
3
- "version": "0.13.2",
3
+ "version": "0.13.3",
4
4
  "backstage": {
5
5
  "role": "web-library"
6
6
  },
@@ -51,10 +51,15 @@
51
51
  },
52
52
  "dependencies": {
53
53
  "@backstage/version-bridge": "^1.0.12",
54
+ "@react-aria/interactions": "~3.27.1",
55
+ "@react-stately/layout": "~4.6.0",
56
+ "@react-stately/overlays": "~3.6.23",
57
+ "@react-types/calendar": "~3.8.3",
58
+ "@react-types/table": "~3.13.6",
54
59
  "@remixicon/react": "^4.6.0",
55
60
  "@tanstack/react-table": "^8.21.3",
56
61
  "clsx": "^2.1.1",
57
- "react-aria-components": "^1.14.0",
62
+ "react-aria-components": "~1.16.0",
58
63
  "use-sync-external-store": "^1.4.0"
59
64
  },
60
65
  "devDependencies": {