@equisoft/design-elements-react 10.1.3-snapshot.20260401193753 → 10.1.3

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.
@@ -64,7 +64,7 @@
64
64
  */
65
65
 
66
66
  /**
67
- * @license lucide-react v1.7.0 - ISC
67
+ * @license lucide-react v0.575.0 - ISC
68
68
  *
69
69
  * This source code is licensed under the ISC license.
70
70
  * See the LICENSE file in the root directory of this source tree.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@equisoft/design-elements-react",
3
- "version": "10.1.3-snapshot.20260401193753",
3
+ "version": "10.1.3",
4
4
  "description": "React implementation of the Equisoft design system.",
5
5
  "license": "UNLICENSED",
6
6
  "main": "dist/bundle.js",
@@ -29,13 +29,13 @@
29
29
  "url": "https://github.com/kronostechnologies/design-elements/issues"
30
30
  },
31
31
  "dependencies": {
32
- "@floating-ui/react": "0.27.19",
33
- "@floating-ui/react-dom": "2.1.8",
34
- "@floating-ui/utils": "0.2.11",
32
+ "@floating-ui/react": "0.27.18",
33
+ "@floating-ui/react-dom": "2.1.7",
34
+ "@floating-ui/utils": "0.2.10",
35
35
  "@mui/base": "5.0.0-beta.70",
36
36
  "@tanstack/react-table": "8.21.3",
37
37
  "date-fns": "4.1.0",
38
- "lucide-react": "1.7.0",
38
+ "lucide-react": "0.575.0",
39
39
  "prop-types": "15.8.1",
40
40
  "react-datepicker": "9.1.0",
41
41
  "react-is": "18.3.1",
@@ -57,9 +57,9 @@
57
57
  "@equisoft/eslint-config-typescript-react": "6.0.2",
58
58
  "@equisoft/typescript-config": "2.0.0",
59
59
  "@microsoft/eslint-formatter-sarif": "3.1.0",
60
- "@stylistic/eslint-plugin": "5.10.0",
60
+ "@stylistic/eslint-plugin": "5.9.0",
61
61
  "@svgr/webpack": "8.1.0",
62
- "@swc/core": "1.15.21",
62
+ "@swc/core": "1.15.13",
63
63
  "@swc/jest": "0.2.39",
64
64
  "@testing-library/dom": "10.4.1",
65
65
  "@testing-library/jest-dom": "6.9.1",
@@ -71,8 +71,8 @@
71
71
  "@types/react-dom": "18.3.7",
72
72
  "@types/react-modal": "3.16.3",
73
73
  "@types/styled-components": "5.1.36",
74
- "@typescript-eslint/eslint-plugin": "8.57.1",
75
- "@typescript-eslint/parser": "8.57.1",
74
+ "@typescript-eslint/eslint-plugin": "8.56.0",
75
+ "@typescript-eslint/parser": "8.56.0",
76
76
  "cross-env": "10.1.0",
77
77
  "css-loader": "7.1.4",
78
78
  "eslint": "8.57.1",
@@ -82,28 +82,28 @@
82
82
  "eslint-plugin-jsx-a11y": "6.10.2",
83
83
  "eslint-plugin-react": "7.37.5",
84
84
  "eslint-plugin-react-hooks": "7.0.1",
85
- "expect": "30.3.0",
86
- "i18next": "25.10.4",
87
- "jest": "30.3.0",
88
- "jest-environment-jsdom": "30.3.0",
85
+ "expect": "30.2.0",
86
+ "i18next": "25.8.13",
87
+ "jest": "30.2.0",
88
+ "jest-environment-jsdom": "30.2.0",
89
89
  "jest-extended": "7.0.0",
90
90
  "jest-junit": "16.0.0",
91
- "jest-styled-components": "7.3.1",
91
+ "jest-styled-components": "7.2.0",
92
92
  "react": "18.3.1",
93
93
  "react-docgen-typescript-plugin": "1.0.8",
94
94
  "react-dom": "18.3.1",
95
95
  "react-router-dom": "6.30.3",
96
- "sass": "1.98.0",
96
+ "sass": "1.97.3",
97
97
  "sass-loader": "16.0.7",
98
98
  "style-loader": "4.0.0",
99
99
  "styled-components": "5.3.11",
100
- "stylelint": "17.5.0",
100
+ "stylelint": "17.3.0",
101
101
  "ts-jest": "29.4.6",
102
102
  "ts-loader": "9.5.4",
103
103
  "ts-mockito": "2.6.1",
104
104
  "typescript": "5.9.3",
105
- "webpack": "5.105.4",
106
- "webpack-cli": "7.0.2",
105
+ "webpack": "5.105.2",
106
+ "webpack-cli": "6.0.1",
107
107
  "webpack-merge": "6.0.1",
108
108
  "yargs": "18.0.0"
109
109
  }