Skip to content

Commit fc4ae7d

Browse files
authored
Merge pull request #12 from TabBridge/develop
Release: 2.0.0
2 parents 3255224 + d856978 commit fc4ae7d

File tree

2 files changed

+13
-9
lines changed

2 files changed

+13
-9
lines changed

package-lock.json

Lines changed: 9 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tabbridge/use-multi-tab-detection",
3-
"version": "0.0.7",
3+
"version": "2.0.0",
44
"description": "React hook for detecting when your application is open in multiple browser tabs",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",
@@ -44,9 +44,10 @@
4444
"devDependencies": {
4545
"@types/react": "^19.2.5",
4646
"@types/react-dom": "^19.2.3",
47+
"react": "^19.2.0",
4748
"typescript": "^5.9.3"
4849
},
49-
"dependencies": {
50-
"react": "^19.2.0"
50+
"peerDependencies": {
51+
"react": ">=16.8.0"
5152
}
5253
}

0 commit comments

Comments
 (0)