@saas-ui/react 2.10.2 → 2.10.3
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +8 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@saas-ui/react",
|
3
|
-
"version": "2.10.
|
3
|
+
"version": "2.10.3",
|
4
4
|
"description": "Saas UI - The React component library for startups.",
|
5
5
|
"type": "commonjs",
|
6
6
|
"exports": {
|
@@ -59,11 +59,11 @@
|
|
59
59
|
"dependencies": {
|
60
60
|
"@chakra-ui/utils": "^2.2.1",
|
61
61
|
"@saas-ui/core": "2.7.1",
|
62
|
-
"@saas-ui/data-table": "12.0.
|
62
|
+
"@saas-ui/data-table": "12.0.3",
|
63
63
|
"@saas-ui/forms": "2.8.1",
|
64
64
|
"@saas-ui/hooks": "2.1.0",
|
65
65
|
"@saas-ui/hotkeys": "2.4.1",
|
66
|
-
"@saas-ui/modals": "2.3.
|
66
|
+
"@saas-ui/modals": "2.3.3",
|
67
67
|
"@saas-ui/nprogress": "2.1.1",
|
68
68
|
"@saas-ui/theme": "2.5.1"
|
69
69
|
},
|