@linzjs/lui 24.6.0 → 24.6.1

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 +2 -4
package/CHANGELOG.md CHANGED
@@ -5,6 +5,13 @@
5
5
 
6
6
  * **LuiComboSelect:** restore interface to support styling of the input element. ([#1270](https://github.com/linz/lui/issues/1270)) ([7ce6a13](https://github.com/linz/lui/commit/7ce6a137c7f16ffa3acbe4357569a6eb59ef47db))
7
7
 
8
+ ## [24.6.1](https://github.com/linz/Lui/compare/lui-v24.6.0...lui-v24.6.1) (2026-01-26)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * removes some unused deps that were SNYK ([#1310](https://github.com/linz/Lui/issues/1310)) ([e9f28ac](https://github.com/linz/Lui/commit/e9f28acdfd9b672789af38b0fcb6b1039cbcbe02))
14
+
8
15
  ## [24.6.0](https://github.com/linz/Lui/compare/lui-v24.5.0...lui-v24.6.0) (2026-01-25)
9
16
 
10
17
 
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "24.6.0",
2
+ "version": "24.6.1",
3
3
  "license": "MIT",
4
4
  "repository": {
5
5
  "type": "git",
@@ -147,7 +147,6 @@
147
147
  "@react-stately/list": "^3.13.1",
148
148
  "@szhsin/react-menu": "^2.3.3",
149
149
  "@tippyjs/react": "^4.2.6",
150
- "camelcase": "^6.0.0",
151
150
  "clsx": "^1.1.0",
152
151
  "lottie-web": "^5.9.1",
153
152
  "motion": "^12.23.22",
@@ -155,7 +154,6 @@
155
154
  "react-modal": "^3.16.3",
156
155
  "react-select": "^5.10.2",
157
156
  "react-split-grid": "1.0.4",
158
- "resolve-url-loader": "^5.0.0",
159
157
  "svgo": "^4.0.0",
160
158
  "uuid": "^8.3.2"
161
159
  },
@@ -173,4 +171,4 @@
173
171
  "node": ">=16",
174
172
  "npm": ">=8"
175
173
  }
176
- }
174
+ }