react-input-material 0.0.694 → 0.0.695
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 +28 -28
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-input-material",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.695",
|
|
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",
|
|
@@ -104,16 +104,16 @@
|
|
|
104
104
|
"@babel/plugin-transform-proto-to-assign": "^7.25.9",
|
|
105
105
|
"@babel/preset-react": "^7.26.3",
|
|
106
106
|
"@babel/runtime": "^7.26.0",
|
|
107
|
-
"@codemirror/autocomplete": "^6.18.
|
|
107
|
+
"@codemirror/autocomplete": "^6.18.4",
|
|
108
108
|
"@codemirror/commands": "^6.7.1",
|
|
109
109
|
"@codemirror/lang-css": "^6.3.1",
|
|
110
110
|
"@codemirror/lang-javascript": "^6.2.2",
|
|
111
|
-
"@codemirror/language": "^6.10.
|
|
111
|
+
"@codemirror/language": "^6.10.8",
|
|
112
112
|
"@codemirror/lint": "^6.8.4",
|
|
113
113
|
"@codemirror/search": "^6.5.8",
|
|
114
|
-
"@codemirror/state": "^6.
|
|
115
|
-
"@codemirror/view": "^6.
|
|
116
|
-
"@emotion/react": "^11.
|
|
114
|
+
"@codemirror/state": "^6.5.0",
|
|
115
|
+
"@codemirror/view": "^6.36.1",
|
|
116
|
+
"@emotion/react": "^11.14.0",
|
|
117
117
|
"@rmwc/card": "^14.3.5",
|
|
118
118
|
"@rmwc/checkbox": "^14.3.5",
|
|
119
119
|
"@rmwc/circular-progress": "^14.3.5",
|
|
@@ -128,31 +128,31 @@
|
|
|
128
128
|
"@rmwc/tooltip": "^14.3.5",
|
|
129
129
|
"@rmwc/touch-target": "^14.3.5",
|
|
130
130
|
"@rmwc/typography": "^14.3.5",
|
|
131
|
-
"@stylistic/eslint-plugin-ts": "^2.
|
|
131
|
+
"@stylistic/eslint-plugin-ts": "^2.12.1",
|
|
132
132
|
"@teamsupercell/typings-for-css-modules-loader": "^2.5.2",
|
|
133
|
-
"@tiptap/core": "^2.10.
|
|
134
|
-
"@tiptap/react": "^2.10.
|
|
135
|
-
"@tiptap/starter-kit": "^2.10.
|
|
133
|
+
"@tiptap/core": "^2.10.4",
|
|
134
|
+
"@tiptap/react": "^2.10.4",
|
|
135
|
+
"@tiptap/starter-kit": "^2.10.4",
|
|
136
136
|
"@types/ejs": "^3.1.5",
|
|
137
137
|
"@types/html-minifier": "^4.0.5",
|
|
138
138
|
"@types/jquery": "^3.5.32",
|
|
139
139
|
"@types/jsdom": "^21.1.7",
|
|
140
|
-
"@types/node": "^22.10.
|
|
141
|
-
"@types/react": "^18.3.
|
|
142
|
-
"@types/react-dom": "^18.3.
|
|
143
|
-
"@types/react-transition-group": "^4.4.
|
|
140
|
+
"@types/node": "^22.10.2",
|
|
141
|
+
"@types/react": "^18.3.18",
|
|
142
|
+
"@types/react-dom": "^18.3.5",
|
|
143
|
+
"@types/react-transition-group": "^4.4.12",
|
|
144
144
|
"@types/spark-md5": "^3.0.5",
|
|
145
145
|
"@types/webpack-env": "^1.18.5",
|
|
146
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
147
|
-
"@typescript-eslint/parser": "^8.
|
|
146
|
+
"@typescript-eslint/eslint-plugin": "^8.18.2",
|
|
147
|
+
"@typescript-eslint/parser": "^8.18.2",
|
|
148
148
|
"blob-util": "^2.0.2",
|
|
149
|
-
"clientnode": "^3.0.
|
|
149
|
+
"clientnode": "^3.0.1255",
|
|
150
150
|
"css-loader": "^7.1.2",
|
|
151
151
|
"cssnano": "^7.0.6",
|
|
152
152
|
"documentation-website": "^1.0.341",
|
|
153
|
-
"eslint": "^9.
|
|
153
|
+
"eslint": "^9.17.0",
|
|
154
154
|
"eslint-config-google": "^0.14.0",
|
|
155
|
-
"eslint-plugin-jsdoc": "^50.6.
|
|
155
|
+
"eslint-plugin-jsdoc": "^50.6.1",
|
|
156
156
|
"identity-obj-proxy": "^3.0.0",
|
|
157
157
|
"jest": "^29.7.0",
|
|
158
158
|
"jsdoc": "^4.0.4",
|
|
@@ -163,25 +163,25 @@
|
|
|
163
163
|
"postcss-import": "^16.1.0",
|
|
164
164
|
"postcss-loader": "^8.1.1",
|
|
165
165
|
"postcss-nested": "^7.0.2",
|
|
166
|
-
"postcss-preset-env": "^10.1.
|
|
166
|
+
"postcss-preset-env": "^10.1.3",
|
|
167
167
|
"prop-types": "^15.8.1",
|
|
168
168
|
"react": "^18.3.1",
|
|
169
169
|
"react-dom": "^18.3.1",
|
|
170
|
-
"react-generic-animate": "^0.0.
|
|
171
|
-
"react-generic-dummy": "^0.0.
|
|
172
|
-
"react-generic-tools": "^0.0.
|
|
170
|
+
"react-generic-animate": "^0.0.69",
|
|
171
|
+
"react-generic-dummy": "^0.0.90",
|
|
172
|
+
"react-generic-tools": "^0.0.63",
|
|
173
173
|
"react-transition-group": "^4.4.5",
|
|
174
174
|
"react-useanimations": "^2.10.0",
|
|
175
175
|
"spark-md5": "^3.0.2",
|
|
176
176
|
"style-loader": "^4.0.0",
|
|
177
|
-
"stylelint": "^16.
|
|
177
|
+
"stylelint": "^16.12.0",
|
|
178
178
|
"stylelint-config-standard": "^36.0.1",
|
|
179
179
|
"tslib": "^2.8.1",
|
|
180
|
-
"typescript-eslint": "^8.
|
|
180
|
+
"typescript-eslint": "^8.18.2",
|
|
181
181
|
"typescript-plugin-css-modules": "^5.1.0",
|
|
182
|
-
"web-component-wrapper": "^0.0.
|
|
183
|
-
"weboptimizer": "^2.0.
|
|
184
|
-
"webpack-dev-server": "^5.
|
|
182
|
+
"web-component-wrapper": "^0.0.511",
|
|
183
|
+
"weboptimizer": "^2.0.1552",
|
|
184
|
+
"webpack-dev-server": "^5.2.0"
|
|
185
185
|
},
|
|
186
186
|
"peerDependencies": {
|
|
187
187
|
"@babel/runtime": "*",
|