react-input-material 0.0.817 → 0.0.819
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 +14 -14
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-input-material",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.819",
|
|
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",
|
|
@@ -228,13 +228,13 @@
|
|
|
228
228
|
"@types/react-transition-group": "^4.4.12",
|
|
229
229
|
"@types/spark-md5": "^3.0.5",
|
|
230
230
|
"@types/webpack-env": "^1.18.8",
|
|
231
|
-
"@typescript-eslint/eslint-plugin": "^8.59.
|
|
232
|
-
"@typescript-eslint/parser": "^8.59.
|
|
231
|
+
"@typescript-eslint/eslint-plugin": "^8.59.2",
|
|
232
|
+
"@typescript-eslint/parser": "^8.59.2",
|
|
233
233
|
"blob-util": "^2.0.2",
|
|
234
|
-
"clientnode": "4.0.
|
|
234
|
+
"clientnode": "4.0.1392",
|
|
235
235
|
"css-loader": "^7.1.4",
|
|
236
|
-
"cssnano": "^7.1.
|
|
237
|
-
"eslint": "^10.
|
|
236
|
+
"cssnano": "^7.1.9",
|
|
237
|
+
"eslint": "^10.3.0",
|
|
238
238
|
"eslint-config-google": "^0.14.0",
|
|
239
239
|
"eslint-plugin-jsdoc": "^62.9.0",
|
|
240
240
|
"identity-obj-proxy": "^3.0.0",
|
|
@@ -243,7 +243,7 @@
|
|
|
243
243
|
"material-components-web": "^14.0.0",
|
|
244
244
|
"material-icons": "^1.13.14",
|
|
245
245
|
"mini-css-extract-plugin": "^2.10.2",
|
|
246
|
-
"postcss": "8.5.
|
|
246
|
+
"postcss": "8.5.14",
|
|
247
247
|
"postcss-import": "^16.1.1",
|
|
248
248
|
"postcss-loader": "^8.2.1",
|
|
249
249
|
"postcss-nested": "^7.0.2",
|
|
@@ -252,20 +252,20 @@
|
|
|
252
252
|
"prop-types": "^15.8.1",
|
|
253
253
|
"react": "^18.3.1",
|
|
254
254
|
"react-dom": "^18.3.1",
|
|
255
|
-
"react-generic-animate": "^0.0.
|
|
256
|
-
"react-generic-dummy": "^0.0.
|
|
257
|
-
"react-generic-tools": "^0.0.
|
|
255
|
+
"react-generic-animate": "^0.0.120",
|
|
256
|
+
"react-generic-dummy": "^0.0.127",
|
|
257
|
+
"react-generic-tools": "^0.0.116",
|
|
258
258
|
"react-transition-group": "^4.4.5",
|
|
259
259
|
"react-useanimations": "^2.10.0",
|
|
260
260
|
"spark-md5": "^3.0.2",
|
|
261
261
|
"style-loader": "^4.0.0",
|
|
262
|
-
"stylelint": "^17.
|
|
262
|
+
"stylelint": "^17.11.0",
|
|
263
263
|
"stylelint-config-standard": "^40.0.0",
|
|
264
264
|
"tslib": "^2.8.1",
|
|
265
|
-
"typescript-eslint": "^8.59.
|
|
265
|
+
"typescript-eslint": "^8.59.2",
|
|
266
266
|
"typescript-plugin-css-modules": "^5.2.0",
|
|
267
|
-
"web-component-wrapper": "^0.0.
|
|
268
|
-
"web-documentation": "^1.0.
|
|
267
|
+
"web-component-wrapper": "^0.0.580",
|
|
268
|
+
"web-documentation": "^1.0.6",
|
|
269
269
|
"weboptimizer": "^3.0.22",
|
|
270
270
|
"webpack-dev-server": "^5.2.3"
|
|
271
271
|
},
|