react-router-breadcrumbs-hoc
Advanced tools
Comparing version 2.1.1 to 2.1.2
{ | ||
"name": "react-router-breadcrumbs-hoc", | ||
"version": "2.1.1", | ||
"version": "2.1.2", | ||
"description": "Just a tiny, flexible, higher order component for rendering breadcrumbs with react-router 4.x", | ||
@@ -26,6 +26,8 @@ "repository": "icd2k3/react-router-breadcrumbs-hoc", | ||
"devDependencies": { | ||
"@types/react": "^16.3.14", | ||
"@types/react-router-dom": "^4.2.6", | ||
"babel-cli": "^6.26.0", | ||
"babel-core": "^6.26.3", | ||
"babel-eslint": "^8.2.3", | ||
"babel-jest": "^22.4.3", | ||
"babel-jest": "^22.4.4", | ||
"babel-plugin-external-helpers": "^6.22.0", | ||
@@ -41,6 +43,6 @@ "babel-plugin-transform-es2015-modules-commonjs": "^6.26.2", | ||
"eslint-config-airbnb": "^16.1.0", | ||
"eslint-plugin-import": "^2.11.0", | ||
"eslint-plugin-import": "^2.12.0", | ||
"eslint-plugin-jsx-a11y": "^6.0.3", | ||
"eslint-plugin-react": "^7.8.2", | ||
"jest": "^22.4.3", | ||
"jest": "^22.4.4", | ||
"prop-types": "^15.6.1", | ||
@@ -51,6 +53,7 @@ "react": "^16.3.2", | ||
"react-router-dom": "^4.2.2", | ||
"rollup": "^0.59.0", | ||
"rollup": "^0.59.2", | ||
"rollup-plugin-babel": "^3.0.4", | ||
"rollup-plugin-commonjs": "^9.1.3", | ||
"rollup-plugin-node-resolve": "^3.3.0" | ||
"rollup-plugin-node-resolve": "^3.3.0", | ||
"typescript": "^2.8.3" | ||
}, | ||
@@ -61,5 +64,7 @@ "scripts": { | ||
"test": "jest", | ||
"travis": "yarn run lint && jest && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js", | ||
"types": "tsc -p types/react-router-breadcrumbs-hoc", | ||
"travis": "yarn run lint && yarn types && jest && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js", | ||
"lint": "eslint ./src/**" | ||
} | ||
}, | ||
"types": "types/react-router-breadcrumbs-hoc/index.d.ts" | ||
} |
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
480250
32
1069
30