@react-magma/schema-renderer 2.0.1-next.0 → 2.0.1-next.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-magma/schema-renderer",
3
- "version": "2.0.1-next.0",
3
+ "version": "2.0.1-next.1",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -28,7 +28,7 @@
28
28
  "react": "^15.0.0 || ^16.0.0 || ^17.0.0",
29
29
  "react-dom": "^15.0.0 || ^16.0.0 || ^17.0.0",
30
30
  "react-magma-dom": "^3.2.1-next.0",
31
- "react-magma-icons": "^2.3.4",
31
+ "react-magma-icons": "2.3.6",
32
32
  "uuid": "^8.3.0"
33
33
  },
34
34
  "module": "dist/react-magma-schema-renderer.esm.js",
@@ -41,8 +41,8 @@
41
41
  "react": "^16.10.0",
42
42
  "react-dom": "^16.10.0",
43
43
  "react-dropzone": "11.3.2",
44
- "react-magma-dom": "^3.2.1-next.0",
45
- "react-magma-icons": "^2.3.4",
44
+ "react-magma-dom": "^3.2.1-next.5",
45
+ "react-magma-icons": "2.3.6",
46
46
  "tsdx": "^0.14.1",
47
47
  "uuid": "^8.3.0"
48
48
  },
@@ -403,7 +403,7 @@ describe('SchemaRenderer', () => {
403
403
  };
404
404
 
405
405
  it('should render FieldArray', () => {
406
- const { getByText, getAllByRole, getByLabelText, queryByText } = render(
406
+ const { getByText, getAllByRole, getByLabelText } = render(
407
407
  <SchemaRenderer
408
408
  schema={schema}
409
409
  onSubmit={handleSubmit}