@stackline/react-multiselect-dropdown 17.0.1 → 18.0.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.
- package/package.json +5 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stackline/react-multiselect-dropdown",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "18.0.1",
|
|
4
4
|
"description": "Maintained React 19 multiselect dropdown with accessibility-focused and keyboard/ARIA tested support, controlled state, slots, headless/state hooks, Stackline skins, body overlays, live docs, search, grouping, lazy loading, and custom renderers.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"react",
|
|
@@ -98,8 +98,8 @@
|
|
|
98
98
|
"test:combobox": "node scripts/verify-combobox-contract.cjs"
|
|
99
99
|
},
|
|
100
100
|
"peerDependencies": {
|
|
101
|
-
"react": ">=
|
|
102
|
-
"react-dom": ">=
|
|
101
|
+
"react": ">=18.0.0 <19.0.0",
|
|
102
|
+
"react-dom": ">=18.0.0 <19.0.0"
|
|
103
103
|
},
|
|
104
104
|
"publishConfig": {
|
|
105
105
|
"access": "public"
|
|
@@ -108,8 +108,8 @@
|
|
|
108
108
|
"@types/react": "19.2.14",
|
|
109
109
|
"@types/react-dom": "19.2.3",
|
|
110
110
|
"puppeteer-core": "^24.31.0",
|
|
111
|
-
"react": "
|
|
112
|
-
"react-dom": "
|
|
111
|
+
"react": "18.3.1",
|
|
112
|
+
"react-dom": "18.3.1",
|
|
113
113
|
"tsup": "8.5.1",
|
|
114
114
|
"typescript": "5.9.3"
|
|
115
115
|
}
|