react-input-material 0.0.797 → 0.0.798
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/dist/components/Checkbox/index.js +1 -1
- package/dist/components/FileInput/index.d.ts +2 -0
- package/dist/components/FileInput/index.js +1 -1
- package/dist/components/Inputs/index.js +1 -1
- package/dist/components/Interval/index.js +1 -1
- package/dist/components/TextInput/index.js +1 -1
- package/dist/helper.d.ts +5 -3
- package/dist/helper.js +1 -1
- package/dist/index.js +1 -1
- package/package.json +9 -9
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-input-material",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.798",
|
|
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",
|
|
@@ -149,7 +149,7 @@
|
|
|
149
149
|
"@types/ejs": "^3.1.5",
|
|
150
150
|
"@types/html-minifier": "^4.0.6",
|
|
151
151
|
"@types/jquery": "^4.0.0",
|
|
152
|
-
"@types/jsdom": "^28.0.
|
|
152
|
+
"@types/jsdom": "^28.0.1",
|
|
153
153
|
"@types/node": "^25.5.0",
|
|
154
154
|
"@types/react": "^18.3.28",
|
|
155
155
|
"@types/react-dom": "^18.3.7",
|
|
@@ -159,11 +159,11 @@
|
|
|
159
159
|
"@typescript-eslint/eslint-plugin": "^8.57.1",
|
|
160
160
|
"@typescript-eslint/parser": "^8.57.1",
|
|
161
161
|
"blob-util": "^2.0.2",
|
|
162
|
-
"clientnode": "4.0.
|
|
162
|
+
"clientnode": "4.0.1359",
|
|
163
163
|
"css-loader": "^7.1.4",
|
|
164
164
|
"cssnano": "^7.1.3",
|
|
165
165
|
"documentation-website": "^1.0.401",
|
|
166
|
-
"eslint": "^10.0
|
|
166
|
+
"eslint": "^10.1.0",
|
|
167
167
|
"eslint-config-google": "^0.14.0",
|
|
168
168
|
"eslint-plugin-jsdoc": "^62.8.0",
|
|
169
169
|
"identity-obj-proxy": "^3.0.0",
|
|
@@ -181,19 +181,19 @@
|
|
|
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.
|
|
185
|
-
"react-generic-dummy": "^0.0.
|
|
186
|
-
"react-generic-tools": "^0.0.
|
|
184
|
+
"react-generic-animate": "^0.0.115",
|
|
185
|
+
"react-generic-dummy": "^0.0.123",
|
|
186
|
+
"react-generic-tools": "^0.0.107",
|
|
187
187
|
"react-transition-group": "^4.4.5",
|
|
188
188
|
"react-useanimations": "^2.10.0",
|
|
189
189
|
"spark-md5": "^3.0.2",
|
|
190
190
|
"style-loader": "^4.0.0",
|
|
191
|
-
"stylelint": "^17.
|
|
191
|
+
"stylelint": "^17.5.0",
|
|
192
192
|
"stylelint-config-standard": "^40.0.0",
|
|
193
193
|
"tslib": "^2.8.1",
|
|
194
194
|
"typescript-eslint": "^8.57.1",
|
|
195
195
|
"typescript-plugin-css-modules": "^5.2.0",
|
|
196
|
-
"web-component-wrapper": "^0.0.
|
|
196
|
+
"web-component-wrapper": "^0.0.548",
|
|
197
197
|
"weboptimizer": "^3.0.8",
|
|
198
198
|
"webpack-dev-server": "^5.2.3"
|
|
199
199
|
},
|