react-router-breadcrumbs-hoc
Advanced tools
Comparing version 3.1.0 to 3.1.1
{ | ||
"name": "react-router-breadcrumbs-hoc", | ||
"version": "3.1.0", | ||
"version": "3.1.1", | ||
"description": "Just a tiny, flexible, higher order component for rendering breadcrumbs with react-router 4.x", | ||
@@ -18,5 +18,5 @@ "repository": "icd2k3/react-router-breadcrumbs-hoc", | ||
"peerDependencies": { | ||
"react": "^16.0.0", | ||
"react-router": "^4.0.0", | ||
"react-router-dom": "^4.0.0" | ||
"react": ">=16", | ||
"react-router": ">=4", | ||
"react-router-dom": ">=4" | ||
}, | ||
@@ -26,5 +26,5 @@ "dependencies": {}, | ||
"@babel/cli": "^7.1.0", | ||
"@babel/core": "^7.3.4", | ||
"@babel/plugin-transform-modules-commonjs": "^7.1.0", | ||
"@babel/preset-env": "^7.3.4", | ||
"@babel/core": "^7.4.0", | ||
"@babel/plugin-transform-modules-commonjs": "^7.4.0", | ||
"@babel/preset-env": "^7.4.2", | ||
"@babel/preset-react": "^7.0.0", | ||
@@ -39,3 +39,3 @@ "@types/react": "16.8.8", | ||
"enzyme-adapter-react-16": "^1.11.2", | ||
"eslint": "^5.15.1", | ||
"eslint": "^5.15.3", | ||
"eslint-config-airbnb": "^17.0.0", | ||
@@ -49,9 +49,9 @@ "eslint-plugin-import": "^2.13.0", | ||
"react-dom": "16.8.4", | ||
"react-router": "^4.3.1", | ||
"react-router-dom": "^4.3.1", | ||
"rollup": "^1.6.0", | ||
"react-router": "^5.0.0", | ||
"react-router-dom": "^5.0.0", | ||
"rollup": "^1.7.0", | ||
"rollup-plugin-babel": "^4.0.3", | ||
"rollup-plugin-commonjs": "^9.2.1", | ||
"rollup-plugin-node-resolve": "^4.0.1", | ||
"typescript": "^3.3.3333" | ||
"typescript": "^3.3.4000" | ||
}, | ||
@@ -58,0 +58,0 @@ "scripts": { |
@@ -6,3 +6,3 @@ <h3 align="center"> | ||
<p align="center"> | ||
A small (~3kb gzip), flexible, <a href="https://reactjs.org/docs/higher-order-components.html">higher order component</a> for rendering breadcrumbs with <a href="https://github.com/ReactTraining/react-router">react-router</a> 4.x | ||
A small (~1.5kb gzip), flexible, <a href="https://reactjs.org/docs/higher-order-components.html">higher order component</a> for rendering breadcrumbs with <a href="https://github.com/ReactTraining/react-router">react-router</a> 4 & 5 | ||
</p> | ||
@@ -40,3 +40,3 @@ | ||
Start seeing generated breadcrumbs right away with this simple example | ||
Start seeing generated breadcrumbs right away with this simple example ([codesandbox](https://codesandbox.io/s/p7vy15zn9x)) | ||
```js | ||
@@ -43,0 +43,0 @@ import withBreadcrumbs from 'react-router-breadcrumbs-hoc'; |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
677467
0