@sistent/sistent 0.17.2 → 0.18.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/dist/index.d.mts +53 -53
- package/dist/index.d.ts +53 -53
- package/dist/index.js +46 -130
- package/dist/index.mjs +46 -130
- package/package.json +49 -48
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sistent/sistent",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.18.0",
|
|
4
4
|
"description": "Reusable React Components and SVG Icons library",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -41,50 +41,51 @@
|
|
|
41
41
|
}
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
|
-
"@commitlint/cli": "^20.
|
|
45
|
-
"@commitlint/config-conventional": "^20.
|
|
44
|
+
"@commitlint/cli": "^20.5.0",
|
|
45
|
+
"@commitlint/config-conventional": "^20.5.0",
|
|
46
46
|
"@emotion/cache": "^11.14.0",
|
|
47
|
-
"@eslint/compat": "^2.0.
|
|
48
|
-
"@eslint/eslintrc": "^3.3.
|
|
49
|
-
"@eslint/js": "^9.
|
|
50
|
-
"@meshery/schemas": "^0.
|
|
51
|
-
"@mui/icons-material": "^7.3.
|
|
52
|
-
"@reduxjs/toolkit": "^2.2
|
|
53
|
-
"@testing-library/
|
|
54
|
-
"@
|
|
55
|
-
"@types/
|
|
56
|
-
"@types/
|
|
57
|
-
"@types/react
|
|
47
|
+
"@eslint/compat": "^2.0.3",
|
|
48
|
+
"@eslint/eslintrc": "^3.3.5",
|
|
49
|
+
"@eslint/js": "^9.0.0",
|
|
50
|
+
"@meshery/schemas": "^0.9.0",
|
|
51
|
+
"@mui/icons-material": "^7.3.9",
|
|
52
|
+
"@reduxjs/toolkit": "^2.11.2",
|
|
53
|
+
"@testing-library/dom": "^10.0.0",
|
|
54
|
+
"@testing-library/react": "^16.3.2",
|
|
55
|
+
"@types/jest": "^30.0.0",
|
|
56
|
+
"@types/lodash": "^4.17.24",
|
|
57
|
+
"@types/react": "^19.2.14",
|
|
58
|
+
"@types/react-dom": "^19.2.3",
|
|
58
59
|
"@types/react-redux": "^7.1.34",
|
|
59
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
60
|
-
"@typescript-eslint/parser": "^8.
|
|
60
|
+
"@typescript-eslint/eslint-plugin": "^8.57.2",
|
|
61
|
+
"@typescript-eslint/parser": "^8.57.2",
|
|
61
62
|
"commitizen": "^4.3.1",
|
|
62
63
|
"cz-conventional-changelog": "^3.3.0",
|
|
63
|
-
"eslint": "^9.
|
|
64
|
-
"eslint-plugin-import": "^2.32.0",
|
|
64
|
+
"eslint": "^9.0.0",
|
|
65
65
|
"eslint-plugin-react": "^7.37.5",
|
|
66
66
|
"eslint-plugin-react-hooks": "^7.0.1",
|
|
67
|
-
"eslint-plugin-react-refresh": "^0.
|
|
68
|
-
"
|
|
69
|
-
"globals": "^17.0.0",
|
|
67
|
+
"eslint-plugin-react-refresh": "^0.5.2",
|
|
68
|
+
"globals": "^17.4.0",
|
|
70
69
|
"husky": "^9.1.7",
|
|
71
|
-
"jest": "^
|
|
72
|
-
"jest-environment-jsdom": "^30.
|
|
73
|
-
"lint-staged": "^
|
|
70
|
+
"jest": "^30.3.0",
|
|
71
|
+
"jest-environment-jsdom": "^30.3.0",
|
|
72
|
+
"lint-staged": "^16.4.0",
|
|
74
73
|
"notistack": "^3.0.2",
|
|
75
|
-
"prettier": "^3.
|
|
76
|
-
"prettier-plugin-organize-imports": "^4.
|
|
77
|
-
"react
|
|
78
|
-
"react-
|
|
79
|
-
"react-
|
|
74
|
+
"prettier": "^3.8.1",
|
|
75
|
+
"prettier-plugin-organize-imports": "^4.3.0",
|
|
76
|
+
"react": "^19.2.4",
|
|
77
|
+
"react-dom": "^19.2.4",
|
|
78
|
+
"react-error-boundary": "^6.1.1",
|
|
79
|
+
"react-markdown": "^10.1.0",
|
|
80
|
+
"react-redux": "^9.2.0",
|
|
80
81
|
"redux": "^5.0.1",
|
|
81
|
-
"rehype-raw": "^
|
|
82
|
-
"remark-gfm": "^
|
|
83
|
-
"rollup": "^4.
|
|
84
|
-
"ts-jest": "^29.
|
|
85
|
-
"tsup": "^8.
|
|
86
|
-
"typescript": "^5.
|
|
87
|
-
"xstate": "^5.
|
|
82
|
+
"rehype-raw": "^7.0.0",
|
|
83
|
+
"remark-gfm": "^4.0.1",
|
|
84
|
+
"rollup": "^4.60.0",
|
|
85
|
+
"ts-jest": "^29.4.6",
|
|
86
|
+
"tsup": "^8.5.1",
|
|
87
|
+
"typescript": "^5.9.3",
|
|
88
|
+
"xstate": "^5.28.0"
|
|
88
89
|
},
|
|
89
90
|
"peerDependencies": {
|
|
90
91
|
"@meshery/schemas": "^0.8.124",
|
|
@@ -94,8 +95,8 @@
|
|
|
94
95
|
"xstate": "^5.25.0"
|
|
95
96
|
},
|
|
96
97
|
"overrides": {
|
|
97
|
-
"@mui/icons-material": "^7.3.
|
|
98
|
-
"@mui/material": "^7.3.
|
|
98
|
+
"@mui/icons-material": "^7.3.9",
|
|
99
|
+
"@mui/material": "^7.3.9",
|
|
99
100
|
"@meshery/schemas": {
|
|
100
101
|
"react": "$react",
|
|
101
102
|
"react-dom": "$react-dom"
|
|
@@ -114,18 +115,18 @@
|
|
|
114
115
|
},
|
|
115
116
|
"dependencies": {
|
|
116
117
|
"@emotion/react": "^11.14.0",
|
|
117
|
-
"@emotion/styled": "^11.14.
|
|
118
|
-
"@layer5/meshery-design-embed": "^0.
|
|
119
|
-
"@mui/material": "^7.3.
|
|
120
|
-
"@sistent/mui-datatables": "^6.
|
|
118
|
+
"@emotion/styled": "^11.14.1",
|
|
119
|
+
"@layer5/meshery-design-embed": "^0.6.0",
|
|
120
|
+
"@mui/material": "^7.3.9",
|
|
121
|
+
"@sistent/mui-datatables": "^6.1.1",
|
|
121
122
|
"@types/mui-datatables": "*",
|
|
122
|
-
"billboard.js": "^3.
|
|
123
|
-
"js-yaml": "^4.1.
|
|
124
|
-
"lodash": "^4.17.
|
|
123
|
+
"billboard.js": "^3.18.0",
|
|
124
|
+
"js-yaml": "^4.1.1",
|
|
125
|
+
"lodash": "^4.17.23",
|
|
125
126
|
"moment": "^2.30.1",
|
|
126
127
|
"re-resizable": "^6.11.2",
|
|
127
|
-
"react-draggable": "^4.
|
|
128
|
-
"react-share": "^5.
|
|
129
|
-
"use-debounce": "^10.0
|
|
128
|
+
"react-draggable": "^4.5.0",
|
|
129
|
+
"react-share": "^5.3.0",
|
|
130
|
+
"use-debounce": "^10.1.0"
|
|
130
131
|
}
|
|
131
132
|
}
|