react-input-material 0.0.778 → 0.0.779
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 +3 -8
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-input-material",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.779",
|
|
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",
|
|
@@ -124,7 +124,7 @@
|
|
|
124
124
|
"@codemirror/state": "^6.5.4",
|
|
125
125
|
"@codemirror/view": "^6.39.12",
|
|
126
126
|
"@emotion/react": "^11.14.0",
|
|
127
|
-
"@playwright/test": "^1.58.
|
|
127
|
+
"@playwright/test": "^1.58.1",
|
|
128
128
|
"@rmwc/card": "^14.3.5",
|
|
129
129
|
"@rmwc/checkbox": "^14.3.5",
|
|
130
130
|
"@rmwc/circular-progress": "^14.3.5",
|
|
@@ -350,14 +350,9 @@
|
|
|
350
350
|
"yarn": ">=4"
|
|
351
351
|
},
|
|
352
352
|
"resolutions": {
|
|
353
|
-
"@rmwc/ripple@npm:14.0.11": "patch:@rmwc/ripple@npm%3A14.0.11#~/.yarn/patches/@rmwc-ripple-npm-14.0.11-22d1530040.patch",
|
|
354
|
-
"@rmwc/ripple@npm:14.3.4": "patch:@rmwc/ripple@npm%3A14.3.4#~/.yarn/patches/@rmwc-ripple-npm-14.3.4-27648eff11.patch",
|
|
355
353
|
"@rmwc/ripple@npm:14.3.5": "patch:@rmwc/ripple@npm%3A14.3.5#~/.yarn/patches/@rmwc-ripple-npm-14.3.5-9657693602.patch",
|
|
356
|
-
"colors": "1.4.0",
|
|
357
|
-
"globals@npm:^9.18.0": "patch:globals@npm%3A11.12.0#~/.yarn/patches/globals-npm-11.12.0-1fa7f41a6c.patch",
|
|
358
|
-
"globals@npm:^11.1.0": "patch:globals@npm%3A11.12.0#~/.yarn/patches/globals-npm-11.12.0-1fa7f41a6c.patch",
|
|
359
354
|
"globals@npm:^14.0.0": "patch:globals@npm%3A11.12.0#~/.yarn/patches/globals-npm-11.12.0-1fa7f41a6c.patch",
|
|
360
|
-
"
|
|
355
|
+
"globals@npm:^9.18.0": "patch:globals@npm%3A11.12.0#~/.yarn/patches/globals-npm-11.12.0-1fa7f41a6c.patch"
|
|
361
356
|
},
|
|
362
357
|
"sideEffects": false,
|
|
363
358
|
"documentationWebsite": {
|