react-input-material 0.0.748 → 0.0.750
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 +25 -25
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-input-material",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.750",
|
|
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",
|
|
@@ -103,15 +103,15 @@
|
|
|
103
103
|
"@babel/plugin-transform-proto-to-assign": "^7.27.1",
|
|
104
104
|
"@babel/preset-react": "^7.28.5",
|
|
105
105
|
"@babel/runtime": "^7.28.4",
|
|
106
|
-
"@codemirror/autocomplete": "^6.
|
|
106
|
+
"@codemirror/autocomplete": "^6.20.0",
|
|
107
107
|
"@codemirror/commands": "^6.10.0",
|
|
108
108
|
"@codemirror/lang-css": "^6.3.1",
|
|
109
109
|
"@codemirror/lang-javascript": "^6.2.4",
|
|
110
110
|
"@codemirror/language": "^6.11.3",
|
|
111
|
-
"@codemirror/lint": "^6.9.
|
|
111
|
+
"@codemirror/lint": "^6.9.2",
|
|
112
112
|
"@codemirror/search": "^6.5.11",
|
|
113
113
|
"@codemirror/state": "^6.5.2",
|
|
114
|
-
"@codemirror/view": "^6.38.
|
|
114
|
+
"@codemirror/view": "^6.38.8",
|
|
115
115
|
"@emotion/react": "^11.14.0",
|
|
116
116
|
"@rmwc/card": "^14.3.5",
|
|
117
117
|
"@rmwc/checkbox": "^14.3.5",
|
|
@@ -127,31 +127,31 @@
|
|
|
127
127
|
"@rmwc/tooltip": "^14.3.5",
|
|
128
128
|
"@rmwc/touch-target": "^14.3.5",
|
|
129
129
|
"@rmwc/typography": "^14.3.5",
|
|
130
|
-
"@stylistic/eslint-plugin": "^5.
|
|
130
|
+
"@stylistic/eslint-plugin": "^5.6.1",
|
|
131
131
|
"@teamsupercell/typings-for-css-modules-loader": "^2.5.2",
|
|
132
|
-
"@tiptap/core": "^3.
|
|
133
|
-
"@tiptap/react": "^3.
|
|
134
|
-
"@tiptap/starter-kit": "^3.
|
|
132
|
+
"@tiptap/core": "^3.12.1",
|
|
133
|
+
"@tiptap/react": "^3.12.1",
|
|
134
|
+
"@tiptap/starter-kit": "^3.12.1",
|
|
135
135
|
"@types/ejs": "^3.1.5",
|
|
136
136
|
"@types/html-minifier": "^4.0.6",
|
|
137
137
|
"@types/jquery": "^3.5.33",
|
|
138
138
|
"@types/jsdom": "^27.0.0",
|
|
139
|
-
"@types/node": "^24.
|
|
140
|
-
"@types/react": "^18.3.
|
|
139
|
+
"@types/node": "^24.10.1",
|
|
140
|
+
"@types/react": "^18.3.27",
|
|
141
141
|
"@types/react-dom": "^18.3.7",
|
|
142
142
|
"@types/react-transition-group": "^4.4.12",
|
|
143
143
|
"@types/spark-md5": "^3.0.5",
|
|
144
144
|
"@types/webpack-env": "^1.18.8",
|
|
145
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
146
|
-
"@typescript-eslint/parser": "^8.
|
|
145
|
+
"@typescript-eslint/eslint-plugin": "^8.48.1",
|
|
146
|
+
"@typescript-eslint/parser": "^8.48.1",
|
|
147
147
|
"blob-util": "^2.0.2",
|
|
148
|
-
"clientnode": "3.0.
|
|
148
|
+
"clientnode": "3.0.1335",
|
|
149
149
|
"css-loader": "^7.1.2",
|
|
150
|
-
"cssnano": "^7.1.
|
|
151
|
-
"documentation-website": "^1.0.
|
|
152
|
-
"eslint": "^9.
|
|
150
|
+
"cssnano": "^7.1.2",
|
|
151
|
+
"documentation-website": "^1.0.396",
|
|
152
|
+
"eslint": "^9.39.1",
|
|
153
153
|
"eslint-config-google": "^0.14.0",
|
|
154
|
-
"eslint-plugin-jsdoc": "^61.1
|
|
154
|
+
"eslint-plugin-jsdoc": "^61.4.1",
|
|
155
155
|
"identity-obj-proxy": "^3.0.0",
|
|
156
156
|
"jest": "^30.2.0",
|
|
157
157
|
"jsdoc": "^4.0.5",
|
|
@@ -166,20 +166,20 @@
|
|
|
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.95",
|
|
170
|
+
"react-generic-dummy": "^0.0.111",
|
|
171
|
+
"react-generic-tools": "^0.0.85",
|
|
172
172
|
"react-transition-group": "^4.4.5",
|
|
173
173
|
"react-useanimations": "^2.10.0",
|
|
174
174
|
"spark-md5": "^3.0.2",
|
|
175
175
|
"style-loader": "^4.0.0",
|
|
176
|
-
"stylelint": "^16.
|
|
176
|
+
"stylelint": "^16.26.1",
|
|
177
177
|
"stylelint-config-standard": "^39.0.1",
|
|
178
178
|
"tslib": "^2.8.1",
|
|
179
|
-
"typescript-eslint": "^8.
|
|
179
|
+
"typescript-eslint": "^8.48.1",
|
|
180
180
|
"typescript-plugin-css-modules": "^5.2.0",
|
|
181
|
-
"web-component-wrapper": "^0.0.
|
|
182
|
-
"weboptimizer": "^2.0.
|
|
181
|
+
"web-component-wrapper": "^0.0.536",
|
|
182
|
+
"weboptimizer": "^2.0.1630",
|
|
183
183
|
"webpack-dev-server": "^5.2.2"
|
|
184
184
|
},
|
|
185
185
|
"peerDependencies": {
|
|
@@ -553,5 +553,5 @@
|
|
|
553
553
|
}
|
|
554
554
|
}
|
|
555
555
|
},
|
|
556
|
-
"packageManager": "yarn@4.
|
|
556
|
+
"packageManager": "yarn@4.12.0+sha512.f45ab632439a67f8bc759bf32ead036a1f413287b9042726b7cc4818b7b49e14e9423ba49b18f9e06ea4941c1ad062385b1d8760a8d5091a1a31e5f6219afca8"
|
|
557
557
|
}
|