@cerner/svg-to-carbon
Advanced tools
Comparing version 1.1.1 to 1.1.2
{ | ||
"name": "@cerner/svg-to-carbon", | ||
"description": "Converter for Cerner icons to JSON format for Carbon", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"author": "Cerner Corporation", | ||
@@ -40,17 +40,17 @@ "bugs": "https://github.com/cerner/svg-to-carbon/issues", | ||
"dependencies": { | ||
"glob": "^7.1.3", | ||
"ramda": "^0.25.0", | ||
"xml2js": "^0.4.19" | ||
"glob": "^7.1.6", | ||
"ramda": "^0.26.1", | ||
"xml2js": "^0.4.23" | ||
}, | ||
"devDependencies": { | ||
"@commitlint/cli": "^8.1.0", | ||
"@commitlint/config-conventional": "^8.1.0", | ||
"@semantic-release/git": "^7.0.16", | ||
"conventional-changelog-eslint": "^3.0.1", | ||
"eslint": "^5.5.0", | ||
"@commitlint/cli": "^8.2.0", | ||
"@commitlint/config-conventional": "^8.2.0", | ||
"@semantic-release/git": "^7.0.18", | ||
"conventional-changelog-eslint": "^3.0.4", | ||
"eslint": "^6.8.0", | ||
"eslint-plugin-ideal": "^0.1.3", | ||
"husky": "^3.0.2", | ||
"jest": "^24.5.0", | ||
"prettier": "^1.14.2", | ||
"semantic-release": "^15.13.19" | ||
"husky": "^3.1.0", | ||
"jest": "^24.9.0", | ||
"prettier": "^1.19.1", | ||
"semantic-release": "^15.14.0" | ||
}, | ||
@@ -83,2 +83,21 @@ "engines": { | ||
}, | ||
"greenkeeper": { | ||
"commitMessages": { | ||
"initialBadge": "Docs: Add Greenkeeper badge", | ||
"initialDependencies": "Upgrade: Update dependencies", | ||
"initialBranches": "Build: Whitelist Greenkeeper branches", | ||
"dependencyUpdate": "Upgrade: Update ${dependency} to version ${version}", | ||
"devDependencyUpdate": "Upgrade: Update ${dependency} to version ${version}", | ||
"dependencyPin": "Fix: Pin ${dependency} to ${oldVersion}", | ||
"devDependencyPin": "Fix: Pin ${dependency} to ${oldVersion}" | ||
}, | ||
"prTitles": { | ||
"initialPR": "Upgrade: Update dependencies to enable Greenkeeper [skip ci]", | ||
"initialPrBadge": "Chore: Add badge to enable Greenkeeper [skip ci]", | ||
"initialPrBadgeOnly": "Chore: Add Greenkeeper badge [skip ci]", | ||
"initialSubgroupPR": "Upgrade: Update dependencies for ${group} [skip ci]", | ||
"basicPR": "Upgrade: Update ${dependency} to the latest [skip ci]", | ||
"groupPR": "Upgrade: Update ${dependency} in group ${group} to the latest [skip ci]" | ||
} | ||
}, | ||
"publishConfig": { | ||
@@ -85,0 +104,0 @@ "access": "public" |
@@ -1,4 +0,4 @@ | ||
<div align="center"> | ||
<img width="200" height="200" src="https://github.com/cerner/carbon-graphs/raw/master/build/assets/icons/Carbon_256.png"> | ||
</div> | ||
<p align="center"> | ||
<img width="128" height="128" src="https://github.com/cerner/carbon-graphs/raw/master/build/assets/icons/Carbon_256.png"> | ||
</p> | ||
@@ -10,3 +10,3 @@ <h1 align="center"> | ||
[![Build Status](https://travis-ci.com/cerner/svg-to-carbon.svg?branch=master)](https://travis-ci.com/cerner/svg-to-carbon) | ||
[![npm latest version](https://img.shields.io/npm/v/@cerner/svg-to-carbon/latest.svg)](https://github.com/cerner/svg-to-carbon) | ||
[![npm latest version](https://img.shields.io/npm/v/@cerner/svg-to-carbon/latest.svg)](https://www.npmjs.com/package/@cerner/svg-to-carbon) | ||
[![Cerner OSS](https://badgen.net/badge/Cerner/OSS/blue)](http://engineering.cerner.com/2014/01/cerner-and-open-source/) | ||
@@ -13,0 +13,0 @@ [![License](https://badgen.net/badge/license/Apache-2.0/blue)](https://github.com/cerner/svg-to-carbon/blob/master/LICENSE) |
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
23503
+ Addedramda@0.26.1(transitive)
- Removedramda@0.25.0(transitive)
Updatedglob@^7.1.6
Updatedramda@^0.26.1
Updatedxml2js@^0.4.23