Skip to content

Commit d944116

Browse files
AlexandraBuzilaeneufeld
authored andcommitted
Update JSON Forms to v3.0.0-alpha.0
1 parent e79717d commit d944116

File tree

3 files changed

+50
-39
lines changed

3 files changed

+50
-39
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,4 @@ testem.log
4242
# System Files
4343
.DS_Store
4444
Thumbs.db
45+
.yalc

package-lock.json

Lines changed: 46 additions & 36 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@
2323
"@angular/platform-browser": "^11.2.12",
2424
"@angular/platform-browser-dynamic": "^11.2.12",
2525
"@angular/router": "^11.2.12",
26-
"@jsonforms/angular": "^2.5.1",
27-
"@jsonforms/angular-material": "^2.5.1",
28-
"@jsonforms/core": "^2.5.1",
26+
"@jsonforms/angular": "^3.0.0-alpha.0",
27+
"@jsonforms/angular-material": "^3.0.0-alpha.0",
28+
"@jsonforms/core": "^3.0.0-alpha.0",
2929
"ajv": "^6.10.2",
3030
"core-js": "^2.4.1",
3131
"json-refs": "^3.0.4",

0 commit comments

Comments
 (0)