react-input-material 0.0.778 → 0.0.780
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 +6 -11
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-input-material",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.780",
|
|
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",
|
|
@@ -178,9 +178,9 @@
|
|
|
178
178
|
"prop-types": "^15.8.1",
|
|
179
179
|
"react": "^18.3.1",
|
|
180
180
|
"react-dom": "^18.3.1",
|
|
181
|
-
"react-generic-animate": "^0.0.
|
|
181
|
+
"react-generic-animate": "^0.0.104",
|
|
182
182
|
"react-generic-dummy": "^0.0.117",
|
|
183
|
-
"react-generic-tools": "^0.0.
|
|
183
|
+
"react-generic-tools": "^0.0.93",
|
|
184
184
|
"react-transition-group": "^4.4.5",
|
|
185
185
|
"react-useanimations": "^2.10.0",
|
|
186
186
|
"spark-md5": "^3.0.2",
|
|
@@ -190,7 +190,7 @@
|
|
|
190
190
|
"tslib": "^2.8.1",
|
|
191
191
|
"typescript-eslint": "^8.54.0",
|
|
192
192
|
"typescript-plugin-css-modules": "^5.2.0",
|
|
193
|
-
"web-component-wrapper": "^0.0.
|
|
193
|
+
"web-component-wrapper": "^0.0.542",
|
|
194
194
|
"weboptimizer": "^2.0.1642",
|
|
195
195
|
"webpack-dev-server": "^5.2.3"
|
|
196
196
|
},
|
|
@@ -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": {
|