@jsonforms/vanilla-renderers
Advanced tools
Comparing version 2.0.6-rc.0 to 2.0.6-rc.1
{ | ||
"name": "@jsonforms/vanilla-renderers", | ||
"version": "2.0.6-rc.0", | ||
"version": "2.0.6-rc.1", | ||
"description": "Default Renderer Set for JSON Forms", | ||
@@ -19,4 +19,4 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@jsonforms/core": "^2.0.6-rc.0", | ||
"@jsonforms/react": "^2.0.6-rc.0", | ||
"@jsonforms/core": "^2.0.6-rc.1", | ||
"@jsonforms/react": "^2.0.6-rc.1", | ||
"react": "^16.3.2", | ||
@@ -26,4 +26,4 @@ "redux": "^3.7.2" | ||
"devDependencies": { | ||
"@jsonforms/test": "^2.0.6-rc.0", | ||
"@jsonforms/webcomponent": "^2.0.6-rc.0", | ||
"@jsonforms/test": "^2.0.6-rc.1", | ||
"@jsonforms/webcomponent": "^2.0.6-rc.1", | ||
"ava": "^0.25.0", | ||
@@ -30,0 +30,0 @@ "copy-webpack-plugin": "^4.5.1", |
Updated@jsonforms/core@^2.0.6-rc.1
Updated@jsonforms/react@^2.0.6-rc.1