@indoqa/ui-explorer
Advanced tools
Comparing version 1.4.1-alpha.1 to 1.4.1-alpha.2
@@ -30,2 +30,4 @@ 'use strict'; | ||
function __extends(d, b) { | ||
if (typeof b !== "function" && b !== null) | ||
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null"); | ||
extendStatics(d, b); | ||
@@ -32,0 +34,0 @@ function __() { this.constructor = d; } |
@@ -26,2 +26,4 @@ import { Box, Grid, Row, Panel, Flex, withRenderer } from '@indoqa/style-system'; | ||
function __extends(d, b) { | ||
if (typeof b !== "function" && b !== null) | ||
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null"); | ||
extendStatics(d, b); | ||
@@ -28,0 +30,0 @@ function __() { this.constructor = d; } |
{ | ||
"name": "@indoqa/ui-explorer", | ||
"version": "1.4.1-alpha.1", | ||
"version": "1.4.1-alpha.2", | ||
"author": "Indoqa Software Design und Beratung GmbH (https://www.indoqa.com)", | ||
@@ -31,5 +31,5 @@ "description": "A React component to showcase isolated React components and an Indoqa Style-System based theme", | ||
"peerDependencies": { | ||
"@indoqa/style-system": ">=1.3.0", | ||
"@indoqa/style-system": ">=1.4.0", | ||
"fela": ">=11", | ||
"react": ">=16.8.2", | ||
"react": ">=17.0.1", | ||
"react-fela": ">=11", | ||
@@ -40,11 +40,11 @@ "react-router": ">=5", | ||
"dependencies": { | ||
"@indoqa/style-system": "^1.4.1-alpha.1", | ||
"fela": "^11.5.0", | ||
"@indoqa/style-system": "^1.4.1-alpha.2", | ||
"fela": "^11.5.1", | ||
"react": "^17.0.1", | ||
"react-fela": "^11.5.0", | ||
"react-fela": "^11.5.1", | ||
"react-router": "^5.2.0", | ||
"react-router-dom": "^5.2.0", | ||
"tslib": "^2.0.3" | ||
"tslib": "^2.1.0" | ||
}, | ||
"gitHead": "1c5a56e14838675e28731dd05b4ef42c9f48762f" | ||
"gitHead": "3fa3a934becee4ea371b80f9e7662e13b6a8be3a" | ||
} |
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
287060
2263
Updatedfela@^11.5.1
Updatedreact-fela@^11.5.1
Updatedtslib@^2.1.0