haze-ui 1.18.0 → 1.18.2

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 +5 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "haze-ui",
3
- "version": "1.18.0",
3
+ "version": "1.18.2",
4
4
  "type": "module",
5
5
  "description": "A React UI component library powered by react-use-control and Linaria",
6
6
  "main": "./dist/index.js",
@@ -29,9 +29,10 @@
29
29
  "coverage": "vitest run --coverage",
30
30
  "lint": "eslint --fix src *.mjs",
31
31
  "deploy": "npm run build:demo && gh-pages -d dist",
32
- "test": "vitest run --passWithNoTests",
32
+ "test": "vitest run",
33
33
  "test:e2e": "playwright test --config e2e/playwright.config.ts",
34
34
  "test:watch": "vitest",
35
+ "typecheck": "tsc --noEmit",
35
36
  "prepublishOnly": "npm run build",
36
37
  "serve": "vite preview",
37
38
  "size": "size-limit"
@@ -52,7 +53,7 @@
52
53
  "peerDependencies": {
53
54
  "@linaria/core": "^7.0.0 || ^8.0.0",
54
55
  "react": "^19.0.0",
55
- "react-f0rm": ">=0.7.0 <0.12.0"
56
+ "react-f0rm": ">=0.7.0 <2.0.0"
56
57
  },
57
58
  "dependencies": {
58
59
  "react-use-control": "^1.5.0"
@@ -99,7 +100,7 @@
99
100
  "ramda": "^0.32.0",
100
101
  "react": "^19.2.8",
101
102
  "react-dom": "^19.2.8",
102
- "react-f0rm": "^0.8.0",
103
+ "react-f0rm": "^1.0.0",
103
104
  "react-icons": "^5.7.0",
104
105
  "react-toolroom": "^0.18.4",
105
106
  "rollup-plugin-type-as-json-schema": "^0.2.6",