@validationcloud/fractal-ui 1.37.0 → 1.38.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.
Files changed (1) hide show
  1. package/package.json +8 -18
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@validationcloud/fractal-ui",
3
3
  "private": false,
4
- "version": "1.37.0",
4
+ "version": "1.38.0",
5
5
  "module": "./dist/fractal-ui.js",
6
6
  "type": "module",
7
7
  "files": [
@@ -41,7 +41,7 @@
41
41
  "tailwind-merge": "^3"
42
42
  },
43
43
  "devDependencies": {
44
- "@eslint/js": "^9.35.0",
44
+ "@eslint/js": "^9.36.0",
45
45
  "@storybook/addon-docs": "^9",
46
46
  "@storybook/addon-onboarding": "^9",
47
47
  "@storybook/react-vite": "^9",
@@ -50,12 +50,12 @@
50
50
  "@types/node": "^24",
51
51
  "@types/react": "^19",
52
52
  "@types/react-dom": "^19",
53
- "@vitejs/plugin-react": "^5.0.2",
54
- "eslint": "^9.35.0",
53
+ "@vitejs/plugin-react": "^5.0.3",
54
+ "eslint": "^9.36.0",
55
55
  "eslint-plugin-react-hooks": "^5.2.0",
56
- "eslint-plugin-react-refresh": "^0.4.20",
56
+ "eslint-plugin-react-refresh": "^0.4.21",
57
57
  "eslint-plugin-storybook": "^9",
58
- "globals": "^16.3.0",
58
+ "globals": "^16.4.0",
59
59
  "postcss": "^8.5.6",
60
60
  "prettier-plugin-tailwindcss": "^0.6.14",
61
61
  "rollup-plugin-analyzer": "^4.0.0",
@@ -64,8 +64,8 @@
64
64
  "storybook": "^9",
65
65
  "tailwindcss": "^4.1.13",
66
66
  "typescript": "^5",
67
- "typescript-eslint": "^8.42.0",
68
- "vite": "^7.1.5",
67
+ "typescript-eslint": "^8.44.1",
68
+ "vite": "^7.1.7",
69
69
  "vite-plugin-dts": "^4.5.4"
70
70
  },
71
71
  "peerDependencies": {
@@ -74,15 +74,5 @@
74
74
  "react-dom": "^19",
75
75
  "react-transition-state": "^2",
76
76
  "tailwind-merge": "^3"
77
- },
78
- "__securityNote": "Overrides added after qix npm account compromise (Sept 2025). Do not remove without verifying package integrity.",
79
- "overrides": {
80
- "chalk": "5.3.0",
81
- "strip-ansi": "7.1.0",
82
- "color-convert": "2.0.1",
83
- "color-name": "1.1.4",
84
- "is-core-module": "2.13.1",
85
- "error-ex": "1.3.2",
86
- "has-ansi": "5.0.1"
87
77
  }
88
78
  }