@umami/react-zen 0.117.0 → 0.119.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@umami/react-zen",
3
- "version": "0.117.0",
3
+ "version": "0.119.0",
4
4
  "description": "Modern, minimalist React component library",
5
5
  "author": "Umami <hello@umami.is>",
6
6
  "license": "MIT",
@@ -24,6 +24,7 @@
24
24
  "build": "next build",
25
25
  "start": "next start",
26
26
  "lint": "next lint",
27
+ "icons": "svgr ./src/assets --out-dir src/components/svg --typescript",
27
28
  "esbuild": "node esbuild.mjs",
28
29
  "rollup": "rollup -c",
29
30
  "css": "node css.mjs",
@@ -59,18 +60,17 @@
59
60
  "react-hook-form": "^7.56.4",
60
61
  "react-icons": "^5.4.0",
61
62
  "thenby": "^1.3.4",
62
- "zustand": "^5.0.4"
63
+ "zustand": "^5.0.5"
63
64
  },
64
65
  "devDependencies": {
65
- "@hyrious/esbuild-plugin-commonjs": "^0.2.4",
66
+ "@hyrious/esbuild-plugin-commonjs": "^0.2.6",
66
67
  "@rollup/plugin-alias": "^5.1.0",
67
68
  "@rollup/plugin-commonjs": "^25.0.7",
68
69
  "@rollup/plugin-node-resolve": "^15.2.3",
69
- "@svgr/rollup": "^8.1.0",
70
- "@svgr/webpack": "^8.1.0",
70
+ "@svgr/cli": "^8.1.0",
71
71
  "@types/mdx": "^2.0.11",
72
- "@types/node": "^22.15.18",
73
- "@types/react": "^19.1.4",
72
+ "@types/node": "^22.15.21",
73
+ "@types/react": "^19.1.5",
74
74
  "@types/react-dom": "^19.1.5",
75
75
  "@umami/esbuild-plugin-css-modules": "0.4.0",
76
76
  "@umami/shiso": "^0.55.0",
@@ -87,16 +87,16 @@
87
87
  "eslint-plugin-import": "^2.29.1",
88
88
  "eslint-plugin-prettier": "^5.4.0",
89
89
  "husky": "^9.1.1",
90
- "lint-staged": "^15.5.0",
90
+ "lint-staged": "^15.5.2",
91
91
  "npm-run-all": "^4.1.5",
92
92
  "prettier": "^3.5.3",
93
- "rollup": "^4.39.0",
93
+ "rollup": "^4.41.1",
94
94
  "rollup-plugin-copy": "^3.5.0",
95
95
  "rollup-plugin-delete": "^2.0.0",
96
96
  "rollup-plugin-dts": "^6.2.1",
97
97
  "rollup-plugin-esbuild": "^6.1.1",
98
98
  "rollup-plugin-postcss": "^4.0.2",
99
- "stylelint": "^16.17.0",
99
+ "stylelint": "^16.19.1",
100
100
  "stylelint-config-recommended": "^15.0.0",
101
101
  "tsup": "^8.5.0",
102
102
  "typescript": "^5.8.3"