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