Skip to content

Commit ce30a3a

Browse files
authored
react-router v5 supported & upgrade deps (#65)
1 parent e6597da commit ce30a3a

File tree

2 files changed

+414
-296
lines changed

2 files changed

+414
-296
lines changed

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-router-breadcrumbs-hoc",
3-
"version": "3.1.0",
3+
"version": "3.1.1",
44
"description": "Just a tiny, flexible, higher order component for rendering breadcrumbs with react-router 4.x",
55
"repository": "icd2k3/react-router-breadcrumbs-hoc",
66
"keywords": [
@@ -15,16 +15,16 @@
1515
"author": "Koan Inc.",
1616
"license": "MIT",
1717
"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"
2121
},
2222
"dependencies": {},
2323
"devDependencies": {
2424
"@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",
2828
"@babel/preset-react": "^7.0.0",
2929
"@types/react": "16.8.8",
3030
"@types/react-router-dom": "4.3.1",
@@ -34,7 +34,7 @@
3434
"coveralls": "^3.0.3",
3535
"enzyme": "^3.9.0",
3636
"enzyme-adapter-react-16": "^1.11.2",
37-
"eslint": "^5.15.1",
37+
"eslint": "^5.15.3",
3838
"eslint-config-airbnb": "^17.0.0",
3939
"eslint-plugin-import": "^2.13.0",
4040
"eslint-plugin-jsx-a11y": "^6.2.1",
@@ -43,13 +43,13 @@
4343
"prop-types": "^15.7.2",
4444
"react": "16.8.4",
4545
"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",
4949
"rollup-plugin-babel": "^4.0.3",
5050
"rollup-plugin-commonjs": "^9.2.1",
5151
"rollup-plugin-node-resolve": "^4.0.1",
52-
"typescript": "^3.3.3333"
52+
"typescript": "^3.3.4000"
5353
},
5454
"scripts": {
5555
"prepublishOnly": "npm run build",

0 commit comments

Comments
 (0)