foldkit 0.142.0 → 0.142.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 +6 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "foldkit",
3
- "version": "0.142.0",
3
+ "version": "0.142.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",
@@ -154,14 +154,14 @@
154
154
  "THIRD-PARTY-NOTICES.md"
155
155
  ],
156
156
  "peerDependencies": {
157
- "@effect/platform-browser": "4.0.0-beta.106",
158
- "effect": "4.0.0-beta.106"
157
+ "@effect/platform-browser": "4.0.0-beta.107",
158
+ "effect": "4.0.0-beta.107"
159
159
  },
160
160
  "devDependencies": {
161
- "@effect/platform-browser": "4.0.0-beta.106",
162
- "@effect/vitest": "4.0.0-beta.106",
161
+ "@effect/platform-browser": "4.0.0-beta.107",
162
+ "@effect/vitest": "4.0.0-beta.107",
163
163
  "@vitest/coverage-v8": "^4.1.9",
164
- "effect": "4.0.0-beta.106",
164
+ "effect": "4.0.0-beta.107",
165
165
  "happy-dom": "^20.10.4",
166
166
  "rimraf": "^6.1.3",
167
167
  "typedoc": "^0.28.19",