|
1 | 1 | { |
2 | 2 | "name": "@jsonforms/material-tree-renderer", |
3 | | - "version": "2.1.1-alpha.3", |
| 3 | + "version": "2.1.1-alpha.4", |
4 | 4 | "description": "Material-based tree renderer for JSON Forms", |
5 | 5 | "repository": "https://github.com/eclipsesource/jsonforms", |
6 | 6 | "bugs": "https://github.com/eclipsesource/jsonforms/issues", |
|
58 | 58 | }, |
59 | 59 | "peerDependencies": { |
60 | 60 | "@jsonforms/core": "^2.1.1-alpha.3", |
61 | | - "@jsonforms/react": "^2.1.1-alpha.3", |
62 | | - "@jsonforms/material-renderers": "^2.1.1-alpha.3" |
| 61 | + "@jsonforms/material-renderers": "^2.1.1-alpha.3", |
| 62 | + "@jsonforms/react": "^2.1.1-alpha.3" |
63 | 63 | }, |
64 | 64 | "devDependencies": { |
| 65 | + "@jsonforms/core": "^2.1.1-alpha.4", |
| 66 | + "@jsonforms/material-renderers": "^2.1.1-alpha.4", |
| 67 | + "@jsonforms/react": "^2.1.1-alpha.4", |
65 | 68 | "@types/lodash": "^4.14.104", |
66 | 69 | "@types/recompose": "^0.27.0", |
67 | 70 | "awesome-typescript-loader": "^3.1.3", |
68 | 71 | "copy-webpack-plugin": "^4.5.1", |
69 | 72 | "jest": "^23.0.0", |
70 | 73 | "ncp": "^2.0.0", |
71 | | - "ts-jest": "^23.0.0", |
72 | | - "webpack-dev-server": "^3.1.14", |
73 | 74 | "react-dom": "^16.4.0", |
74 | | - "@jsonforms/core": "^2.1.1-alpha.3", |
75 | | - "@jsonforms/react": "^2.1.1-alpha.3", |
76 | | - "@jsonforms/material-renderers": "^2.1.1-alpha.3" |
| 75 | + "ts-jest": "^23.0.0", |
| 76 | + "webpack-dev-server": "^3.1.14" |
77 | 77 | } |
78 | 78 | } |
0 commit comments