react-input-material 0.0.376 → 0.0.377
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
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-input-material",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.377",
|
|
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",
|
|
@@ -119,7 +119,6 @@
|
|
|
119
119
|
"style-loader": "*",
|
|
120
120
|
"stylelint": "*",
|
|
121
121
|
"stylelint-config-standard": "*",
|
|
122
|
-
"tinymce": "*",
|
|
123
122
|
"tslib": "*",
|
|
124
123
|
"typescript-plugin-css-modules": "*",
|
|
125
124
|
"web-component-wrapper": "*",
|
|
@@ -150,7 +149,6 @@
|
|
|
150
149
|
"react-dom": "*",
|
|
151
150
|
"react-transition-group": "*",
|
|
152
151
|
"react-useanimations": "*",
|
|
153
|
-
"tinymce": "^5.0.0",
|
|
154
152
|
"tslib": "*"
|
|
155
153
|
},
|
|
156
154
|
"peerDependenciesMeta": {
|