react-html-element
Advanced tools
Comparing version 2.1.0 to 2.2.0-react-16
@@ -0,1 +1,12 @@ | ||
# [2.2.0](https://github.com/WTW-IM/react-html-element/compare/v2.1.0...v2.2.0) (2021-01-12) | ||
### Build | ||
* updating vulnerable build dependencies ([cdf5e6a](https://github.com/WTW-IM/react-html-element/commit/cdf5e6a4520ef3fe0284c99983e9e428240f0986)) | ||
### Update | ||
* importing es5 polyfills by default ([3566c5b](https://github.com/WTW-IM/react-html-element/commit/3566c5ba9deffb304bbba91ced5d92c6d26672a2)) | ||
# [2.1.0](https://github.com/WTW-IM/react-html-element/compare/v2.0.0...v2.1.0) (2020-11-20) | ||
@@ -2,0 +13,0 @@ |
@@ -0,2 +1,3 @@ | ||
import '@webcomponents/webcomponentsjs/custom-elements-es5-adapter'; | ||
import ReactHTMLElement from './ReactHTMLElement'; | ||
export default ReactHTMLElement; |
@@ -6,3 +6,4 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
require("@webcomponents/webcomponentsjs/custom-elements-es5-adapter"); | ||
var ReactHTMLElement_1 = __importDefault(require("./ReactHTMLElement")); | ||
exports.default = ReactHTMLElement_1.default; |
@@ -6,3 +6,3 @@ "use strict"; | ||
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || | ||
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; | ||
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; }; | ||
return extendStatics(d, b); | ||
@@ -60,3 +60,3 @@ }; | ||
}, | ||
enumerable: true, | ||
enumerable: false, | ||
configurable: true | ||
@@ -73,3 +73,3 @@ }); | ||
}, | ||
enumerable: true, | ||
enumerable: false, | ||
configurable: true | ||
@@ -76,0 +76,0 @@ }); |
{ | ||
"name": "react-html-element", | ||
"version": "2.1.0", | ||
"version": "2.2.0-react-16", | ||
"description": "An HTMLElement extension that provides a simple setup for Web Components using React.", | ||
@@ -57,4 +57,4 @@ "main": "dist/index.js", | ||
"@babel/preset-typescript": "^7.9.0", | ||
"@commitlint/cli": "^8.3.5", | ||
"@commitlint/config-conventional": "^8.3.4", | ||
"@commitlint/cli": "^11.0.0", | ||
"@commitlint/config-conventional": "^11.0.0", | ||
"@semantic-release/changelog": "^5.0.1", | ||
@@ -84,5 +84,8 @@ "@semantic-release/git": "^9.0.0", | ||
"react-dom": "^16.13.0", | ||
"semantic-release": "^17.0.4", | ||
"semantic-release": "^17.3.1", | ||
"typescript": "^3.8.3" | ||
}, | ||
"dependencies": { | ||
"@webcomponents/webcomponentsjs": "^2.5.0" | ||
} | ||
} |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
19901
207
3
1
+ Added@webcomponents/webcomponentsjs@2.8.0(transitive)