File tree Expand file tree Collapse file tree 4 files changed +575
-12
lines changed
dataconnect-sdk/js/default-connector Expand file tree Collapse file tree 4 files changed +575
-12
lines changed Original file line number Diff line number Diff line change 20
20
"./package.json" : " ./package.json"
21
21
},
22
22
"peerDependencies" : {
23
- "firebase" : " ^10.14 .0"
23
+ "firebase" : " ^11.1 .0"
24
24
}
25
25
}
Original file line number Diff line number Diff line change 12
12
"@tanstack/react-query" : " ^5.55.4" ,
13
13
"@tanstack-query-firebase/react" : " link:../../packages/react" ,
14
14
"@dataconnect/default-connector" : " workspace:*" ,
15
- "firebase" : " ^10.14.1 " ,
15
+ "firebase" : " ^11.1.0 " ,
16
16
"next" : " 15.1.0" ,
17
17
"react" : " ^19.0.0" ,
18
18
"react-dom" : " ^19.0.0"
Original file line number Diff line number Diff line change 4
4
"scripts" : {
5
5
"test" : " vitest --dom --coverage" ,
6
6
"serve:coverage" : " npx serve coverage" ,
7
- "emulator" : " firebase emulators:start --project test-project " ,
7
+ "emulator" : " firebase emulators:start --project demo-projectc " ,
8
8
"emulator:kill" : " lsof -t -i:4001 -i:8080 -i:9000 -i:9099 -i:9199 -i:8085 | xargs kill -9"
9
9
},
10
10
"devDependencies" : {
11
11
"@biomejs/biome" : " 1.9.4" ,
12
12
"@tanstack/react-query" : " ^5.55.4" ,
13
13
"@types/jsonwebtoken" : " ^9.0.7" ,
14
14
"@vitest/coverage-istanbul" : " ^2.0.5" ,
15
- "firebase" : " ^10.14.1 " ,
15
+ "firebase" : " ^11.1.0 " ,
16
16
"happy-dom" : " ^15.7.3" ,
17
17
"jsonwebtoken" : " ^9.0.2" ,
18
18
"react" : " ^19.0.0" ,
You can’t perform that action at this time.
0 commit comments