react-input-material 0.0.808 → 0.0.809
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 +7 -7
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-input-material",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.809",
|
|
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",
|
|
@@ -187,7 +187,7 @@
|
|
|
187
187
|
"@typescript-eslint/eslint-plugin": "^8.57.2",
|
|
188
188
|
"@typescript-eslint/parser": "^8.57.2",
|
|
189
189
|
"blob-util": "^2.0.2",
|
|
190
|
-
"clientnode": "4.0.
|
|
190
|
+
"clientnode": "4.0.1364",
|
|
191
191
|
"css-loader": "^7.1.4",
|
|
192
192
|
"cssnano": "^7.1.3",
|
|
193
193
|
"documentation-website": "^1.0.401",
|
|
@@ -209,9 +209,9 @@
|
|
|
209
209
|
"prop-types": "^15.8.1",
|
|
210
210
|
"react": "^18.3.1",
|
|
211
211
|
"react-dom": "^18.3.1",
|
|
212
|
-
"react-generic-animate": "^0.0.
|
|
213
|
-
"react-generic-dummy": "^0.0.
|
|
214
|
-
"react-generic-tools": "^0.0.
|
|
212
|
+
"react-generic-animate": "^0.0.118",
|
|
213
|
+
"react-generic-dummy": "^0.0.125",
|
|
214
|
+
"react-generic-tools": "^0.0.111",
|
|
215
215
|
"react-transition-group": "^4.4.5",
|
|
216
216
|
"react-useanimations": "^2.10.0",
|
|
217
217
|
"spark-md5": "^3.0.2",
|
|
@@ -221,8 +221,8 @@
|
|
|
221
221
|
"tslib": "^2.8.1",
|
|
222
222
|
"typescript-eslint": "^8.57.2",
|
|
223
223
|
"typescript-plugin-css-modules": "^5.2.0",
|
|
224
|
-
"web-component-wrapper": "^0.0.
|
|
225
|
-
"weboptimizer": "^3.0.
|
|
224
|
+
"web-component-wrapper": "^0.0.550",
|
|
225
|
+
"weboptimizer": "^3.0.15",
|
|
226
226
|
"webpack-dev-server": "^5.2.3"
|
|
227
227
|
},
|
|
228
228
|
"peerDependencies": {
|