react-polymorphic-box
Advanced tools
Comparing version 2.0.6 to 2.0.7
@@ -5,2 +5,8 @@ # Changelog | ||
### [2.0.7](https://github.com/kripod/react-polymorphic-box/compare/v2.0.6...v2.0.7) (2020-08-16) | ||
### Bug Fixes | ||
- importing React as a library ([87dc14f](https://github.com/kripod/react-polymorphic-box/commit/87dc14ff168260a49926df164319d64fb219e67a)) | ||
### [2.0.6](https://github.com/kripod/react-polymorphic-box/compare/v2.0.5...v2.0.6) (2020-08-12) | ||
@@ -7,0 +13,0 @@ |
/// <reference types="react" /> | ||
import * as React from "react"; | ||
import React from "react"; | ||
// Source: https://github.com/emotion-js/emotion/blob/master/packages/styled-base/types/helper.d.ts | ||
@@ -4,0 +4,0 @@ type PropsOf< |
@@ -1,2 +0,2 @@ | ||
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("react"),r=e.forwardRef((function(r,t){var a=r.as||"div";return e.createElement(a,Object.assign({ref:t},r,{as:void 0}))}));exports.Box=r; | ||
"use strict";function e(e){return e&&"object"==typeof e&&"default"in e?e.default:e}Object.defineProperty(exports,"__esModule",{value:!0});var r=e(require("react")),t=r.forwardRef((function(e,t){var a=e.as||"div";return r.createElement(a,Object.assign({ref:t},e,{as:void 0}))}));exports.Box=t; | ||
//# sourceMappingURL=bundle.min.js.map |
/// <reference types="react" /> | ||
import * as React from "react"; | ||
import React from "react"; | ||
// Source: https://github.com/emotion-js/emotion/blob/master/packages/styled-base/types/helper.d.ts | ||
@@ -4,0 +4,0 @@ type PropsOf< |
{ | ||
"name": "react-polymorphic-box", | ||
"version": "2.0.6", | ||
"version": "2.0.7", | ||
"description": "Building blocks for strongly typed polymorphic components in React.", | ||
@@ -64,4 +64,4 @@ "keywords": [ | ||
"@babel/preset-typescript": "^7.10.4", | ||
"@commitlint/cli": "^9.1.2", | ||
"@commitlint/config-conventional": "^9.1.2", | ||
"@commitlint/cli": "^10.0.0", | ||
"@commitlint/config-conventional": "^10.0.0", | ||
"@types/react": "^16.9.46", | ||
@@ -73,8 +73,8 @@ "@typescript-eslint/eslint-plugin": "^3.9.0", | ||
"cz-conventional-changelog": "^3.2.0", | ||
"eslint": "^7.6.0", | ||
"eslint-config-airbnb-typescript": "^8.0.2", | ||
"eslint": "^7.7.0", | ||
"eslint-config-airbnb-typescript": "^9.0.0", | ||
"eslint-config-prettier": "^6.11.0", | ||
"eslint-plugin-import": "^2.22.0", | ||
"eslint-plugin-jsx-a11y": "^6.3.1", | ||
"eslint-plugin-react": "^7.20.5", | ||
"eslint-plugin-react": "^7.20.6", | ||
"eslint-plugin-react-hooks": "^4.0.8", | ||
@@ -88,5 +88,5 @@ "eslint-plugin-simple-import-sort": "^5.0.3", | ||
"react-dom": "^16.13.1", | ||
"rollup": "^2.23.1", | ||
"rollup-plugin-terser": "^6.1.0", | ||
"standard-version": "^8.0.2", | ||
"rollup": "^2.26.3", | ||
"rollup-plugin-terser": "^7.0.0", | ||
"standard-version": "^9.0.0", | ||
"typescript": "^3.9.7" | ||
@@ -93,0 +93,0 @@ }, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
17976
63