foldkit 0.88.0 → 0.88.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 (1) hide show
  1. package/package.json +7 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "foldkit",
3
- "version": "0.88.0",
3
+ "version": "0.88.1",
4
4
  "description": "A TypeScript frontend framework, built on Effect and architected like Elm",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -203,9 +203,11 @@
203
203
  "@effect/platform-browser": "4.0.0-beta.59",
204
204
  "@effect/vitest": "4.0.0-beta.59",
205
205
  "effect": "4.0.0-beta.59",
206
- "happy-dom": "^20.0.0",
207
- "typescript": "^6.0.2",
208
- "vitest": "^3.2.4"
206
+ "happy-dom": "^20.9.0",
207
+ "rimraf": "^6.1.3",
208
+ "typedoc": "^0.28.19",
209
+ "typescript": "^6.0.3",
210
+ "vitest": "^4.1.5"
209
211
  },
210
212
  "keywords": [
211
213
  "effect",
@@ -222,7 +224,7 @@
222
224
  "directory": "packages/foldkit"
223
225
  },
224
226
  "dependencies": {
225
- "@floating-ui/dom": "^1.7.5",
227
+ "@floating-ui/dom": "^1.7.6",
226
228
  "clsx": "^2.1.1",
227
229
  "snabbdom": "^3.6.3"
228
230
  },