|
1 | 1 | { |
2 | 2 | "name": "@jsonforms/angular-material", |
3 | | - "version": "3.0.0-rc.1", |
| 3 | + "version": "3.0.0", |
4 | 4 | "description": "Material Renderer Set for Angular module of JSON Forms", |
5 | 5 | "repository": "https://github.com/eclipsesource/jsonforms", |
6 | 6 | "bugs": "https://github.com/eclipsesource/jsonforms/issues", |
|
63 | 63 | "@angular/material": "^12.0.0 || ^13.0.0 || ^14.0.0", |
64 | 64 | "@angular/platform-browser": "^12.0.0 || ^13.0.0 || ^14.0.0", |
65 | 65 | "@angular/router": "^12.0.0 || ^13.0.0 || ^14.0.0", |
66 | | - "@jsonforms/angular": "3.0.0-rc.1", |
67 | | - "@jsonforms/core": "3.0.0-rc.1", |
| 66 | + "@jsonforms/angular": "3.0.0", |
| 67 | + "@jsonforms/core": "3.0.0", |
68 | 68 | "core-js": "^2.5.3", |
69 | 69 | "rxjs": "^6.5.3 || ^7.4.0" |
70 | 70 | }, |
|
84 | 84 | "@angular/platform-browser": "^12.0.0", |
85 | 85 | "@angular/platform-browser-dynamic": "^12.0.0", |
86 | 86 | "@angular/router": "^12.0.0", |
87 | | - "@jsonforms/angular": "^3.0.0-rc.1", |
88 | | - "@jsonforms/angular-test": "^3.0.0-rc.1", |
89 | | - "@jsonforms/core": "^3.0.0-rc.1", |
90 | | - "@jsonforms/examples": "^3.0.0-rc.1", |
| 87 | + "@jsonforms/angular": "^3.0.0", |
| 88 | + "@jsonforms/angular-test": "^3.0.0", |
| 89 | + "@jsonforms/core": "^3.0.0", |
| 90 | + "@jsonforms/examples": "^3.0.0", |
91 | 91 | "@types/node": "^10.10.0", |
92 | 92 | "angular2-template-loader": "^0.6.2", |
93 | 93 | "copy-webpack-plugin": "^5.0.5", |
|
0 commit comments