web-input-material 0.0.432 → 0.0.434

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.432",
3
+ "version": "0.0.434",
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",
@@ -59,71 +59,72 @@
59
59
  "test:browser": "yarn clear && weboptimizer test:browser '{__reference__: \"target:minimal\"}'",
60
60
  "test:coverage": "weboptimizer test:coverage '{__reference__: \"target:minimal\"}'",
61
61
  "test:coverage:report": "weboptimizer test:coverage:report '{__reference__: \"target:minimal\"}'",
62
- "update": "yarn version --patch",
62
+ "update": "yarn version patch && yarn npm publish",
63
63
  "update:documentation": "documentation-website",
64
64
  "watch": "weboptimizer build --watch"
65
65
  },
66
66
  "runkitExample": "require('@babel/runtime/package.json')\n\nglobalThis.window = globalThis\n\nconst {TextInput} = require('web-input-material')\n\nTextInput.component._name",
67
67
  "dependencies": {
68
- "prop-types": "*",
69
- "react": "*",
70
- "react-dom": "*",
71
- "react-input-material": "*",
72
- "react-transition-group": "*",
73
- "web-component-wrapper": "*"
68
+ "prop-types": "^15.8.1",
69
+ "react": "^18.2.0",
70
+ "react-dom": "^18.2.0",
71
+ "react-input-material": "^0.0.643",
72
+ "react-transition-group": "^4.4.5",
73
+ "web-component-wrapper": "^0.0.484"
74
74
  },
75
75
  "devDependencies": {
76
- "@babel/eslint-parser": "*",
77
- "@babel/plugin-transform-proto-to-assign": "*",
78
- "@babel/preset-react": "*",
79
- "@rmwc/card": "*",
80
- "@rmwc/checkbox": "*",
81
- "@rmwc/circular-progress": "*",
82
- "@rmwc/formfield": "*",
83
- "@rmwc/icon": "*",
84
- "@rmwc/icon-button": "*",
85
- "@rmwc/select": "*",
86
- "@rmwc/slider": "*",
87
- "@rmwc/tabs": "*",
88
- "@rmwc/textfield": "*",
89
- "@rmwc/theme": "*",
90
- "@rmwc/tooltip": "*",
91
- "@rmwc/touch-target": "*",
92
- "@rmwc/typography": "*",
93
- "@tinymce/tinymce-react": "*",
94
- "@types/ejs": "*",
95
- "@types/html-minifier": "*",
96
- "@types/jquery": "*",
97
- "@types/jsdom": "*",
98
- "@types/node": "*",
99
- "@types/react": "*",
100
- "@types/react-dom": "*",
101
- "@types/react-transition-group": "*",
102
- "@types/webpack-env": "*",
103
- "@typescript-eslint/eslint-plugin": "*",
104
- "@typescript-eslint/parser": "*",
105
- "@webcomponents/webcomponentsjs": "*",
106
- "blob-util": "*",
107
- "clientnode": "*",
108
- "documentation-website": "*",
109
- "eslint": "*",
110
- "eslint-config-google": "*",
111
- "eslint-plugin-jsdoc": "*",
112
- "identity-obj-proxy": "*",
113
- "jest": "*",
114
- "jsdoc": "*",
115
- "material-components-web": "*",
116
- "material-icons": "*",
117
- "react-ace": "*",
118
- "react-generic-animate": "*",
119
- "react-generic-dummy": "*",
120
- "react-generic-tools": "*",
121
- "react-useanimations": "*",
122
- "spark-md5": "*",
123
- "style-loader": "*",
124
- "tslib": "*",
125
- "weboptimizer": "*",
126
- "webpack-dev-server": "*"
76
+ "@babel/eslint-parser": "^7.23.10",
77
+ "@babel/plugin-transform-proto-to-assign": "^7.23.3",
78
+ "@babel/preset-react": "^7.23.3",
79
+ "@babel/runtime": "^7.24.0",
80
+ "@rmwc/card": "^14.0.11",
81
+ "@rmwc/checkbox": "^14.0.11",
82
+ "@rmwc/circular-progress": "^14.0.11",
83
+ "@rmwc/formfield": "^14.0.11",
84
+ "@rmwc/icon": "^14.0.11",
85
+ "@rmwc/icon-button": "^14.0.11",
86
+ "@rmwc/select": "^14.0.11",
87
+ "@rmwc/slider": "^14.0.11",
88
+ "@rmwc/tabs": "^14.0.11",
89
+ "@rmwc/textfield": "^14.0.11",
90
+ "@rmwc/theme": "^14.0.11",
91
+ "@rmwc/tooltip": "^14.0.11",
92
+ "@rmwc/touch-target": "^14.0.11",
93
+ "@rmwc/typography": "^14.0.11",
94
+ "@tinymce/tinymce-react": "^4.3.2",
95
+ "@types/ejs": "^3.1.5",
96
+ "@types/html-minifier": "^4.0.5",
97
+ "@types/jquery": "^3.5.29",
98
+ "@types/jsdom": "^21.1.6",
99
+ "@types/node": "^20.11.24",
100
+ "@types/react": "^18.2.61",
101
+ "@types/react-dom": "^18.2.19",
102
+ "@types/react-transition-group": "^4.4.10",
103
+ "@types/webpack-env": "^1.18.4",
104
+ "@typescript-eslint/eslint-plugin": "^7.1.0",
105
+ "@typescript-eslint/parser": "^7.1.0",
106
+ "@webcomponents/webcomponentsjs": "^2.8.0",
107
+ "blob-util": "^2.0.2",
108
+ "clientnode": "^3.0.1136",
109
+ "documentation-website": "^1.0.326",
110
+ "eslint": "^8.57.0",
111
+ "eslint-config-google": "^0.14.0",
112
+ "eslint-plugin-jsdoc": "^48.2.0",
113
+ "identity-obj-proxy": "^3.0.0",
114
+ "jest": "^29.7.0",
115
+ "jsdoc": "^4.0.2",
116
+ "material-components-web": "^14.0.0",
117
+ "material-icons": "^1.13.12",
118
+ "react-ace": "^10.1.0",
119
+ "react-generic-animate": "^0.0.40",
120
+ "react-generic-dummy": "^0.0.68",
121
+ "react-generic-tools": "^0.0.40",
122
+ "react-useanimations": "^2.10.0",
123
+ "spark-md5": "^3.0.2",
124
+ "style-loader": "^3.3.4",
125
+ "tslib": "^2.6.2",
126
+ "weboptimizer": "^2.0.1452",
127
+ "webpack-dev-server": "^5.0.2"
127
128
  },
128
129
  "peerDependencies": {
129
130
  "@babel/runtime": "*",
@@ -135,8 +136,9 @@
135
136
  }
136
137
  },
137
138
  "engines": {
138
- "node": ">=18",
139
- "npm": ">=9"
139
+ "node": ">=20",
140
+ "npm": ">=10",
141
+ "yarn": ">=4"
140
142
  },
141
143
  "resolutions": {
142
144
  "colors": "1.4.0"
@@ -285,5 +287,6 @@
285
287
  "__remove__": "**/node_modules"
286
288
  }
287
289
  }
288
- }
289
- }
290
+ },
291
+ "packageManager": "yarn@4.1.0+sha256.81a00df816059803e6b5148acf03ce313cad36b7f6e5af6efa040a15981a6ffb"
292
+ }