web-input-material 0.0.452 → 0.0.454

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.452",
3
+ "version": "0.0.454",
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",
@@ -65,7 +65,7 @@
65
65
  "prop-types": "^15.8.1",
66
66
  "react": "^18.3.1",
67
67
  "react-dom": "^18.3.1",
68
- "react-input-material": "^0.0.673",
68
+ "react-input-material": "^0.0.682",
69
69
  "react-transition-group": "^4.4.5",
70
70
  "web-component-wrapper": "^0.0.505"
71
71
  },
@@ -74,11 +74,14 @@
74
74
  "@babel/plugin-transform-proto-to-assign": "^7.25.9",
75
75
  "@babel/preset-react": "^7.25.9",
76
76
  "@babel/runtime": "^7.26.0",
77
+ "@codemirror/autocomplete": "^6.18.3",
77
78
  "@codemirror/commands": "^6.7.1",
78
79
  "@codemirror/lang-css": "^6.3.0",
79
80
  "@codemirror/lang-javascript": "^6.2.2",
81
+ "@codemirror/language": "^6.10.3",
82
+ "@codemirror/lint": "^6.8.3",
83
+ "@codemirror/search": "^6.5.8",
80
84
  "@codemirror/state": "^6.4.1",
81
- "@codemirror/view": "^6.34.3",
82
85
  "@rmwc/card": "^14.3.5",
83
86
  "@rmwc/checkbox": "^14.3.5",
84
87
  "@rmwc/circular-progress": "^14.3.5",
@@ -86,7 +89,7 @@
86
89
  "@rmwc/icon": "^14.3.5",
87
90
  "@rmwc/icon-button": "^14.3.5",
88
91
  "@rmwc/select": "^14.3.5",
89
- "@rmwc/slider": "^14.3.5",
92
+ "@rmwc/slider": "patch:@rmwc/slider@npm%3A14.3.5#~/.yarn/patches/@rmwc-slider-npm-14.3.5-c8fe4ac3a5.patch",
90
93
  "@rmwc/tabs": "^14.3.5",
91
94
  "@rmwc/textfield": "^14.3.5",
92
95
  "@rmwc/theme": "^14.3.5",
@@ -94,14 +97,14 @@
94
97
  "@rmwc/touch-target": "^14.3.5",
95
98
  "@rmwc/typography": "^14.3.5",
96
99
  "@stylistic/eslint-plugin-ts": "^2.11.0",
97
- "@tiptap/core": "^2.10.0",
98
- "@tiptap/react": "^2.10.0",
99
- "@tiptap/starter-kit": "^2.10.0",
100
+ "@tiptap/core": "^2.10.2",
101
+ "@tiptap/react": "^2.10.2",
102
+ "@tiptap/starter-kit": "^2.10.2",
100
103
  "@types/ejs": "^3.1.5",
101
104
  "@types/html-minifier": "^4.0.5",
102
105
  "@types/jquery": "^3.5.32",
103
106
  "@types/jsdom": "^21.1.7",
104
- "@types/node": "^22.9.1",
107
+ "@types/node": "^22.9.3",
105
108
  "@types/react": "^18.3.12",
106
109
  "@types/react-dom": "^18.3.1",
107
110
  "@types/react-transition-group": "^4.4.11",
@@ -111,7 +114,6 @@
111
114
  "@webcomponents/webcomponentsjs": "^2.8.0",
112
115
  "blob-util": "^2.0.2",
113
116
  "clientnode": "^3.0.1229",
114
- "codemirror": "^6.0.1",
115
117
  "documentation-website": "^1.0.339",
116
118
  "eslint": "^9.15.0",
117
119
  "eslint-config-google": "^0.14.0",
@@ -170,6 +172,7 @@
170
172
  },
171
173
  "development": {
172
174
  "server": {
175
+ "port": 8081,
173
176
  "proxy": [
174
177
  {
175
178
  "context": [
@@ -262,16 +265,19 @@
262
265
  "module": {
263
266
  "aliases": {
264
267
  "#": "Remove unneeded optional dependencies.",
268
+ "@codemirror/autocomplete": "react-generic-dummy",
265
269
  "@codemirror/commands": "react-generic-dummy",
270
+ "@codemirror/language": "react-generic-dummy",
266
271
  "@codemirror/lang-css": "react-generic-dummy",
267
272
  "@codemirror/lang-javascript": "react-generic-dummy",
273
+ "@codemirror/lint": "react-generic-dummy",
274
+ "@codemirror/search": "react-generic-dummy",
268
275
  "@codemirror/state": "react-generic-dummy",
269
276
  "@codemirror/view": "react-generic-dummy",
270
277
  "@rmwc/tooltip": "react-generic-dummy",
271
278
  "@tiptap/core$": "react-generic-dummy",
272
279
  "@tiptap/react": "react-generic-dummy",
273
280
  "@tiptap/starter-kit$": "react-generic-dummy",
274
- "codemirror": "react-generic-dummy",
275
281
  "react-useanimations$": "react-generic-dummy",
276
282
  "react-useanimations/lib/lock$": "react-generic-dummy",
277
283
  "react-useanimations/lib/plusToX$": "react-generic-dummy"