react-input-material 0.0.667 → 0.0.669
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/dist/components/FileInput/index.js +1 -1
- package/dist/components/Inputs/index.js +1 -1
- package/dist/components/Interval/index.js +1 -1
- package/dist/components/RequireableCheckbox/index.js +1 -1
- package/dist/components/TextInput/index.js +1 -1
- package/dist/components/WrapConfigurations.js +1 -1
- package/dist/components/WrapTooltip.js +1 -1
- package/dist/helper.js +1 -1
- package/dist/index.js +1 -1
- package/dist/type.js +1 -1
- package/package.json +14 -14
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-input-material",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.669",
|
|
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",
|
|
@@ -116,20 +116,20 @@
|
|
|
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.
|
|
119
|
+
"@types/node": "^22.9.0",
|
|
120
120
|
"@types/react": "^18.3.12",
|
|
121
121
|
"@types/react-dom": "^18.3.1",
|
|
122
122
|
"@types/react-transition-group": "^4.4.11",
|
|
123
123
|
"@types/spark-md5": "^3.0.5",
|
|
124
124
|
"@types/webpack-env": "^1.18.5",
|
|
125
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
126
|
-
"@typescript-eslint/parser": "^8.
|
|
125
|
+
"@typescript-eslint/eslint-plugin": "^8.14.0",
|
|
126
|
+
"@typescript-eslint/parser": "^8.14.0",
|
|
127
127
|
"blob-util": "^2.0.2",
|
|
128
|
-
"clientnode": "^3.0.
|
|
128
|
+
"clientnode": "^3.0.1223",
|
|
129
129
|
"css-loader": "^7.1.2",
|
|
130
130
|
"cssnano": "^7.0.6",
|
|
131
131
|
"documentation-website": "^1.0.337",
|
|
132
|
-
"eslint": "^9.
|
|
132
|
+
"eslint": "^9.14.0",
|
|
133
133
|
"eslint-config-google": "^0.14.0",
|
|
134
134
|
"eslint-plugin-jsdoc": "^50.4.3",
|
|
135
135
|
"identity-obj-proxy": "^3.0.0",
|
|
@@ -138,14 +138,14 @@
|
|
|
138
138
|
"material-components-web": "^14.0.0",
|
|
139
139
|
"material-icons": "^1.13.12",
|
|
140
140
|
"mini-css-extract-plugin": "^2.9.2",
|
|
141
|
-
"postcss": "8.4.
|
|
141
|
+
"postcss": "8.4.48",
|
|
142
142
|
"postcss-import": "^16.1.0",
|
|
143
143
|
"postcss-loader": "^8.1.1",
|
|
144
|
-
"postcss-nested": "^7.0.
|
|
145
|
-
"postcss-preset-env": "^10.0
|
|
144
|
+
"postcss-nested": "^7.0.2",
|
|
145
|
+
"postcss-preset-env": "^10.1.0",
|
|
146
146
|
"prop-types": "^15.8.1",
|
|
147
147
|
"react": "^18.3.1",
|
|
148
|
-
"react-ace": "^
|
|
148
|
+
"react-ace": "^13.0.0",
|
|
149
149
|
"react-dom": "^18.3.1",
|
|
150
150
|
"react-generic-animate": "^0.0.58",
|
|
151
151
|
"react-generic-dummy": "^0.0.82",
|
|
@@ -156,12 +156,12 @@
|
|
|
156
156
|
"style-loader": "^4.0.0",
|
|
157
157
|
"stylelint": "^16.10.0",
|
|
158
158
|
"stylelint-config-standard": "^36.0.1",
|
|
159
|
-
"tinymce": "^7.
|
|
159
|
+
"tinymce": "^7.5.0",
|
|
160
160
|
"tslib": "^2.8.1",
|
|
161
|
-
"typescript-eslint": "^8.
|
|
161
|
+
"typescript-eslint": "^8.14.0",
|
|
162
162
|
"typescript-plugin-css-modules": "^5.1.0",
|
|
163
|
-
"web-component-wrapper": "^0.0.
|
|
164
|
-
"weboptimizer": "^2.0.
|
|
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": {
|