@saas-ui/react 2.5.9 → 2.5.10
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +15 -0
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,20 @@
|
|
1
1
|
# @saas-ui/react
|
2
2
|
|
3
|
+
## 2.5.10
|
4
|
+
|
5
|
+
### Patch Changes
|
6
|
+
|
7
|
+
- 2e7da38: Updated dependencies
|
8
|
+
- Updated dependencies [2e7da38]
|
9
|
+
- Updated dependencies [da5167a]
|
10
|
+
- @saas-ui/data-table@7.0.10
|
11
|
+
- @saas-ui/nprogress@2.0.3
|
12
|
+
- @saas-ui/modals@2.1.21
|
13
|
+
- @saas-ui/forms@2.3.12
|
14
|
+
- @saas-ui/theme@2.3.3
|
15
|
+
- @saas-ui/core@2.3.6
|
16
|
+
- @saas-ui/hotkeys@2.2.2
|
17
|
+
|
3
18
|
## 2.5.9
|
4
19
|
|
5
20
|
### Patch Changes
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@saas-ui/react",
|
3
|
-
"version": "2.5.
|
3
|
+
"version": "2.5.10",
|
4
4
|
"description": "Saas UI - The React component library for startups.",
|
5
5
|
"source": "src/index.ts",
|
6
6
|
"exports": {
|
@@ -58,16 +58,16 @@
|
|
58
58
|
"dependencies": {
|
59
59
|
"@chakra-ui/icon": "^3.2.0",
|
60
60
|
"@chakra-ui/react-utils": "^2.0.12",
|
61
|
-
"@chakra-ui/system": "^2.6.
|
61
|
+
"@chakra-ui/system": "^2.6.2",
|
62
62
|
"@chakra-ui/utils": "^2.0.15",
|
63
|
-
"@saas-ui/core": "2.3.
|
64
|
-
"@saas-ui/data-table": "7.0.
|
65
|
-
"@saas-ui/forms": "2.3.
|
63
|
+
"@saas-ui/core": "2.3.6",
|
64
|
+
"@saas-ui/data-table": "7.0.10",
|
65
|
+
"@saas-ui/forms": "2.3.12",
|
66
66
|
"@saas-ui/hooks": "2.0.3",
|
67
|
-
"@saas-ui/hotkeys": "2.2.
|
68
|
-
"@saas-ui/modals": "2.1.
|
69
|
-
"@saas-ui/nprogress": "2.0.
|
70
|
-
"@saas-ui/theme": "2.3.
|
67
|
+
"@saas-ui/hotkeys": "2.2.2",
|
68
|
+
"@saas-ui/modals": "2.1.21",
|
69
|
+
"@saas-ui/nprogress": "2.0.3",
|
70
|
+
"@saas-ui/theme": "2.3.3"
|
71
71
|
},
|
72
72
|
"peerDependencies": {
|
73
73
|
"@chakra-ui/react": ">=2.6.0",
|