web-input-material 0.0.499 → 0.0.501

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": "web-input-material",
3
- "version": "0.0.499",
3
+ "version": "0.0.501",
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",
@@ -63,9 +63,9 @@
63
63
  "prop-types": "^15.8.1",
64
64
  "react": "^18.3.1",
65
65
  "react-dom": "^18.3.1",
66
- "react-input-material": "^0.0.810",
66
+ "react-input-material": "^0.0.815",
67
67
  "react-transition-group": "^4.4.5",
68
- "web-component-wrapper": "^0.0.550"
68
+ "web-component-wrapper": "^0.0.554"
69
69
  },
70
70
  "devDependencies": {
71
71
  "@babel/eslint-parser": "^7.28.6",
@@ -76,7 +76,7 @@
76
76
  "@codemirror/commands": "^6.10.3",
77
77
  "@codemirror/lang-css": "^6.3.1",
78
78
  "@codemirror/lang-javascript": "^6.2.5",
79
- "@codemirror/language": "^6.12.2",
79
+ "@codemirror/language": "^6.12.3",
80
80
  "@codemirror/lint": "^6.9.5",
81
81
  "@codemirror/search": "^6.6.0",
82
82
  "@codemirror/state": "^6.6.0",
@@ -96,27 +96,26 @@
96
96
  "@rmwc/touch-target": "^14.3.5",
97
97
  "@rmwc/typography": "^14.3.5",
98
98
  "@stylistic/eslint-plugin": "^5.10.0",
99
- "@tiptap/core": "^3.20.5",
100
- "@tiptap/react": "^3.20.5",
101
- "@tiptap/starter-kit": "^3.20.5",
99
+ "@tiptap/core": "^3.22.3",
100
+ "@tiptap/react": "^3.22.3",
101
+ "@tiptap/starter-kit": "^3.22.3",
102
102
  "@types/ejs": "^3.1.5",
103
103
  "@types/html-minifier": "^4.0.6",
104
- "@types/jquery": "^4.0.0",
105
104
  "@types/jsdom": "^28.0.1",
106
- "@types/node": "^25.5.0",
105
+ "@types/node": "^25.6.0",
107
106
  "@types/react": "^18.3.28",
108
107
  "@types/react-dom": "^18.3.7",
109
108
  "@types/react-transition-group": "^4.4.12",
110
109
  "@types/webpack-env": "^1.18.8",
111
- "@typescript-eslint/eslint-plugin": "^8.57.2",
112
- "@typescript-eslint/parser": "^8.57.2",
110
+ "@typescript-eslint/eslint-plugin": "^8.58.1",
111
+ "@typescript-eslint/parser": "^8.58.1",
113
112
  "@webcomponents/webcomponentsjs": "^2.8.0",
114
113
  "blob-util": "^2.0.2",
115
- "clientnode": "^4.0.1364",
114
+ "clientnode": "^4.0.1383",
116
115
  "documentation-website": "^1.0.401",
117
- "eslint": "^10.1.0",
116
+ "eslint": "^10.2.0",
118
117
  "eslint-config-google": "^0.14.0",
119
- "eslint-plugin-jsdoc": "^62.8.0",
118
+ "eslint-plugin-jsdoc": "^62.9.0",
120
119
  "identity-obj-proxy": "^3.0.0",
121
120
  "jest": "^30.3.0",
122
121
  "jsdoc": "^4.0.5",
@@ -124,13 +123,13 @@
124
123
  "material-icons": "^1.13.14",
125
124
  "react-generic-animate": "^0.0.118",
126
125
  "react-generic-dummy": "^0.0.125",
127
- "react-generic-tools": "^0.0.111",
126
+ "react-generic-tools": "^0.0.114",
128
127
  "react-useanimations": "^2.10.0",
129
128
  "spark-md5": "^3.0.2",
130
129
  "style-loader": "^4.0.0",
131
130
  "tslib": "^2.8.1",
132
- "typescript-eslint": "^8.57.2",
133
- "weboptimizer": "^3.0.15",
131
+ "typescript-eslint": "^8.58.1",
132
+ "weboptimizer": "^3.0.21",
134
133
  "webpack-dev-server": "^5.2.3"
135
134
  },
136
135
  "peerDependencies": {
@@ -143,8 +142,8 @@
143
142
  }
144
143
  },
145
144
  "engines": {
146
- "node": ">=20",
147
- "npm": ">=10",
145
+ "node": ">=24",
146
+ "npm": ">=11",
148
147
  "yarn": ">=4"
149
148
  },
150
149
  "resolutions": {
@@ -208,10 +207,6 @@
208
207
  }
209
208
  },
210
209
  "module": {
211
- "aliases": {
212
- "#": "Remove unneeded optional dependencies.",
213
- "jquery$": false
214
- },
215
210
  "enforceDeduplication": true,
216
211
  "html": {
217
212
  "options": {