|
1 | 1 | {
|
2 | 2 | "name": "react-router-breadcrumbs-hoc",
|
3 |
| - "version": "3.1.0", |
| 3 | + "version": "3.1.1", |
4 | 4 | "description": "Just a tiny, flexible, higher order component for rendering breadcrumbs with react-router 4.x",
|
5 | 5 | "repository": "icd2k3/react-router-breadcrumbs-hoc",
|
6 | 6 | "keywords": [
|
|
15 | 15 | "author": "Koan Inc.",
|
16 | 16 | "license": "MIT",
|
17 | 17 | "peerDependencies": {
|
18 |
| - "react": "^16.0.0", |
19 |
| - "react-router": "^4.0.0", |
20 |
| - "react-router-dom": "^4.0.0" |
| 18 | + "react": ">=16", |
| 19 | + "react-router": ">=4", |
| 20 | + "react-router-dom": ">=4" |
21 | 21 | },
|
22 | 22 | "dependencies": {},
|
23 | 23 | "devDependencies": {
|
24 | 24 | "@babel/cli": "^7.1.0",
|
25 |
| - "@babel/core": "^7.3.4", |
26 |
| - "@babel/plugin-transform-modules-commonjs": "^7.1.0", |
27 |
| - "@babel/preset-env": "^7.3.4", |
| 25 | + "@babel/core": "^7.4.0", |
| 26 | + "@babel/plugin-transform-modules-commonjs": "^7.4.0", |
| 27 | + "@babel/preset-env": "^7.4.2", |
28 | 28 | "@babel/preset-react": "^7.0.0",
|
29 | 29 | "@types/react": "16.8.8",
|
30 | 30 | "@types/react-router-dom": "4.3.1",
|
|
34 | 34 | "coveralls": "^3.0.3",
|
35 | 35 | "enzyme": "^3.9.0",
|
36 | 36 | "enzyme-adapter-react-16": "^1.11.2",
|
37 |
| - "eslint": "^5.15.1", |
| 37 | + "eslint": "^5.15.3", |
38 | 38 | "eslint-config-airbnb": "^17.0.0",
|
39 | 39 | "eslint-plugin-import": "^2.13.0",
|
40 | 40 | "eslint-plugin-jsx-a11y": "^6.2.1",
|
|
43 | 43 | "prop-types": "^15.7.2",
|
44 | 44 | "react": "16.8.4",
|
45 | 45 | "react-dom": "16.8.4",
|
46 |
| - "react-router": "^4.3.1", |
47 |
| - "react-router-dom": "^4.3.1", |
48 |
| - "rollup": "^1.6.0", |
| 46 | + "react-router": "^5.0.0", |
| 47 | + "react-router-dom": "^5.0.0", |
| 48 | + "rollup": "^1.7.0", |
49 | 49 | "rollup-plugin-babel": "^4.0.3",
|
50 | 50 | "rollup-plugin-commonjs": "^9.2.1",
|
51 | 51 | "rollup-plugin-node-resolve": "^4.0.1",
|
52 |
| - "typescript": "^3.3.3333" |
| 52 | + "typescript": "^3.3.4000" |
53 | 53 | },
|
54 | 54 | "scripts": {
|
55 | 55 | "prepublishOnly": "npm run build",
|
|
0 commit comments