@creativoma/liquid-glass 1.1.1 → 1.1.3

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 (2) hide show
  1. package/CHANGELOG.md +19 -0
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -7,6 +7,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [1.1.3] - 2026-03-06
11
+
12
+ ### Security
13
+
14
+ - Updated `ajv` to `>=8.18.0` via pnpm overrides to fix vulnerability
15
+ - Updated `minimatch` to `>=9.0.7` and `>=10.2.3` via pnpm overrides to fix vulnerability
16
+ - Updated `rollup` to `>=4.59.0` via pnpm overrides to fix vulnerability
17
+ - Bumped dev dependencies: `tailwindcss` `^4.1` → `^4.2`, `@tailwindcss/postcss` `^4.1` → `^4.2`, `globals`, `postcss`, `eslint-plugin-react-refresh`, `typescript-eslint`, `@types/node`
18
+
19
+ ### Fixed
20
+
21
+ - Reverted `eslint` to `^9.x` for compatibility with `eslint-plugin-react-hooks@7`
22
+
23
+ ## [1.1.2] - 2026-03-06
24
+
25
+ ### Yanked
26
+
27
+ - Published with eslint@10 which breaks peer dependency with eslint-plugin-react-hooks
28
+
10
29
  ## [1.1.1] - 2026-02-14
11
30
 
12
31
  ### Performance
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@creativoma/liquid-glass",
3
- "version": "1.1.1",
3
+ "version": "1.1.3",
4
4
  "type": "module",
5
5
  "description": "A React wrapper component with liquid frosted glass effect using TailwindCSS",
6
6
  "main": "./dist/index.js",
@@ -58,24 +58,24 @@
58
58
  },
59
59
  "devDependencies": {
60
60
  "@eslint/js": "^9.39.2",
61
- "@tailwindcss/postcss": "^4.1.18",
62
- "@types/node": "^25.2.3",
61
+ "@tailwindcss/postcss": "^4.2.1",
62
+ "@types/node": "^25.3.5",
63
63
  "@types/react": "^19.2.14",
64
64
  "@types/react-dom": "^19.2.3",
65
65
  "@vitejs/plugin-react": "^5.1.4",
66
- "autoprefixer": "^10.4.24",
66
+ "autoprefixer": "^10.4.27",
67
67
  "eslint": "^9.39.2",
68
68
  "eslint-plugin-react-hooks": "^7.0.1",
69
- "eslint-plugin-react-refresh": "^0.5.0",
70
- "globals": "^17.3.0",
71
- "postcss": "^8.5.6",
69
+ "eslint-plugin-react-refresh": "^0.5.2",
70
+ "globals": "^17.4.0",
71
+ "postcss": "^8.5.8",
72
72
  "prettier": "^3.8.1",
73
73
  "prettier-plugin-tailwindcss": "^0.7.2",
74
74
  "react": "^19.2.4",
75
75
  "react-dom": "^19.2.4",
76
- "tailwindcss": "^4.1.18",
76
+ "tailwindcss": "^4.2.1",
77
77
  "typescript": "^5.9.3",
78
- "typescript-eslint": "^8.55.0",
78
+ "typescript-eslint": "^8.56.1",
79
79
  "vite": "^7.3.1",
80
80
  "vite-plugin-dts": "^4.5.4"
81
81
  },