react-input-material 0.0.724 → 0.0.725
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 +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.725",
|
|
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",
|
|
@@ -129,9 +129,9 @@
|
|
|
129
129
|
"@rmwc/typography": "^14.3.5",
|
|
130
130
|
"@stylistic/eslint-plugin": "^5.4.0",
|
|
131
131
|
"@teamsupercell/typings-for-css-modules-loader": "^2.5.2",
|
|
132
|
-
"@tiptap/core": "^3.5.
|
|
133
|
-
"@tiptap/react": "^3.5.
|
|
134
|
-
"@tiptap/starter-kit": "^3.5.
|
|
132
|
+
"@tiptap/core": "^3.5.1",
|
|
133
|
+
"@tiptap/react": "^3.5.1",
|
|
134
|
+
"@tiptap/starter-kit": "^3.5.1",
|
|
135
135
|
"@types/ejs": "^3.1.5",
|
|
136
136
|
"@types/html-minifier": "^4.0.5",
|
|
137
137
|
"@types/jquery": "^3.5.33",
|
|
@@ -151,7 +151,7 @@
|
|
|
151
151
|
"documentation-website": "^1.0.394",
|
|
152
152
|
"eslint": "^9.36.0",
|
|
153
153
|
"eslint-config-google": "^0.14.0",
|
|
154
|
-
"eslint-plugin-jsdoc": "^60.
|
|
154
|
+
"eslint-plugin-jsdoc": "^60.3.0",
|
|
155
155
|
"identity-obj-proxy": "^3.0.0",
|
|
156
156
|
"jest": "^30.1.3",
|
|
157
157
|
"jsdoc": "^4.0.4",
|
|
@@ -166,9 +166,9 @@
|
|
|
166
166
|
"prop-types": "^15.8.1",
|
|
167
167
|
"react": "^18.3.1",
|
|
168
168
|
"react-dom": "^18.3.1",
|
|
169
|
-
"react-generic-animate": "^0.0.
|
|
170
|
-
"react-generic-dummy": "^0.0.
|
|
171
|
-
"react-generic-tools": "^0.0.
|
|
169
|
+
"react-generic-animate": "^0.0.88",
|
|
170
|
+
"react-generic-dummy": "^0.0.105",
|
|
171
|
+
"react-generic-tools": "^0.0.79",
|
|
172
172
|
"react-transition-group": "^4.4.5",
|
|
173
173
|
"react-useanimations": "^2.10.0",
|
|
174
174
|
"spark-md5": "^3.0.2",
|
|
@@ -178,7 +178,7 @@
|
|
|
178
178
|
"tslib": "^2.8.1",
|
|
179
179
|
"typescript-eslint": "^8.44.1",
|
|
180
180
|
"typescript-plugin-css-modules": "^5.2.0",
|
|
181
|
-
"web-component-wrapper": "^0.0.
|
|
181
|
+
"web-component-wrapper": "^0.0.527",
|
|
182
182
|
"weboptimizer": "^2.0.1609",
|
|
183
183
|
"webpack-dev-server": "^5.2.2"
|
|
184
184
|
},
|