react-input-material 0.0.708 → 0.0.709

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 (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-input-material",
3
- "version": "0.0.708",
3
+ "version": "0.0.709",
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",
@@ -148,7 +148,7 @@
148
148
  "clientnode": "3.0.1285",
149
149
  "css-loader": "^7.1.2",
150
150
  "cssnano": "^7.0.7",
151
- "documentation-website": "^1.0.366",
151
+ "documentation-website": "^1.0.367",
152
152
  "eslint": "^9.28.0",
153
153
  "eslint-config-google": "^0.14.0",
154
154
  "eslint-plugin-jsdoc": "^50.7.1",
@@ -166,7 +166,7 @@
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.76",
169
+ "react-generic-animate": "^0.0.77",
170
170
  "react-generic-dummy": "^0.0.97",
171
171
  "react-generic-tools": "^0.0.70",
172
172
  "react-transition-group": "^4.4.5",