@contentful/rich-text-html-renderer
Advanced tools
Comparing version 16.1.0 to 16.1.1
@@ -5,3 +5,3 @@ 'use strict'; | ||
/*! ***************************************************************************** | ||
/****************************************************************************** | ||
Copyright (c) Microsoft Corporation. | ||
@@ -8,0 +8,0 @@ |
{ | ||
"name": "@contentful/rich-text-html-renderer", | ||
"version": "16.1.0", | ||
"version": "16.1.1", | ||
"main": "dist/rich-text-html-renderer.es5.js", | ||
@@ -28,3 +28,3 @@ "typings": "dist/types/index.d.ts", | ||
"dependencies": { | ||
"@contentful/rich-text-types": "^16.2.0", | ||
"@contentful/rich-text-types": "^16.2.1", | ||
"escape-html": "^1.0.3" | ||
@@ -43,3 +43,3 @@ }, | ||
"rollup-plugin-sourcemaps": "^0.6.3", | ||
"rollup-plugin-typescript2": "^0.30.0", | ||
"rollup-plugin-typescript2": "^0.35.0", | ||
"ts-jest": "^27.0.5", | ||
@@ -49,3 +49,3 @@ "tslint": "^6.1.3", | ||
}, | ||
"gitHead": "846e51e1e32ac359f23514aef373c2e28506ea95" | ||
"gitHead": "1b6c677c7be0799a86d013e42063cad707b04786" | ||
} |
119729