@equisoft/design-elements-react 9.8.2-snapshot.20250603183630 → 9.8.2-snapshot.20250609135916
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 +34 -39
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@equisoft/design-elements-react",
|
|
3
|
-
"version": "9.8.2-snapshot.
|
|
3
|
+
"version": "9.8.2-snapshot.20250609135916",
|
|
4
4
|
"description": "React implementation of the Equisoft design system.",
|
|
5
5
|
"license": "UNLICENSED",
|
|
6
6
|
"main": "dist/bundle.js",
|
|
@@ -30,17 +30,17 @@
|
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
32
|
"@mui/base": "5.0.0-beta.70",
|
|
33
|
-
"@tanstack/react-table": "
|
|
34
|
-
"date-fns": "
|
|
35
|
-
"feather-icons": "
|
|
33
|
+
"@tanstack/react-table": "8.21.3",
|
|
34
|
+
"date-fns": "4.1.0",
|
|
35
|
+
"feather-icons": "4.29.2",
|
|
36
36
|
"prop-types": "15.8.1",
|
|
37
|
-
"react-datepicker": "
|
|
37
|
+
"react-datepicker": "8.4.0",
|
|
38
38
|
"react-is": "18.3.1",
|
|
39
|
-
"react-modal": "
|
|
40
|
-
"react-popper-tooltip": "
|
|
41
|
-
"react-shadow": "
|
|
42
|
-
"react-swipeable": "
|
|
43
|
-
"stream-browserify": "
|
|
39
|
+
"react-modal": "3.16.3",
|
|
40
|
+
"react-popper-tooltip": "4.4.2",
|
|
41
|
+
"react-shadow": "20.6.0",
|
|
42
|
+
"react-swipeable": "7.0.2",
|
|
43
|
+
"stream-browserify": "3.0.0"
|
|
44
44
|
},
|
|
45
45
|
"peerDependencies": {
|
|
46
46
|
"i18next": ">= 19",
|
|
@@ -50,56 +50,51 @@
|
|
|
50
50
|
"styled-components": "^5"
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
|
-
"@cfaester/enzyme-adapter-react-18": "0.8.0",
|
|
54
53
|
"@equisoft/eslint-config": "4.0.2",
|
|
55
54
|
"@equisoft/eslint-config-typescript-react": "4.0.2",
|
|
56
55
|
"@equisoft/typescript-config": "2.0.0",
|
|
57
56
|
"@microsoft/eslint-formatter-sarif": "3.1.0",
|
|
58
|
-
"@svgr/webpack": "
|
|
59
|
-
"@swc/core": "1.11.
|
|
57
|
+
"@svgr/webpack": "8.1.0",
|
|
58
|
+
"@swc/core": "1.11.31",
|
|
60
59
|
"@swc/jest": "0.2.38",
|
|
61
60
|
"@testing-library/dom": "10.4.0",
|
|
62
|
-
"@testing-library/react": "
|
|
63
|
-
"@types/
|
|
64
|
-
"@types/
|
|
65
|
-
"@types/
|
|
66
|
-
"@types/jest": "^29.5.1",
|
|
67
|
-
"@types/lodash": "^4.14.186",
|
|
61
|
+
"@testing-library/react": "16.3.0",
|
|
62
|
+
"@types/feather-icons": "4.29.4",
|
|
63
|
+
"@types/jest": "29.5.14",
|
|
64
|
+
"@types/lodash": "4.17.17",
|
|
68
65
|
"@types/react": "18.3.23",
|
|
69
66
|
"@types/react-dom": "18.3.7",
|
|
70
|
-
"@types/react-modal": "
|
|
71
|
-
"@types/styled-components": "
|
|
67
|
+
"@types/react-modal": "3.16.3",
|
|
68
|
+
"@types/styled-components": "5.1.34",
|
|
72
69
|
"@typescript-eslint/eslint-plugin": "7.18.0",
|
|
73
70
|
"@typescript-eslint/parser": "7.18.0",
|
|
74
|
-
"cross-env": "
|
|
75
|
-
"css-loader": "
|
|
76
|
-
"enzyme": "^3.11.0",
|
|
77
|
-
"enzyme-to-json": "~3.6.2",
|
|
71
|
+
"cross-env": "7.0.3",
|
|
72
|
+
"css-loader": "7.1.2",
|
|
78
73
|
"eslint": "8.57.1",
|
|
79
74
|
"eslint-import-resolver-node": "0.3.9",
|
|
80
|
-
"eslint-import-resolver-typescript": "4.4.
|
|
75
|
+
"eslint-import-resolver-typescript": "4.4.3",
|
|
81
76
|
"eslint-plugin-import": "2.31.0",
|
|
82
77
|
"eslint-plugin-jsx-a11y": "6.10.2",
|
|
83
78
|
"eslint-plugin-react": "7.37.5",
|
|
84
79
|
"eslint-plugin-react-hooks": "5.2.0",
|
|
85
|
-
"expect": "
|
|
86
|
-
"i18next": "
|
|
87
|
-
"jest": "
|
|
88
|
-
"jest-environment-jsdom": "
|
|
89
|
-
"jest-junit": "
|
|
90
|
-
"jest-styled-components": "
|
|
80
|
+
"expect": "29.7.0",
|
|
81
|
+
"i18next": "25.2.1",
|
|
82
|
+
"jest": "29.7.0",
|
|
83
|
+
"jest-environment-jsdom": "29.7.0",
|
|
84
|
+
"jest-junit": "16.0.0",
|
|
85
|
+
"jest-styled-components": "7.2.0",
|
|
91
86
|
"react": "18.3.1",
|
|
92
87
|
"react-docgen-typescript-plugin": "1.0.8",
|
|
93
88
|
"react-dom": "18.3.1",
|
|
94
|
-
"react-router-dom": "
|
|
95
|
-
"sass": "
|
|
96
|
-
"sass-loader": "
|
|
97
|
-
"style-loader": "
|
|
98
|
-
"styled-components": "
|
|
89
|
+
"react-router-dom": "6.30.1",
|
|
90
|
+
"sass": "1.89.1",
|
|
91
|
+
"sass-loader": "16.0.5",
|
|
92
|
+
"style-loader": "4.0.0",
|
|
93
|
+
"styled-components": "5.3.11",
|
|
99
94
|
"stylelint": "16.20.0",
|
|
100
95
|
"ts-jest": "29.3.4",
|
|
101
|
-
"ts-loader": "
|
|
102
|
-
"ts-mockito": "
|
|
96
|
+
"ts-loader": "9.5.2",
|
|
97
|
+
"ts-mockito": "2.6.1",
|
|
103
98
|
"typescript": "5.8.3",
|
|
104
99
|
"webpack": "5.99.9",
|
|
105
100
|
"webpack-cli": "6.0.1",
|