Skip to content

Commit 7560a7c

Browse files
authored
Merge pull request eclipsesource#50 from TheZoker/update-jsonforms
Update jsonforms to 2.3.2
2 parents d1ad4b9 + 6021aa9 commit 7560a7c

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",
@@ -41,4 +41,4 @@
4141
"not ie <= 11",
4242
"not op_mini all"
4343
]
44-
}
44+
}

0 commit comments

Comments
 (0)