@equisoft/design-elements-react 10.1.3-snapshot.20260310125543 → 10.1.3-snapshot.20260316153757

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.
Files changed (1) hide show
  1. package/package.json +9 -9
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@equisoft/design-elements-react",
3
- "version": "10.1.3-snapshot.20260310125543",
3
+ "version": "10.1.3-snapshot.20260316153757",
4
4
  "description": "React implementation of the Equisoft design system.",
5
5
  "license": "UNLICENSED",
6
6
  "main": "dist/bundle.js",
@@ -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.56.1",
75
- "@typescript-eslint/parser": "8.56.1",
74
+ "@typescript-eslint/eslint-plugin": "8.57.0",
75
+ "@typescript-eslint/parser": "8.57.0",
76
76
  "cross-env": "10.1.0",
77
77
  "css-loader": "7.1.4",
78
78
  "eslint": "8.57.1",
@@ -82,10 +82,10 @@
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.2.0",
86
- "i18next": "25.8.14",
87
- "jest": "30.2.0",
88
- "jest-environment-jsdom": "30.2.0",
85
+ "expect": "30.3.0",
86
+ "i18next": "25.8.18",
87
+ "jest": "30.3.0",
88
+ "jest-environment-jsdom": "30.3.0",
89
89
  "jest-extended": "7.0.0",
90
90
  "jest-junit": "16.0.0",
91
91
  "jest-styled-components": "7.2.0",
@@ -93,7 +93,7 @@
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.97.3",
96
+ "sass": "1.98.0",
97
97
  "sass-loader": "16.0.7",
98
98
  "style-loader": "4.0.0",
99
99
  "styled-components": "5.3.11",
@@ -103,7 +103,7 @@
103
103
  "ts-mockito": "2.6.1",
104
104
  "typescript": "5.9.3",
105
105
  "webpack": "5.105.4",
106
- "webpack-cli": "6.0.1",
106
+ "webpack-cli": "7.0.0",
107
107
  "webpack-merge": "6.0.1",
108
108
  "yargs": "18.0.0"
109
109
  }