react-input-material 0.0.692 → 0.0.694

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-input-material",
3
- "version": "0.0.692",
3
+ "version": "0.0.694",
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",
@@ -112,7 +112,7 @@
112
112
  "@codemirror/lint": "^6.8.4",
113
113
  "@codemirror/search": "^6.5.8",
114
114
  "@codemirror/state": "^6.4.1",
115
- "@codemirror/view": "^6.35.1",
115
+ "@codemirror/view": "^6.35.2",
116
116
  "@emotion/react": "^11.13.5",
117
117
  "@rmwc/card": "^14.3.5",
118
118
  "@rmwc/checkbox": "^14.3.5",
@@ -138,7 +138,7 @@
138
138
  "@types/jquery": "^3.5.32",
139
139
  "@types/jsdom": "^21.1.7",
140
140
  "@types/node": "^22.10.1",
141
- "@types/react": "^18.3.12",
141
+ "@types/react": "^18.3.14",
142
142
  "@types/react-dom": "^18.3.2",
143
143
  "@types/react-transition-group": "^4.4.11",
144
144
  "@types/spark-md5": "^3.0.5",
@@ -146,10 +146,10 @@
146
146
  "@typescript-eslint/eslint-plugin": "^8.17.0",
147
147
  "@typescript-eslint/parser": "^8.17.0",
148
148
  "blob-util": "^2.0.2",
149
- "clientnode": "^3.0.1235",
149
+ "clientnode": "^3.0.1249",
150
150
  "css-loader": "^7.1.2",
151
151
  "cssnano": "^7.0.6",
152
- "documentation-website": "^1.0.340",
152
+ "documentation-website": "^1.0.341",
153
153
  "eslint": "^9.16.0",
154
154
  "eslint-config-google": "^0.14.0",
155
155
  "eslint-plugin-jsdoc": "^50.6.0",
@@ -167,9 +167,9 @@
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.64",
171
- "react-generic-dummy": "^0.0.87",
172
- "react-generic-tools": "^0.0.59",
170
+ "react-generic-animate": "^0.0.68",
171
+ "react-generic-dummy": "^0.0.89",
172
+ "react-generic-tools": "^0.0.62",
173
173
  "react-transition-group": "^4.4.5",
174
174
  "react-useanimations": "^2.10.0",
175
175
  "spark-md5": "^3.0.2",
@@ -179,8 +179,8 @@
179
179
  "tslib": "^2.8.1",
180
180
  "typescript-eslint": "^8.17.0",
181
181
  "typescript-plugin-css-modules": "^5.1.0",
182
- "web-component-wrapper": "^0.0.507",
183
- "weboptimizer": "^2.0.1542",
182
+ "web-component-wrapper": "^0.0.510",
183
+ "weboptimizer": "^2.0.1547",
184
184
  "webpack-dev-server": "^5.1.0"
185
185
  },
186
186
  "peerDependencies": {