react-input-material 0.0.763 → 0.0.764

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 +6 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-input-material",
3
- "version": "0.0.763",
3
+ "version": "0.0.764",
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",
@@ -122,7 +122,7 @@
122
122
  "@codemirror/lint": "^6.9.2",
123
123
  "@codemirror/search": "^6.5.11",
124
124
  "@codemirror/state": "^6.5.3",
125
- "@codemirror/view": "^6.39.7",
125
+ "@codemirror/view": "^6.39.8",
126
126
  "@emotion/react": "^11.14.0",
127
127
  "@playwright/test": "^1.57.0",
128
128
  "@rmwc/card": "^14.3.5",
@@ -154,8 +154,8 @@
154
154
  "@types/react-transition-group": "^4.4.12",
155
155
  "@types/spark-md5": "^3.0.5",
156
156
  "@types/webpack-env": "^1.18.8",
157
- "@typescript-eslint/eslint-plugin": "^8.50.1",
158
- "@typescript-eslint/parser": "^8.50.1",
157
+ "@typescript-eslint/eslint-plugin": "^8.51.0",
158
+ "@typescript-eslint/parser": "^8.51.0",
159
159
  "blob-util": "^2.0.2",
160
160
  "clientnode": "3.0.1339",
161
161
  "css-loader": "^7.1.2",
@@ -174,7 +174,7 @@
174
174
  "postcss-import": "^16.1.1",
175
175
  "postcss-loader": "^8.2.0",
176
176
  "postcss-nested": "^7.0.2",
177
- "postcss-preset-env": "^10.5.0",
177
+ "postcss-preset-env": "^10.6.0",
178
178
  "prop-types": "^15.8.1",
179
179
  "react": "^18.3.1",
180
180
  "react-dom": "^18.3.1",
@@ -188,7 +188,7 @@
188
188
  "stylelint": "^16.26.1",
189
189
  "stylelint-config-standard": "^39.0.1",
190
190
  "tslib": "^2.8.1",
191
- "typescript-eslint": "^8.50.1",
191
+ "typescript-eslint": "^8.51.0",
192
192
  "typescript-plugin-css-modules": "^5.2.0",
193
193
  "web-component-wrapper": "^0.0.538",
194
194
  "weboptimizer": "^2.0.1636",