@contentful/rich-text-html-renderer
Advanced tools
Comparing version 12.2.1 to 13.0.0
@@ -134,3 +134,3 @@ 'use strict'; | ||
var _core = createCommonjsModule$$1(function (module) { | ||
var core = module.exports = { version: '2.6.0' }; | ||
var core = module.exports = { version: '2.6.2' }; | ||
if (typeof __e == 'number') __e = core; // eslint-disable-line no-undef | ||
@@ -407,3 +407,3 @@ }); | ||
mode: 'global', | ||
copyright: '© 2018 Denis Pushkarev (zloirock.ru)' | ||
copyright: '© 2019 Denis Pushkarev (zloirock.ru)' | ||
}); | ||
@@ -410,0 +410,0 @@ }); |
{ | ||
"name": "@contentful/rich-text-html-renderer", | ||
"version": "12.2.1", | ||
"version": "13.0.0", | ||
"main": "dist/rich-text-html-renderer.es5.js", | ||
@@ -26,3 +26,3 @@ "typings": "dist/types/index.d.ts", | ||
"dependencies": { | ||
"@contentful/rich-text-types": "^12.1.2", | ||
"@contentful/rich-text-types": "^13.0.0", | ||
"escape-html": "^1.0.3" | ||
@@ -43,3 +43,3 @@ }, | ||
}, | ||
"gitHead": "c5b778db9bfb4d579ad0df02eda373d80943d628" | ||
"gitHead": "ec8d032ca6dabb4c5a857611739cd0e5f34b52e5" | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
+ Added@contentful/rich-text-types@13.4.0(transitive)
- Removed@contentful/rich-text-types@12.1.2(transitive)