@redis-ui/components 48.0.0 → 49.0.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,7 +1,7 @@
1
1
  {
2
2
  "name": "@redis-ui/components",
3
3
  "license": "UNLICENSED",
4
- "version": "48.0.0",
4
+ "version": "49.0.0",
5
5
  "type": "module",
6
6
  "sideEffects": false,
7
7
  "repository": "git@github.com:redislabsdev/redis-ui.git",
@@ -29,10 +29,10 @@
29
29
  "test": "vitest"
30
30
  },
31
31
  "peerDependencies": {
32
- "@redis-ui/icons": "^8.0.0 || ^9.0.0",
33
- "@redis-ui/styles": "^17.0.0",
34
- "react": "^17.0.0 || ^18.0.0 || ^19.0.0",
35
- "react-dom": "^17.0.0 || ^18.0.0 || ^19.0.0",
32
+ "@redis-ui/icons": "^8.0.0 || ^9.0.0 || ^10.0.0",
33
+ "@redis-ui/styles": "^17.0.0 || ^18.0.0",
34
+ "react": "^18.0.0 || ^19.0.0",
35
+ "react-dom": "^18.0.0 || ^19.0.0",
36
36
  "styled-components": "^5.0.0"
37
37
  },
38
38
  "dependencies": {
@@ -7,6 +7,8 @@ description: Use Redis UI components from redis-ui components. Provides usage re
7
7
 
8
8
  Package: `@redis-ui/components`
9
9
 
10
+ **Requirements:** React 18 or 19, react-dom 18 or 19
11
+
10
12
  ## How to Use
11
13
 
12
14
  Import components as named exports: