react-input-material 0.0.804 → 0.0.805
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 +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-input-material",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.805",
|
|
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",
|
|
@@ -159,7 +159,7 @@
|
|
|
159
159
|
"@typescript-eslint/eslint-plugin": "^8.57.2",
|
|
160
160
|
"@typescript-eslint/parser": "^8.57.2",
|
|
161
161
|
"blob-util": "^2.0.2",
|
|
162
|
-
"clientnode": "4.0.
|
|
162
|
+
"clientnode": "4.0.1363",
|
|
163
163
|
"css-loader": "^7.1.4",
|
|
164
164
|
"cssnano": "^7.1.3",
|
|
165
165
|
"documentation-website": "^1.0.401",
|
|
@@ -181,7 +181,7 @@
|
|
|
181
181
|
"prop-types": "^15.8.1",
|
|
182
182
|
"react": "^18.3.1",
|
|
183
183
|
"react-dom": "^18.3.1",
|
|
184
|
-
"react-generic-animate": "^0.0.
|
|
184
|
+
"react-generic-animate": "^0.0.117",
|
|
185
185
|
"react-generic-dummy": "^0.0.124",
|
|
186
186
|
"react-generic-tools": "^0.0.110",
|
|
187
187
|
"react-transition-group": "^4.4.5",
|
|
@@ -194,7 +194,7 @@
|
|
|
194
194
|
"typescript-eslint": "^8.57.2",
|
|
195
195
|
"typescript-plugin-css-modules": "^5.2.0",
|
|
196
196
|
"web-component-wrapper": "^0.0.549",
|
|
197
|
-
"weboptimizer": "^3.0.
|
|
197
|
+
"weboptimizer": "^3.0.14",
|
|
198
198
|
"webpack-dev-server": "^5.2.3"
|
|
199
199
|
},
|
|
200
200
|
"peerDependencies": {
|