Skip to content
This repository was archived by the owner on Feb 26, 2024. It is now read-only.

Commit 97837ce

Browse files
authored
Update package.json
1 parent b52feb3 commit 97837ce

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "use-react-router",
3-
"version": "1.0.4",
3+
"version": "1.0.5",
44
"author": "Charles Stover <[email protected]>",
55
"description": "React Hook for pub-sub behavior using React Router.",
66
"homepage": "https://github.com/CharlesStover/use-react-router#readme",
@@ -24,12 +24,12 @@
2424
"devDependencies": {
2525
"@types/react": "^16.4.18",
2626
"@types/react-router": "^4.0.32",
27-
"react": "^16.7.0",
27+
"react": "^16.8.0",
2828
"react-router": "^5.0.0",
2929
"typescript": "^3.1.3"
3030
},
3131
"peerDependencies": {
32-
"react": "^16.7.0",
32+
"react": "^16.8.0",
3333
"react-router": "^5.0.0"
3434
}
3535
}

0 commit comments

Comments
 (0)