react-input-material 0.0.763 → 0.0.765
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 +12 -12
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-input-material",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.765",
|
|
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",
|
|
@@ -122,7 +122,7 @@
|
|
|
122
122
|
"@codemirror/lint": "^6.9.2",
|
|
123
123
|
"@codemirror/search": "^6.5.11",
|
|
124
124
|
"@codemirror/state": "^6.5.3",
|
|
125
|
-
"@codemirror/view": "^6.39.
|
|
125
|
+
"@codemirror/view": "^6.39.8",
|
|
126
126
|
"@emotion/react": "^11.14.0",
|
|
127
127
|
"@playwright/test": "^1.57.0",
|
|
128
128
|
"@rmwc/card": "^14.3.5",
|
|
@@ -154,10 +154,10 @@
|
|
|
154
154
|
"@types/react-transition-group": "^4.4.12",
|
|
155
155
|
"@types/spark-md5": "^3.0.5",
|
|
156
156
|
"@types/webpack-env": "^1.18.8",
|
|
157
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
158
|
-
"@typescript-eslint/parser": "^8.
|
|
157
|
+
"@typescript-eslint/eslint-plugin": "^8.51.0",
|
|
158
|
+
"@typescript-eslint/parser": "^8.51.0",
|
|
159
159
|
"blob-util": "^2.0.2",
|
|
160
|
-
"clientnode": "3.0.
|
|
160
|
+
"clientnode": "3.0.1340",
|
|
161
161
|
"css-loader": "^7.1.2",
|
|
162
162
|
"cssnano": "^7.1.2",
|
|
163
163
|
"documentation-website": "^1.0.397",
|
|
@@ -174,13 +174,13 @@
|
|
|
174
174
|
"postcss-import": "^16.1.1",
|
|
175
175
|
"postcss-loader": "^8.2.0",
|
|
176
176
|
"postcss-nested": "^7.0.2",
|
|
177
|
-
"postcss-preset-env": "^10.
|
|
177
|
+
"postcss-preset-env": "^10.6.0",
|
|
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.
|
|
182
|
-
"react-generic-dummy": "^0.0.
|
|
183
|
-
"react-generic-tools": "^0.0.
|
|
181
|
+
"react-generic-animate": "^0.0.101",
|
|
182
|
+
"react-generic-dummy": "^0.0.115",
|
|
183
|
+
"react-generic-tools": "^0.0.90",
|
|
184
184
|
"react-transition-group": "^4.4.5",
|
|
185
185
|
"react-useanimations": "^2.10.0",
|
|
186
186
|
"spark-md5": "^3.0.2",
|
|
@@ -188,10 +188,10 @@
|
|
|
188
188
|
"stylelint": "^16.26.1",
|
|
189
189
|
"stylelint-config-standard": "^39.0.1",
|
|
190
190
|
"tslib": "^2.8.1",
|
|
191
|
-
"typescript-eslint": "^8.
|
|
191
|
+
"typescript-eslint": "^8.51.0",
|
|
192
192
|
"typescript-plugin-css-modules": "^5.2.0",
|
|
193
|
-
"web-component-wrapper": "^0.0.
|
|
194
|
-
"weboptimizer": "^2.0.
|
|
193
|
+
"web-component-wrapper": "^0.0.539",
|
|
194
|
+
"weboptimizer": "^2.0.1637",
|
|
195
195
|
"webpack-dev-server": "^5.2.2"
|
|
196
196
|
},
|
|
197
197
|
"peerDependencies": {
|