@rjsf/mui 5.24.5 → 5.24.8
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/lib/tsconfig.tsbuildinfo +1 -1
- package/package.json +31 -9
package/package.json
CHANGED
|
@@ -1,14 +1,36 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rjsf/mui",
|
|
3
|
-
"version": "5.24.
|
|
3
|
+
"version": "5.24.8",
|
|
4
4
|
"main": "./dist/index.js",
|
|
5
5
|
"module": "./lib/index.js",
|
|
6
6
|
"types": "./lib/index.d.ts",
|
|
7
7
|
"description": "Material UI 5 theme, fields and widgets for react-jsonschema-form",
|
|
8
8
|
"exports": {
|
|
9
|
-
"
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
".": {
|
|
10
|
+
"require": "./dist/index.js",
|
|
11
|
+
"import": "./lib/index.js",
|
|
12
|
+
"types": "./lib/index.d.ts"
|
|
13
|
+
},
|
|
14
|
+
"./lib": {
|
|
15
|
+
"require": "./dist/index.js",
|
|
16
|
+
"import": "./lib/index.js",
|
|
17
|
+
"types": "./lib/index.d.ts"
|
|
18
|
+
},
|
|
19
|
+
"./lib/*.js": {
|
|
20
|
+
"require": "./dist/*.js",
|
|
21
|
+
"import": "./lib/*.js",
|
|
22
|
+
"types": "./lib/*.d.ts"
|
|
23
|
+
},
|
|
24
|
+
"./dist": {
|
|
25
|
+
"require": "./dist/index.js",
|
|
26
|
+
"import": "./lib/index.js",
|
|
27
|
+
"types": "./lib/index.d.ts"
|
|
28
|
+
},
|
|
29
|
+
"./dist/*.js": {
|
|
30
|
+
"require": "./dist/*.js",
|
|
31
|
+
"import": "./lib/*.js",
|
|
32
|
+
"types": "./lib/*.d.ts"
|
|
33
|
+
}
|
|
12
34
|
},
|
|
13
35
|
"files": [
|
|
14
36
|
"dist",
|
|
@@ -59,10 +81,10 @@
|
|
|
59
81
|
"@mui/base": "5.0.0-beta.28",
|
|
60
82
|
"@mui/icons-material": "6.0.2",
|
|
61
83
|
"@mui/material": "6.0.2",
|
|
62
|
-
"@rjsf/core": "^5.24.
|
|
63
|
-
"@rjsf/snapshot-tests": "^5.24.
|
|
64
|
-
"@rjsf/utils": "^5.24.
|
|
65
|
-
"@rjsf/validator-ajv8": "^5.24.
|
|
84
|
+
"@rjsf/core": "^5.24.8",
|
|
85
|
+
"@rjsf/snapshot-tests": "^5.24.8",
|
|
86
|
+
"@rjsf/utils": "^5.24.8",
|
|
87
|
+
"@rjsf/validator-ajv8": "^5.24.8",
|
|
66
88
|
"@types/jest": "^29.5.12",
|
|
67
89
|
"@types/react": "^18.2.58",
|
|
68
90
|
"@types/react-dom": "^18.2.19",
|
|
@@ -105,5 +127,5 @@
|
|
|
105
127
|
"url": "git+https://github.com/rjsf-team/react-jsonschema-form.git"
|
|
106
128
|
},
|
|
107
129
|
"license": "Apache-2.0",
|
|
108
|
-
"gitHead": "
|
|
130
|
+
"gitHead": "840f8fa9882fa178cc772951638e1bf505e2af50"
|
|
109
131
|
}
|