@midas-ds/components 17.23.8 → 17.23.9

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 (3) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/index.js +3 -5
  3. package/package.json +3 -5
package/CHANGELOG.md CHANGED
@@ -1,3 +1,14 @@
1
+ ## 17.23.9 (2026-09-17)
2
+
3
+ ### 🩹 Fixes
4
+
5
+ - **components:** externalize shared dependencies ([df23057046f](https://github.com/migrationsverket/midas/commit/df23057046f))
6
+
7
+ ### 🔧 Maintenance
8
+
9
+ - **components:** configure @nx/dependency-checks ([1fb6371567b](https://github.com/migrationsverket/midas/commit/1fb6371567b))
10
+ - **components:** remove unnecessary lint bypass ([abc4c5e47ab](https://github.com/migrationsverket/midas/commit/abc4c5e47ab))
11
+
1
12
  ## 17.23.8 (2026-09-08)
2
13
 
3
14
  ### 🩹 Fixes
package/index.js CHANGED
@@ -59,7 +59,7 @@ var et = {
59
59
  description: "Midas Components",
60
60
  homepage: "https://designsystem.migrationsverket.se/",
61
61
  license: "CC0-1.0",
62
- version: "17.23.8",
62
+ version: "17.23.9",
63
63
  module: "./index.js",
64
64
  type: "module",
65
65
  main: "./index.js",
@@ -84,11 +84,9 @@ var et = {
84
84
  dependencies: {
85
85
  "@internationalized/string": "^3.2.10",
86
86
  "@midas-ds/theme": "3.17.0",
87
- "@react-aria/focus": "^3.21.5",
88
- "@react-stately/toggle": "^3.9.5",
89
- "@react-stately/utils": "^3.11.0",
90
- "react-aria": "^3.51.0",
87
+ "@react-stately/utils": "^3.12.1",
91
88
  "react-aria-components": "1.20.0",
89
+ "react-aria": "^3.51.0",
92
90
  "react-stately": "^3.49.0"
93
91
  }
94
92
  }.version;
package/package.json CHANGED
@@ -14,7 +14,7 @@
14
14
  "description": "Midas Components",
15
15
  "homepage": "https://designsystem.migrationsverket.se/",
16
16
  "license": "CC0-1.0",
17
- "version": "17.23.8",
17
+ "version": "17.23.9",
18
18
  "module": "./index.js",
19
19
  "type": "module",
20
20
  "main": "./index.js",
@@ -43,11 +43,9 @@
43
43
  "dependencies": {
44
44
  "@internationalized/string": "^3.2.10",
45
45
  "@midas-ds/theme": "3.17.0",
46
- "@react-aria/focus": "^3.21.5",
47
- "@react-stately/toggle": "^3.9.5",
48
- "@react-stately/utils": "^3.11.0",
49
- "react-aria": "^3.51.0",
46
+ "@react-stately/utils": "^3.12.1",
50
47
  "react-aria-components": "1.20.0",
48
+ "react-aria": "^3.51.0",
51
49
  "react-stately": "^3.49.0"
52
50
  }
53
51
  }