react-input-material 0.0.816-5 → 0.0.817

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.
Files changed (2) hide show
  1. package/package.json +13 -13
  2. package/readme.md +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-input-material",
3
- "version": "0.0.816-5",
3
+ "version": "0.0.817",
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",
@@ -215,10 +215,10 @@
215
215
  "@rmwc/typography": "^14.3.5",
216
216
  "@stylistic/eslint-plugin": "^5.10.0",
217
217
  "@teamsupercell/typings-for-css-modules-loader": "^2.5.2",
218
- "@tiptap/core": "^3.22.4",
219
- "@tiptap/extensions": "^3.22.4",
220
- "@tiptap/react": "^3.22.4",
221
- "@tiptap/starter-kit": "^3.22.4",
218
+ "@tiptap/core": "^3.22.5",
219
+ "@tiptap/extensions": "^3.22.5",
220
+ "@tiptap/react": "^3.22.5",
221
+ "@tiptap/starter-kit": "^3.22.5",
222
222
  "@types/ejs": "^3.1.5",
223
223
  "@types/html-minifier": "^4.0.6",
224
224
  "@types/jsdom": "^28.0.1",
@@ -228,10 +228,10 @@
228
228
  "@types/react-transition-group": "^4.4.12",
229
229
  "@types/spark-md5": "^3.0.5",
230
230
  "@types/webpack-env": "^1.18.8",
231
- "@typescript-eslint/eslint-plugin": "^8.59.0",
232
- "@typescript-eslint/parser": "^8.59.0",
231
+ "@typescript-eslint/eslint-plugin": "^8.59.1",
232
+ "@typescript-eslint/parser": "^8.59.1",
233
233
  "blob-util": "^2.0.2",
234
- "clientnode": "4.0.1388",
234
+ "clientnode": "4.0.1391",
235
235
  "css-loader": "^7.1.4",
236
236
  "cssnano": "^7.1.7",
237
237
  "eslint": "^10.2.1",
@@ -243,7 +243,7 @@
243
243
  "material-components-web": "^14.0.0",
244
244
  "material-icons": "^1.13.14",
245
245
  "mini-css-extract-plugin": "^2.10.2",
246
- "postcss": "8.5.10",
246
+ "postcss": "8.5.12",
247
247
  "postcss-import": "^16.1.1",
248
248
  "postcss-loader": "^8.2.1",
249
249
  "postcss-nested": "^7.0.2",
@@ -259,13 +259,13 @@
259
259
  "react-useanimations": "^2.10.0",
260
260
  "spark-md5": "^3.0.2",
261
261
  "style-loader": "^4.0.0",
262
- "stylelint": "^17.8.0",
262
+ "stylelint": "^17.9.1",
263
263
  "stylelint-config-standard": "^40.0.0",
264
264
  "tslib": "^2.8.1",
265
- "typescript-eslint": "^8.59.0",
265
+ "typescript-eslint": "^8.59.1",
266
266
  "typescript-plugin-css-modules": "^5.2.0",
267
- "web-component-wrapper": "^0.0.562",
268
- "web-documentation": "^1.0.3",
267
+ "web-component-wrapper": "^0.0.575",
268
+ "web-documentation": "^1.0.5",
269
269
  "weboptimizer": "^3.0.22",
270
270
  "webpack-dev-server": "^5.2.3"
271
271
  },
package/readme.md CHANGED
@@ -26,7 +26,7 @@ Project status
26
26
  [![code coverage](https://img.shields.io/coverallsCoverage/github/thaibault/react-input-material?label=code%20coverage&style=for-the-badge)](https://coveralls.io/github/thaibault/react-input-material)
27
27
 
28
28
  [![deploy web documentation](https://img.shields.io/github/actions/workflow/status/thaibault/react-input-material/deploy-web-documentation.yaml?label=deploy%20web%20documentation&style=for-the-badge)](https://github.com/thaibault/react-input-material/actions/workflows/deploy-web-documentation.yaml)
29
- [![documentation website](https://img.shields.io/website-up-down-green-red/https/torben.website/react-input-material.svg?label=web-documentation&style=for-the-badge)](https://torben.website/react-input-material)
29
+ [![web documentation](https://img.shields.io/website-up-down-green-red/https/torben.website/react-input-material.svg?label=web-documentation&style=for-the-badge)](https://torben.website/react-input-material)
30
30
 
31
31
  Use case
32
32
  --------