@teambit/base-ui.text.paragraph
Advanced tools
Comparing version 0.5.3 to 0.5.4
"use strict"; | ||
function __export(m) { | ||
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p]; | ||
} | ||
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } }); | ||
}) : (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
o[k2] = m[k]; | ||
})); | ||
var __exportStar = (this && this.__exportStar) || function(m, exports) { | ||
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p); | ||
}; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
__export(require("./paragraph")); | ||
__exportStar(require("./paragraph"), exports); | ||
//# sourceMappingURL=index.js.map |
@@ -17,2 +17,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.Paragraph = void 0; | ||
const react_1 = __importDefault(require("react")); | ||
@@ -19,0 +20,0 @@ const classnames_1 = __importDefault(require("classnames")); |
{ | ||
"name": "@teambit/base-ui.text.paragraph", | ||
"version": "0.5.3", | ||
"version": "0.5.4", | ||
"homepage": "https://bit.dev/teambit/base-ui/text/paragraph", | ||
"main": "dist/index.js", | ||
@@ -8,3 +9,3 @@ "componentId": { | ||
"name": "text/paragraph", | ||
"version": "0.5.3" | ||
"version": "0.5.4" | ||
}, | ||
@@ -14,3 +15,3 @@ "dependencies": { | ||
"@babel/runtime": "^7.8.4", | ||
"@teambit/base-ui.theme.sizes": "0.5.3" | ||
"@teambit/base-ui.theme.sizes": "0.5.4" | ||
}, | ||
@@ -20,7 +21,8 @@ "devDependencies": { | ||
"chai": "^4.2.0", | ||
"@types/react-router-dom": "^5.1.5", | ||
"@types/mocha": "8.0.0", | ||
"@types/jest": "~26.0.9", | ||
"@types/react": "16.9.43", | ||
"core-js": "^3.6.5", | ||
"@types/react": "16.9.43", | ||
"@types/jest": "~26.0.9", | ||
"@types/mocha": "8.0.0", | ||
"@types/react-router-dom": "^5.1.5" | ||
"@types/node": "^12.12.27" | ||
}, | ||
@@ -37,15 +39,16 @@ "peerDependencies": { | ||
"dependencies": { | ||
"react": "-", | ||
"@babel/runtime": "^7.8.4" | ||
"@babel/runtime": "^7.8.4", | ||
"react": "-" | ||
}, | ||
"devDependencies": { | ||
"@types/react-router-dom": "^5.1.5", | ||
"@types/mocha": "8.0.0", | ||
"@types/jest": "~26.0.9", | ||
"@types/react": "16.9.43", | ||
"core-js": "^3.6.5", | ||
"@types/react": "16.9.43", | ||
"@types/jest": "~26.0.9", | ||
"@types/mocha": "8.0.0", | ||
"@types/react-router-dom": "^5.1.5" | ||
"@types/node": "^12.12.27" | ||
}, | ||
"peerDependencies": { | ||
"react": "^16.13.1", | ||
"react-dom": "^16.13.1" | ||
"react-dom": "^16.13.1", | ||
"react": "^16.13.1" | ||
} | ||
@@ -52,0 +55,0 @@ } |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
10002
190
8
1
+ Added@teambit/base-ui.theme.sizes@0.5.4(transitive)
- Removed@teambit/base-ui.theme.sizes@0.5.3(transitive)