Skip to content

Commit 6021aa9

Browse files
committed
Update jsonforms to 2.3.2
1 parent 6cc1279 commit 6021aa9

File tree

2 files changed

+76
-38
lines changed

2 files changed

+76
-38
lines changed

package-lock.json

+72-34
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
"version": "0.1.0",
44
"private": true,
55
"dependencies": {
6-
"@jsonforms/core": "^2.3.2-beta.0",
7-
"@jsonforms/material-renderers": "^2.3.2-beta.0",
8-
"@jsonforms/react": "^2.3.2-beta.0",
6+
"@jsonforms/core": "^2.3.2",
7+
"@jsonforms/material-renderers": "^2.3.2",
8+
"@jsonforms/react": "^2.3.2",
99
"@material-ui/core": "^4.7.0",
1010
"@material-ui/icons": "^4.5.1",
1111
"@types/jest": "^24.0.23",
@@ -40,4 +40,4 @@
4040
"not ie <= 11",
4141
"not op_mini all"
4242
]
43-
}
43+
}

0 commit comments

Comments
 (0)