react-schema-form 1.0.2 → 1.0.4
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/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +1 -1
- package/dist/index.modern.js.map +1 -1
- package/package.json +31 -31
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-schema-form",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.4",
|
|
4
4
|
"description": "React json schema form",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"json schema",
|
|
@@ -39,54 +39,54 @@
|
|
|
39
39
|
"@mui/material": "^5.1.0",
|
|
40
40
|
"@mui/styles": "^5.1.0",
|
|
41
41
|
"@mui/x-data-grid": "^5.0.1",
|
|
42
|
-
"react": "
|
|
43
|
-
"react-dom": "
|
|
44
|
-
"react-is": "
|
|
42
|
+
"react": "^17.0.2",
|
|
43
|
+
"react-dom": "^17.0.2",
|
|
44
|
+
"react-is": "17.0.2"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
|
-
"@
|
|
48
|
-
"@emotion/
|
|
49
|
-
"@
|
|
50
|
-
"@mui/material": "^
|
|
51
|
-
"@mui/
|
|
52
|
-
"@mui/
|
|
53
|
-
"@
|
|
47
|
+
"@babel/eslint-parser": "^7.25.9",
|
|
48
|
+
"@emotion/react": "^11.13.3",
|
|
49
|
+
"@emotion/styled": "^11.13.0",
|
|
50
|
+
"@mui/icons-material": "^6.1.6",
|
|
51
|
+
"@mui/material": "^6.1.6",
|
|
52
|
+
"@mui/styles": "^6.1.6",
|
|
53
|
+
"@mui/x-data-grid": "^7.22.1",
|
|
54
54
|
"cross-env": "^7.0.3",
|
|
55
55
|
"enzyme": "^3.11.0",
|
|
56
|
-
"enzyme-adapter-react-16": "^1.15.
|
|
57
|
-
"eslint": "^
|
|
58
|
-
"eslint-config-prettier": "^
|
|
59
|
-
"eslint-config-standard": "^
|
|
60
|
-
"eslint-config-standard-react": "^
|
|
61
|
-
"eslint-plugin-import": "^2.
|
|
56
|
+
"enzyme-adapter-react-16": "^1.15.8",
|
|
57
|
+
"eslint": "^9.13.0",
|
|
58
|
+
"eslint-config-prettier": "^9.1.0",
|
|
59
|
+
"eslint-config-standard": "^17.1.0",
|
|
60
|
+
"eslint-config-standard-react": "^13.0.0",
|
|
61
|
+
"eslint-plugin-import": "^2.31.0",
|
|
62
62
|
"eslint-plugin-node": "^11.0.0",
|
|
63
|
-
"eslint-plugin-prettier": "^
|
|
64
|
-
"eslint-plugin-promise": "^
|
|
65
|
-
"eslint-plugin-react": "^7.
|
|
63
|
+
"eslint-plugin-prettier": "^5.2.1",
|
|
64
|
+
"eslint-plugin-promise": "^7.1.0",
|
|
65
|
+
"eslint-plugin-react": "^7.37.2",
|
|
66
66
|
"eslint-plugin-standard": "^5.0.0",
|
|
67
|
-
"gh-pages": "^
|
|
67
|
+
"gh-pages": "^6.2.0",
|
|
68
68
|
"microbundle-crl": "^0.13.10",
|
|
69
69
|
"npm-run-all": "^4.1.5",
|
|
70
|
-
"prettier": "^
|
|
71
|
-
"react": "^
|
|
72
|
-
"react-dom": "^
|
|
73
|
-
"react-scripts": "^5.0.
|
|
70
|
+
"prettier": "^3.3.3",
|
|
71
|
+
"react": "^18.3.1",
|
|
72
|
+
"react-dom": "^18.3.1",
|
|
73
|
+
"react-scripts": "^5.0.1"
|
|
74
74
|
},
|
|
75
75
|
"files": [
|
|
76
76
|
"dist"
|
|
77
77
|
],
|
|
78
78
|
"dependencies": {
|
|
79
|
-
"classnames": "^2.
|
|
79
|
+
"classnames": "^2.5.1",
|
|
80
80
|
"lodash": "^4.17.15",
|
|
81
81
|
"notevil": "^1.3.2",
|
|
82
82
|
"objectpath": "2.0.0",
|
|
83
|
-
"prop-types": "^15.8.
|
|
83
|
+
"prop-types": "^15.8.1",
|
|
84
84
|
"react-autosuggest": "^10.1.0",
|
|
85
|
-
"react-checkbox-tree": "^1.
|
|
85
|
+
"react-checkbox-tree": "^1.8.0",
|
|
86
86
|
"react-mde": "^11.5.0",
|
|
87
|
-
"showdown": "^1.
|
|
88
|
-
"supports-color": "^9.
|
|
87
|
+
"showdown": "^2.1.0",
|
|
88
|
+
"supports-color": "^9.4.0",
|
|
89
89
|
"tv4": "^1.3.0",
|
|
90
|
-
"universal-cookie": "^
|
|
90
|
+
"universal-cookie": "^7.2.2"
|
|
91
91
|
}
|
|
92
92
|
}
|