react-input-material 0.0.700 → 0.0.701
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 +23 -24
- package/readme.md +1 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-input-material",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.701",
|
|
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",
|
|
@@ -94,7 +94,6 @@
|
|
|
94
94
|
"test:browser": "yarn clear && weboptimizer test:browser '{__reference__: \"target:minimal\"}'",
|
|
95
95
|
"test:coverage": "yarn clear && weboptimizer test:coverage",
|
|
96
96
|
"test:coverage:report": "yarn clear && weboptimizer test:coverage:report '{__reference__: \"target:minimal\"}'",
|
|
97
|
-
"update": "yarn version patch && yarn npm publish",
|
|
98
97
|
"update:documentation": "documentation-website",
|
|
99
98
|
"watch": "weboptimizer build --watch"
|
|
100
99
|
},
|
|
@@ -103,7 +102,7 @@
|
|
|
103
102
|
"@babel/eslint-parser": "^7.26.5",
|
|
104
103
|
"@babel/plugin-transform-proto-to-assign": "^7.25.9",
|
|
105
104
|
"@babel/preset-react": "^7.26.3",
|
|
106
|
-
"@babel/runtime": "^7.26.
|
|
105
|
+
"@babel/runtime": "^7.26.7",
|
|
107
106
|
"@codemirror/autocomplete": "^6.18.4",
|
|
108
107
|
"@codemirror/commands": "^6.8.0",
|
|
109
108
|
"@codemirror/lang-css": "^6.3.1",
|
|
@@ -128,36 +127,36 @@
|
|
|
128
127
|
"@rmwc/tooltip": "^14.3.5",
|
|
129
128
|
"@rmwc/touch-target": "^14.3.5",
|
|
130
129
|
"@rmwc/typography": "^14.3.5",
|
|
131
|
-
"@stylistic/eslint-plugin-ts": "^
|
|
130
|
+
"@stylistic/eslint-plugin-ts": "^3.0.1",
|
|
132
131
|
"@teamsupercell/typings-for-css-modules-loader": "^2.5.2",
|
|
133
|
-
"@tiptap/core": "^2.11.
|
|
134
|
-
"@tiptap/react": "^2.11.
|
|
135
|
-
"@tiptap/starter-kit": "^2.11.
|
|
132
|
+
"@tiptap/core": "^2.11.3",
|
|
133
|
+
"@tiptap/react": "^2.11.3",
|
|
134
|
+
"@tiptap/starter-kit": "^2.11.3",
|
|
136
135
|
"@types/ejs": "^3.1.5",
|
|
137
136
|
"@types/html-minifier": "^4.0.5",
|
|
138
137
|
"@types/jquery": "^3.5.32",
|
|
139
138
|
"@types/jsdom": "^21.1.7",
|
|
140
|
-
"@types/node": "^22.
|
|
139
|
+
"@types/node": "^22.12.0",
|
|
141
140
|
"@types/react": "^18.3.18",
|
|
142
141
|
"@types/react-dom": "^18.3.5",
|
|
143
142
|
"@types/react-transition-group": "^4.4.12",
|
|
144
143
|
"@types/spark-md5": "^3.0.5",
|
|
145
|
-
"@types/webpack-env": "^1.18.
|
|
146
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
147
|
-
"@typescript-eslint/parser": "^8.
|
|
144
|
+
"@types/webpack-env": "^1.18.8",
|
|
145
|
+
"@typescript-eslint/eslint-plugin": "^8.22.0",
|
|
146
|
+
"@typescript-eslint/parser": "^8.22.0",
|
|
148
147
|
"blob-util": "^2.0.2",
|
|
149
|
-
"clientnode": "^3.0.
|
|
148
|
+
"clientnode": "^3.0.1269",
|
|
150
149
|
"css-loader": "^7.1.2",
|
|
151
150
|
"cssnano": "^7.0.6",
|
|
152
|
-
"documentation-website": "^1.0.
|
|
153
|
-
"eslint": "^9.
|
|
151
|
+
"documentation-website": "^1.0.343",
|
|
152
|
+
"eslint": "^9.19.0",
|
|
154
153
|
"eslint-config-google": "^0.14.0",
|
|
155
|
-
"eslint-plugin-jsdoc": "^50.6.
|
|
154
|
+
"eslint-plugin-jsdoc": "^50.6.3",
|
|
156
155
|
"identity-obj-proxy": "^3.0.0",
|
|
157
156
|
"jest": "^29.7.0",
|
|
158
157
|
"jsdoc": "^4.0.4",
|
|
159
158
|
"material-components-web": "^14.0.0",
|
|
160
|
-
"material-icons": "^1.13.
|
|
159
|
+
"material-icons": "^1.13.13",
|
|
161
160
|
"mini-css-extract-plugin": "^2.9.2",
|
|
162
161
|
"postcss": "8.5.1",
|
|
163
162
|
"postcss-import": "^16.1.0",
|
|
@@ -167,20 +166,20 @@
|
|
|
167
166
|
"prop-types": "^15.8.1",
|
|
168
167
|
"react": "^18.3.1",
|
|
169
168
|
"react-dom": "^18.3.1",
|
|
170
|
-
"react-generic-animate": "^0.0.
|
|
171
|
-
"react-generic-dummy": "^0.0.
|
|
172
|
-
"react-generic-tools": "^0.0.
|
|
169
|
+
"react-generic-animate": "^0.0.72",
|
|
170
|
+
"react-generic-dummy": "^0.0.92",
|
|
171
|
+
"react-generic-tools": "^0.0.65",
|
|
173
172
|
"react-transition-group": "^4.4.5",
|
|
174
173
|
"react-useanimations": "^2.10.0",
|
|
175
174
|
"spark-md5": "^3.0.2",
|
|
176
175
|
"style-loader": "^4.0.0",
|
|
177
|
-
"stylelint": "^16.
|
|
176
|
+
"stylelint": "^16.14.1",
|
|
178
177
|
"stylelint-config-standard": "^37.0.0",
|
|
179
178
|
"tslib": "^2.8.1",
|
|
180
|
-
"typescript-eslint": "^8.
|
|
179
|
+
"typescript-eslint": "^8.22.0",
|
|
181
180
|
"typescript-plugin-css-modules": "^5.1.0",
|
|
182
|
-
"web-component-wrapper": "^0.0.
|
|
183
|
-
"weboptimizer": "^2.0.
|
|
181
|
+
"web-component-wrapper": "^0.0.513",
|
|
182
|
+
"weboptimizer": "^2.0.1559",
|
|
184
183
|
"webpack-dev-server": "^5.2.0"
|
|
185
184
|
},
|
|
186
185
|
"peerDependencies": {
|
|
@@ -549,5 +548,5 @@
|
|
|
549
548
|
}
|
|
550
549
|
}
|
|
551
550
|
},
|
|
552
|
-
"packageManager": "yarn@4.
|
|
551
|
+
"packageManager": "yarn@4.6.0+sha512.5383cc12567a95f1d668fbe762dfe0075c595b4bfff433be478dbbe24e05251a8e8c3eb992a986667c1d53b6c3a9c85b8398c35a960587fbd9fa3a0915406728"
|
|
553
552
|
}
|
package/readme.md
CHANGED
|
@@ -17,6 +17,7 @@ Project status
|
|
|
17
17
|
[](https://www.npmjs.com/package/react-input-material)
|
|
18
18
|
|
|
19
19
|
[](https://github.com/thaibault/react-input-material/actions/workflows/build.yaml)
|
|
20
|
+
[](https://github.com/thaibault/react-input-material/actions/workflows/build-package-and-push.yaml)
|
|
20
21
|
|
|
21
22
|
[](https://github.com/thaibault/react-input-material/actions/workflows/check-types.yaml)
|
|
22
23
|
[](https://github.com/thaibault/react-input-material/actions/workflows/lint.yaml)
|