react-input-material 0.0.731 → 0.0.732

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 +7 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-input-material",
3
- "version": "0.0.731",
3
+ "version": "0.0.732",
4
4
  "description": "Reusable material design based input field with support for (richt-)text, code, selections, numbers, dates and so on.",
5
5
  "keywords": [
6
6
  "form-field",
@@ -151,9 +151,9 @@
151
151
  "documentation-website": "^1.0.394",
152
152
  "eslint": "^9.36.0",
153
153
  "eslint-config-google": "^0.14.0",
154
- "eslint-plugin-jsdoc": "^60.4.1",
154
+ "eslint-plugin-jsdoc": "^60.5.0",
155
155
  "identity-obj-proxy": "^3.0.0",
156
- "jest": "^30.1.3",
156
+ "jest": "^30.2.0",
157
157
  "jsdoc": "^4.0.4",
158
158
  "material-components-web": "^14.0.0",
159
159
  "material-icons": "^1.13.14",
@@ -166,9 +166,9 @@
166
166
  "prop-types": "^15.8.1",
167
167
  "react": "^18.3.1",
168
168
  "react-dom": "^18.3.1",
169
- "react-generic-animate": "^0.0.88",
170
- "react-generic-dummy": "^0.0.105",
171
- "react-generic-tools": "^0.0.79",
169
+ "react-generic-animate": "^0.0.90",
170
+ "react-generic-dummy": "^0.0.106",
171
+ "react-generic-tools": "^0.0.80",
172
172
  "react-transition-group": "^4.4.5",
173
173
  "react-useanimations": "^2.10.0",
174
174
  "spark-md5": "^3.0.2",
@@ -178,7 +178,7 @@
178
178
  "tslib": "^2.8.1",
179
179
  "typescript-eslint": "^8.44.1",
180
180
  "typescript-plugin-css-modules": "^5.2.0",
181
- "web-component-wrapper": "^0.0.527",
181
+ "web-component-wrapper": "^0.0.531",
182
182
  "weboptimizer": "^2.0.1609",
183
183
  "webpack-dev-server": "^5.2.2"
184
184
  },