Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions examples/react/react-data-connect/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"@dataconnect/default-connector": "file:../../../dataconnect-sdk/js/default-connector",
"firebase": "^11.3.0",
"next": "15.1.0",
"react": "^19.0.0",
"react-dom": "^19.0.0"
"react": "^19.2.1",
"react-dom": "^19.2.1"
Comment thread
maneesht marked this conversation as resolved.
},
"devDependencies": {
"@eslint/eslintrc": "^3",
Expand Down
4 changes: 2 additions & 2 deletions examples/react/useGetIdTokenQuery/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"@tanstack/react-query": "^5.66.9",
"@tanstack/react-query-devtools": "^5.84.2",
"firebase": "^11.3.1",
"react": "^19.1.1",
"react-dom": "^19.1.1"
"react": "^19.2.1",
"react-dom": "^19.2.1"
Comment thread
maneesht marked this conversation as resolved.
},
"devDependencies": {
"@types/react": "^19.1.9",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"firebase": "^11.3.0",
"happy-dom": "^15.7.3",
"jsonwebtoken": "^9.0.2",
"react": "^19.0.0",
"react": "^19.2.1",
Comment thread
maneesht marked this conversation as resolved.
"tsup": "^8.2.4",
"turbo": "^2.5.3",
"typescript": "^5.6.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@dataconnect/default-connector": "file:../../dataconnect-sdk/js/default-connector",
"@testing-library/react": "^16.0.1",
"@types/react": "^19.0.1",
"react": "^19.0.0"
"react": "^19.2.1"
Comment thread
maneesht marked this conversation as resolved.
},
"peerDependencies": {
"@tanstack/react-query": "^5",
Expand Down
Loading