We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ae2a4f commit 20a55dbCopy full SHA for 20a55db
1 file changed
handwritten/firestore/package.json
@@ -90,7 +90,7 @@
90
"@types/extend": "^3.0.4",
91
"@types/mocha": "^10.0.10",
92
"@types/node": "^24.1.0",
93
- "@types/sinon": "^17.0.4",
+ "@types/sinon": "^21.0.0",
94
"@types/through2": "^2.0.41",
95
"c8": "^10.1.3",
96
"chai": "^4.5.0",
@@ -120,6 +120,13 @@
120
"ts-node": "^10.9.2",
121
"typescript": "^5.9.2"
122
},
123
+ "//_comment": "TODO: Remove @sinonjs/fake-timers overrides/resolutions when version > 15.3.0 fixes the duplicate identifier 'withGlobal' issue.",
124
+ "overrides": {
125
+ "@sinonjs/fake-timers": "15.1.1"
126
+ },
127
+ "resolutions": {
128
129
130
"exports": {
131
".": {
132
"types": "./types/firestore.d.ts",
0 commit comments