@foldkit/ui 0.112.5 → 0.113.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.
- package/package.json +7 -9
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@foldkit/ui",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.113.0",
|
|
4
4
|
"description": "Headless, accessible UI components for Foldkit",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -113,22 +113,20 @@
|
|
|
113
113
|
"dist"
|
|
114
114
|
],
|
|
115
115
|
"peerDependencies": {
|
|
116
|
-
"
|
|
117
|
-
"effect": "4.0.0-beta.78",
|
|
116
|
+
"effect": "4.0.0-beta.83",
|
|
118
117
|
"foldkit": "^0"
|
|
119
118
|
},
|
|
120
119
|
"dependencies": {
|
|
121
120
|
"@floating-ui/dom": "^1.7.6"
|
|
122
121
|
},
|
|
123
122
|
"devDependencies": {
|
|
124
|
-
"@effect/
|
|
125
|
-
"
|
|
126
|
-
"
|
|
127
|
-
"happy-dom": "^20.9.0",
|
|
123
|
+
"@effect/vitest": "4.0.0-beta.83",
|
|
124
|
+
"effect": "4.0.0-beta.83",
|
|
125
|
+
"happy-dom": "^20.10.4",
|
|
128
126
|
"rimraf": "^6.1.3",
|
|
129
127
|
"typescript": "^6.0.3",
|
|
130
|
-
"vitest": "^4.1.
|
|
131
|
-
"foldkit": "0.
|
|
128
|
+
"vitest": "^4.1.9",
|
|
129
|
+
"foldkit": "0.113.0"
|
|
132
130
|
},
|
|
133
131
|
"keywords": [
|
|
134
132
|
"foldkit",
|