Skip to content

Commit 20a55db

Browse files
committed
Work around regression in sinonjs/fake-timers
1 parent 0ae2a4f commit 20a55db

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

handwritten/firestore/package.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
"@types/extend": "^3.0.4",
9191
"@types/mocha": "^10.0.10",
9292
"@types/node": "^24.1.0",
93-
"@types/sinon": "^17.0.4",
93+
"@types/sinon": "^21.0.0",
9494
"@types/through2": "^2.0.41",
9595
"c8": "^10.1.3",
9696
"chai": "^4.5.0",
@@ -120,6 +120,13 @@
120120
"ts-node": "^10.9.2",
121121
"typescript": "^5.9.2"
122122
},
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+
"@sinonjs/fake-timers": "15.1.1"
129+
},
123130
"exports": {
124131
".": {
125132
"types": "./types/firestore.d.ts",

0 commit comments

Comments
 (0)