react-schema-form 1.0.13 → 1.0.15
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/react-schema-form.js +18670 -34622
- package/dist/react-schema-form.js.map +1 -1
- package/dist/react-schema-form.umd.cjs +69 -173
- package/dist/react-schema-form.umd.cjs.map +1 -1
- package/package.json +53 -54
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-schema-form",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.15",
|
|
5
5
|
"description": "React JSON Schema Form",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"json schema",
|
|
@@ -33,65 +33,64 @@
|
|
|
33
33
|
"object-path": "^0.11.8",
|
|
34
34
|
"objectpath": "^2.0.0",
|
|
35
35
|
"react-checkbox-tree": "^1.8.0",
|
|
36
|
-
"supports-color": "^
|
|
37
|
-
"universal-cookie": "^
|
|
36
|
+
"supports-color": "^10.2.2",
|
|
37
|
+
"universal-cookie": "^8.0.1"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
|
-
"@babel/runtime": "^7.
|
|
41
|
-
"@codemirror/autocomplete": "^6.
|
|
42
|
-
"@codemirror/language": "^6.
|
|
43
|
-
"@codemirror/lint": "^6.
|
|
44
|
-
"@codemirror/search": "^6.5.
|
|
45
|
-
"@codemirror/state": "^6.
|
|
46
|
-
"@codemirror/theme-one-dark": "^6.1.
|
|
47
|
-
"@codemirror/view": "^6.
|
|
48
|
-
"@emotion/react": "^11.
|
|
49
|
-
"@emotion/styled": "^11.
|
|
50
|
-
"@eslint/js": "^9.
|
|
51
|
-
"@lezer/common": "^1.
|
|
52
|
-
"@mui/icons-material": "^
|
|
53
|
-
"@mui/material": "^
|
|
54
|
-
"@mui/
|
|
55
|
-
"@mui/
|
|
56
|
-
"@
|
|
57
|
-
"@
|
|
58
|
-
"@
|
|
59
|
-
"
|
|
60
|
-
"
|
|
61
|
-
"
|
|
62
|
-
"eslint": "^
|
|
63
|
-
"eslint-plugin-react": "^7.
|
|
64
|
-
"eslint-plugin-react-
|
|
65
|
-
"
|
|
66
|
-
"
|
|
67
|
-
"
|
|
68
|
-
"react": "^
|
|
69
|
-
"
|
|
70
|
-
"
|
|
71
|
-
"vitest": "^3.0.6"
|
|
40
|
+
"@babel/runtime": "^7.28.4",
|
|
41
|
+
"@codemirror/autocomplete": "^6.20.0",
|
|
42
|
+
"@codemirror/language": "^6.12.1",
|
|
43
|
+
"@codemirror/lint": "^6.9.2",
|
|
44
|
+
"@codemirror/search": "^6.5.11",
|
|
45
|
+
"@codemirror/state": "^6.5.3",
|
|
46
|
+
"@codemirror/theme-one-dark": "^6.1.3",
|
|
47
|
+
"@codemirror/view": "^6.39.5",
|
|
48
|
+
"@emotion/react": "^11.14.0",
|
|
49
|
+
"@emotion/styled": "^11.14.0",
|
|
50
|
+
"@eslint/js": "^9.39.2",
|
|
51
|
+
"@lezer/common": "^1.5.0",
|
|
52
|
+
"@mui/icons-material": "^7.3.6",
|
|
53
|
+
"@mui/material": "^7.3.6",
|
|
54
|
+
"@mui/system": "^7.3.6",
|
|
55
|
+
"@mui/x-date-pickers": "^8.22.1",
|
|
56
|
+
"@types/react": "^19.2.7",
|
|
57
|
+
"@uiw/react-markdown-editor": "^6.1.4",
|
|
58
|
+
"@vitejs/plugin-react": "^5.1.2",
|
|
59
|
+
"codemirror": "^6.0.2",
|
|
60
|
+
"dayjs": "^1.11.19",
|
|
61
|
+
"eslint": "^9.39.2",
|
|
62
|
+
"eslint-plugin-react": "^7.37.5",
|
|
63
|
+
"eslint-plugin-react-hooks": "^7.0.1",
|
|
64
|
+
"eslint-plugin-react-refresh": "^0.4.26",
|
|
65
|
+
"gh-pages": "^6.3.0",
|
|
66
|
+
"globals": "^16.5.0",
|
|
67
|
+
"react": "^19.2.3",
|
|
68
|
+
"react-dom": "^19.2.3",
|
|
69
|
+
"vite": "^7.3.0",
|
|
70
|
+
"vitest": "^4.0.16"
|
|
72
71
|
},
|
|
73
72
|
"peerDependencies": {
|
|
74
|
-
"@babel/runtime": "^7.
|
|
75
|
-
"@codemirror/autocomplete": "^6.
|
|
76
|
-
"@codemirror/language": "^6.
|
|
77
|
-
"@codemirror/lint": "^6.
|
|
78
|
-
"@codemirror/search": "^6.5.
|
|
79
|
-
"@codemirror/state": "^6.
|
|
80
|
-
"@codemirror/theme-one-dark": "^6.1.
|
|
81
|
-
"@codemirror/view": "^6.
|
|
82
|
-
"@emotion/react": "^11.
|
|
83
|
-
"@emotion/styled": "^11.
|
|
84
|
-
"@lezer/common": "^1.
|
|
85
|
-
"@mui/icons-material": "^
|
|
86
|
-
"@mui/material": "^
|
|
87
|
-
"@mui/styles": "^
|
|
88
|
-
"@mui/x-date-pickers": "^
|
|
89
|
-
"@types/react": "^
|
|
90
|
-
"@uiw/react-markdown-editor": "^6.1.
|
|
73
|
+
"@babel/runtime": "^7.28.4",
|
|
74
|
+
"@codemirror/autocomplete": "^6.20.0",
|
|
75
|
+
"@codemirror/language": "^6.12.1",
|
|
76
|
+
"@codemirror/lint": "^6.9.2",
|
|
77
|
+
"@codemirror/search": "^6.5.11",
|
|
78
|
+
"@codemirror/state": "^6.5.3",
|
|
79
|
+
"@codemirror/theme-one-dark": "^6.1.3",
|
|
80
|
+
"@codemirror/view": "^6.39.5",
|
|
81
|
+
"@emotion/react": "^11.14.0",
|
|
82
|
+
"@emotion/styled": "^11.14.0",
|
|
83
|
+
"@lezer/common": "^1.5.0",
|
|
84
|
+
"@mui/icons-material": "^7.3.6",
|
|
85
|
+
"@mui/material": "^7.3.6",
|
|
86
|
+
"@mui/styles": "^7.3.6",
|
|
87
|
+
"@mui/x-date-pickers": "^8.22.1",
|
|
88
|
+
"@types/react": "^19.2.7",
|
|
89
|
+
"@uiw/react-markdown-editor": "^6.1.4",
|
|
91
90
|
"codemirror": "^6.0.1",
|
|
92
91
|
"dayjs": "^1.11.13",
|
|
93
|
-
"react": "^
|
|
94
|
-
"react-dom": "^
|
|
92
|
+
"react": "^19.2.3",
|
|
93
|
+
"react-dom": "^19.2.3"
|
|
95
94
|
},
|
|
96
95
|
"files": [
|
|
97
96
|
"dist"
|