react-input-material 0.0.666 → 0.0.668

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.666",
3
+ "version": "0.0.668",
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",
@@ -109,14 +109,14 @@
109
109
  "@rmwc/tooltip": "^14.3.5",
110
110
  "@rmwc/touch-target": "^14.3.5",
111
111
  "@rmwc/typography": "^14.3.5",
112
- "@stylistic/eslint-plugin-ts": "^2.10.0",
112
+ "@stylistic/eslint-plugin-ts": "^2.10.1",
113
113
  "@teamsupercell/typings-for-css-modules-loader": "^2.5.2",
114
114
  "@tinymce/tinymce-react": "^5.1.1",
115
115
  "@types/ejs": "^3.1.5",
116
116
  "@types/html-minifier": "^4.0.5",
117
117
  "@types/jquery": "^3.5.32",
118
118
  "@types/jsdom": "^21.1.7",
119
- "@types/node": "^22.8.5",
119
+ "@types/node": "^22.8.6",
120
120
  "@types/react": "^18.3.12",
121
121
  "@types/react-dom": "^18.3.1",
122
122
  "@types/react-transition-group": "^4.4.11",
@@ -125,7 +125,7 @@
125
125
  "@typescript-eslint/eslint-plugin": "^8.12.2",
126
126
  "@typescript-eslint/parser": "^8.12.2",
127
127
  "blob-util": "^2.0.2",
128
- "clientnode": "^3.0.1217",
128
+ "clientnode": "^3.0.1222",
129
129
  "css-loader": "^7.1.2",
130
130
  "cssnano": "^7.0.6",
131
131
  "documentation-website": "^1.0.337",
@@ -137,11 +137,11 @@
137
137
  "jsdoc": "^4.0.4",
138
138
  "material-components-web": "^14.0.0",
139
139
  "material-icons": "^1.13.12",
140
- "mini-css-extract-plugin": "^2.9.1",
140
+ "mini-css-extract-plugin": "^2.9.2",
141
141
  "postcss": "8.4.47",
142
142
  "postcss-import": "^16.1.0",
143
143
  "postcss-loader": "^8.1.1",
144
- "postcss-nested": "^7.0.0",
144
+ "postcss-nested": "^7.0.1",
145
145
  "postcss-preset-env": "^10.0.8",
146
146
  "prop-types": "^15.8.1",
147
147
  "react": "^18.3.1",
@@ -157,11 +157,11 @@
157
157
  "stylelint": "^16.10.0",
158
158
  "stylelint-config-standard": "^36.0.1",
159
159
  "tinymce": "^7.4.1",
160
- "tslib": "^2.8.0",
160
+ "tslib": "^2.8.1",
161
161
  "typescript-eslint": "^8.12.2",
162
162
  "typescript-plugin-css-modules": "^5.1.0",
163
- "web-component-wrapper": "^0.0.502",
164
- "weboptimizer": "^2.0.1532",
163
+ "web-component-wrapper": "^0.0.503",
164
+ "weboptimizer": "^2.0.1534",
165
165
  "webpack-dev-server": "^5.1.0"
166
166
  },
167
167
  "peerDependencies": {