|
1 | 1 | { |
2 | 2 | "name": "react-router-breadcrumbs-hoc", |
3 | | - "version": "3.4.0", |
| 3 | + "version": "4.0.0", |
4 | 4 | "description": "small, flexible, higher order component for rendering breadcrumbs with react-router 4.x", |
5 | 5 | "repository": "icd2k3/react-router-breadcrumbs-hoc", |
6 | 6 | "main": "dist/cjs/index.js", |
|
21 | 21 | "license": "MIT", |
22 | 22 | "peerDependencies": { |
23 | 23 | "react": ">=16.8", |
24 | | - "react-router": ">=4" |
| 24 | + "react-router": ">=5" |
25 | 25 | }, |
26 | 26 | "devDependencies": { |
27 | 27 | "@babel/cli": "^7.14.3", |
28 | 28 | "@babel/core": "^7.14.3", |
29 | | - "@babel/preset-env": "^7.14.2", |
| 29 | + "@babel/plugin-transform-runtime": "^7.14.3", |
| 30 | + "@babel/preset-env": "^7.14.4", |
30 | 31 | "@babel/preset-react": "^7.13.13", |
31 | 32 | "@babel/preset-typescript": "^7.13.0", |
32 | 33 | "@commitlint/cli": "^12.1.4", |
33 | 34 | "@commitlint/config-conventional": "^12.1.4", |
34 | | - "@rollup/plugin-commonjs": "^19.0.0", |
35 | | - "@rollup/plugin-node-resolve": "^13.0.0", |
36 | | - "@types/node": "^15.6.1", |
37 | | - "@types/react": "^17.0.8", |
38 | | - "@types/react-dom": "^17.0.5", |
39 | | - "@types/react-router": "^5.1.14", |
40 | | - "@typescript-eslint/eslint-plugin": "^4.25.0", |
41 | | - "@typescript-eslint/parser": "^4.25.0", |
| 35 | + "@rollup/plugin-babel": "^5.3.0", |
| 36 | + "@rollup/plugin-typescript": "^8.2.1", |
| 37 | + "@types/react": "^17.0.9", |
| 38 | + "@types/react-dom": "^17.0.6", |
| 39 | + "@types/react-router": "^5.1.15", |
| 40 | + "@typescript-eslint/eslint-plugin": "^4.26.1", |
| 41 | + "@typescript-eslint/parser": "^4.26.1", |
42 | 42 | "@wojtekmaj/enzyme-adapter-react-17": "^0.6.1", |
43 | 43 | "babel-eslint": "^10.1.0", |
44 | | - "babel-jest": "^27.0.1", |
45 | 44 | "coveralls": "^3.1.0", |
46 | 45 | "enzyme": "^3.11.0", |
47 | | - "eslint": "^7.27.0", |
| 46 | + "eslint": "^7.28.0", |
48 | 47 | "eslint-config-airbnb": "^18.2.1", |
49 | | - "eslint-plugin-import": "^2.23.3", |
| 48 | + "eslint-plugin-import": "^2.23.4", |
50 | 49 | "eslint-plugin-jsx-a11y": "^6.4.1", |
51 | | - "eslint-plugin-react": "^7.23.2", |
52 | | - "eslint-plugin-react-hooks": "^4.2.0", |
| 50 | + "eslint-plugin-react": "^7.24.0", |
53 | 51 | "husky": "^6.0.0", |
54 | | - "jest": "^27.0.1", |
| 52 | + "jest": "^27.0.4", |
55 | 53 | "jsdom": "^16.6.0", |
56 | 54 | "jsdom-global": "^3.0.2", |
57 | 55 | "pinst": "^2.1.6", |
58 | 56 | "prop-types": "^15.7.2", |
59 | 57 | "react": "17.0.2", |
60 | 58 | "react-dom": "17.0.2", |
61 | 59 | "react-router": "^5.2.0", |
62 | | - "rollup": "^2.50.1", |
63 | | - "rollup-plugin-babel": "^4.4.0", |
| 60 | + "rollup": "^2.51.1", |
| 61 | + "rollup-plugin-size": "^0.2.2", |
64 | 62 | "rollup-plugin-terser": "^7.0.2", |
65 | | - "rollup-plugin-typescript2": "^0.30.0", |
66 | | - "typescript": "4.1.5" |
| 63 | + "typescript": "4.3.2" |
67 | 64 | }, |
68 | 65 | "keywords": [ |
69 | 66 | "react", |
|
0 commit comments