@jsonforms/material-renderers 3.7.0-alpha.3 → 3.7.0
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 +11 -10
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jsonforms/material-renderers",
|
|
3
|
-
"version": "3.7.0
|
|
3
|
+
"version": "3.7.0",
|
|
4
4
|
"description": "Material Renderer Set for JSON Forms",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -80,8 +80,8 @@
|
|
|
80
80
|
"peerDependencies": {
|
|
81
81
|
"@emotion/react": "^11.5.0",
|
|
82
82
|
"@emotion/styled": "^11.3.0",
|
|
83
|
-
"@jsonforms/core": "3.7.0
|
|
84
|
-
"@jsonforms/react": "3.7.0
|
|
83
|
+
"@jsonforms/core": "3.7.0",
|
|
84
|
+
"@jsonforms/react": "3.7.0",
|
|
85
85
|
"@mui/icons-material": "^7.0.0",
|
|
86
86
|
"@mui/material": "^7.0.0",
|
|
87
87
|
"@mui/x-date-pickers": "^8.0.0",
|
|
@@ -98,6 +98,7 @@
|
|
|
98
98
|
"@rollup/plugin-node-resolve": "^15.0.1",
|
|
99
99
|
"@rollup/plugin-replace": "^5.0.1",
|
|
100
100
|
"@types/enzyme": "^3.10.3",
|
|
101
|
+
"@types/jest": "^29.5.14",
|
|
101
102
|
"@types/react": "^17.0.24",
|
|
102
103
|
"@types/react-dom": "^17.0.9",
|
|
103
104
|
"@typescript-eslint/eslint-plugin": "^5.54.1",
|
|
@@ -110,14 +111,14 @@
|
|
|
110
111
|
"eslint-plugin-import": "^2.27.5",
|
|
111
112
|
"eslint-plugin-prettier": "^4.2.1",
|
|
112
113
|
"eslint-plugin-react": "^7.32.2",
|
|
113
|
-
"jest": "^
|
|
114
|
-
"jsdom": "
|
|
115
|
-
"jsdom
|
|
114
|
+
"jest": "^29.7.0",
|
|
115
|
+
"jest-environment-jsdom": "29.7.0",
|
|
116
|
+
"jsdom": "^27.2.0",
|
|
116
117
|
"nyc": "^15.1.0",
|
|
117
118
|
"prettier": "^2.8.4",
|
|
118
119
|
"react": "^17.0.2",
|
|
119
120
|
"react-dom": "^17.0.2",
|
|
120
|
-
"rimraf": "^
|
|
121
|
+
"rimraf": "^6.1.0",
|
|
121
122
|
"rollup": "^2.78.0",
|
|
122
123
|
"rollup-plugin-cleanup": "^3.2.1",
|
|
123
124
|
"rollup-plugin-copy": "^3.4.0",
|
|
@@ -125,7 +126,7 @@
|
|
|
125
126
|
"rollup-plugin-typescript2": "^0.34.1",
|
|
126
127
|
"rollup-plugin-visualizer": "^5.4.1",
|
|
127
128
|
"source-map-loader": "^0.2.4",
|
|
128
|
-
"ts-jest": "^
|
|
129
|
+
"ts-jest": "^29.4.5",
|
|
129
130
|
"ts-loader": "^9.5.1",
|
|
130
131
|
"tslib": "^2.5.0",
|
|
131
132
|
"typedoc": "~0.25.3",
|
|
@@ -133,8 +134,8 @@
|
|
|
133
134
|
"webpack": "^5.78.0",
|
|
134
135
|
"webpack-cli": "^5.1.4",
|
|
135
136
|
"webpack-dev-server": "^4.15.1",
|
|
136
|
-
"@jsonforms/core": "3.7.0
|
|
137
|
-
"@jsonforms/react": "3.7.0
|
|
137
|
+
"@jsonforms/core": "3.7.0",
|
|
138
|
+
"@jsonforms/react": "3.7.0"
|
|
138
139
|
},
|
|
139
140
|
"scripts": {
|
|
140
141
|
"build": "rollup -c rollup.config.js",
|