react-input-material 0.0.412 → 0.0.413
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/components/FileInput.js +1 -1
- package/components/GenericInput.js +1 -1
- package/components/Inputs.js +1 -1
- package/components/Interval.js +1 -1
- package/index.js +1 -1
- 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.413",
|
|
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",
|
|
@@ -342,14 +342,14 @@
|
|
|
342
342
|
"aliases": {
|
|
343
343
|
"#": "Remove unneeded optional dependencies.",
|
|
344
344
|
"#1": "Triggers error in debug mode:",
|
|
345
|
-
"#2": "
|
|
346
|
-
"#3": "
|
|
345
|
+
"#2": "@tinymce/tinymce-react$: false",
|
|
346
|
+
"#3": "ace-builds$: false",
|
|
347
347
|
"#4": "react-ace$: false",
|
|
348
348
|
"#5": "react-useanimations$: false",
|
|
349
349
|
"#6": "react-useanimations/lib/lock$: false",
|
|
350
350
|
"#7": "react-useanimations/lib/plusToX$: false",
|
|
351
|
-
"ace-builds$": "./components/Dummy",
|
|
352
351
|
"@tinymce/tinymce-react$": "./components/Dummy",
|
|
352
|
+
"ace-builds$": "./components/Dummy",
|
|
353
353
|
"react-ace$": "./components/Dummy",
|
|
354
354
|
"react-useanimations$": "./components/Dummy",
|
|
355
355
|
"react-useanimations/lib/lock$": "./components/Dummy",
|