react-input-material 0.0.779 → 0.0.780
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 +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-input-material",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.780",
|
|
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",
|
|
@@ -178,9 +178,9 @@
|
|
|
178
178
|
"prop-types": "^15.8.1",
|
|
179
179
|
"react": "^18.3.1",
|
|
180
180
|
"react-dom": "^18.3.1",
|
|
181
|
-
"react-generic-animate": "^0.0.
|
|
181
|
+
"react-generic-animate": "^0.0.104",
|
|
182
182
|
"react-generic-dummy": "^0.0.117",
|
|
183
|
-
"react-generic-tools": "^0.0.
|
|
183
|
+
"react-generic-tools": "^0.0.93",
|
|
184
184
|
"react-transition-group": "^4.4.5",
|
|
185
185
|
"react-useanimations": "^2.10.0",
|
|
186
186
|
"spark-md5": "^3.0.2",
|
|
@@ -190,7 +190,7 @@
|
|
|
190
190
|
"tslib": "^2.8.1",
|
|
191
191
|
"typescript-eslint": "^8.54.0",
|
|
192
192
|
"typescript-plugin-css-modules": "^5.2.0",
|
|
193
|
-
"web-component-wrapper": "^0.0.
|
|
193
|
+
"web-component-wrapper": "^0.0.542",
|
|
194
194
|
"weboptimizer": "^2.0.1642",
|
|
195
195
|
"webpack-dev-server": "^5.2.3"
|
|
196
196
|
},
|