react-input-material 0.0.372 → 0.0.375
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 +5 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-input-material",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.375",
|
|
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",
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
"@babel/eslint-parser": "*",
|
|
67
67
|
"@babel/plugin-transform-proto-to-assign": "*",
|
|
68
68
|
"@babel/preset-react": "*",
|
|
69
|
-
"@emotion/react": "
|
|
69
|
+
"@emotion/react": "*",
|
|
70
70
|
"@rmwc/card": "*",
|
|
71
71
|
"@rmwc/checkbox": "*",
|
|
72
72
|
"@rmwc/circular-progress": "*",
|
|
@@ -91,7 +91,6 @@
|
|
|
91
91
|
"@types/react-dom": "*",
|
|
92
92
|
"@types/react-transition-group": "*",
|
|
93
93
|
"@types/webpack-env": "*",
|
|
94
|
-
"@types/workbox-webpack-plugin": "*",
|
|
95
94
|
"@typescript-eslint/eslint-plugin": "*",
|
|
96
95
|
"@typescript-eslint/parser": "*",
|
|
97
96
|
"blob-util": "*",
|
|
@@ -105,10 +104,8 @@
|
|
|
105
104
|
"identity-obj-proxy": "*",
|
|
106
105
|
"jest": "*",
|
|
107
106
|
"jsdoc": "*",
|
|
108
|
-
"map-visit": "^1.0.0",
|
|
109
107
|
"material-icons": "*",
|
|
110
108
|
"mini-css-extract-plugin": "*",
|
|
111
|
-
"object-visit": "^1.0.1",
|
|
112
109
|
"postcss": "*",
|
|
113
110
|
"postcss-import": "<=12",
|
|
114
111
|
"postcss-loader": "*",
|
|
@@ -123,6 +120,7 @@
|
|
|
123
120
|
"stylelint": "*",
|
|
124
121
|
"stylelint-config-standard": "*",
|
|
125
122
|
"tinymce": "*",
|
|
123
|
+
"tslib": "*",
|
|
126
124
|
"typescript-plugin-css-modules": "*",
|
|
127
125
|
"web-component-wrapper": "*",
|
|
128
126
|
"weboptimizer": "*",
|
|
@@ -152,7 +150,8 @@
|
|
|
152
150
|
"react-dom": "*",
|
|
153
151
|
"react-transition-group": "*",
|
|
154
152
|
"react-useanimations": "*",
|
|
155
|
-
"tinymce": "^5.0.0"
|
|
153
|
+
"tinymce": "^5.0.0",
|
|
154
|
+
"tslib": "*"
|
|
156
155
|
},
|
|
157
156
|
"peerDependenciesMeta": {
|
|
158
157
|
"@babel/runtime": {
|