Skip to content

Commit 8f38006

Browse files
sinon
1 parent 2c8635d commit 8f38006

File tree

5 files changed

+166
-63
lines changed

5 files changed

+166
-63
lines changed

packages/cursorless-engine/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@
4040
"@types/mocha": "^10.0.9",
4141
"@types/moo": "0.5.9",
4242
"@types/nearley": "2.11.5",
43-
"@types/sinon": "^17.0.3",
43+
"@types/sinon": "17.0.4",
4444
"@types/uuid": "^10.0.0",
4545
"js-yaml": "^4.1.0",
4646
"mocha": "^10.7.3",
47-
"sinon": "^19.0.2"
47+
"sinon": "20.0.0"
4848
},
4949
"types": "./out/index.d.ts",
5050
"exports": {

packages/cursorless-neovim-e2e/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@types/chai": "^5.0.0",
2323
"@types/js-yaml": "^4.0.9",
2424
"@types/lodash": "4.17.10",
25-
"@types/sinon": "^17.0.3",
25+
"@types/sinon": "17.0.4",
2626
"neovim": "5.3.0"
2727
},
2828
"dependencies": {

packages/cursorless-vscode-e2e/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@
3030
"@types/js-yaml": "^4.0.9",
3131
"@types/lodash-es": "4.17.12",
3232
"@types/mocha": "^10.0.9",
33-
"@types/sinon": "^17.0.3",
33+
"@types/sinon": "17.0.4",
3434
"@types/vscode": "1.82.0",
3535
"chai": "^5.1.1",
3636
"js-yaml": "^4.1.0",
3737
"mocha": "^10.7.3",
38-
"sinon": "^19.0.2"
38+
"sinon": "20.0.0"
3939
},
4040
"types": "./out/index.d.ts",
4141
"type": "module"

packages/cursorless-vscode/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1267,14 +1267,14 @@
12671267
"@types/nearley": "2.11.5",
12681268
"@types/node": "20.16.0",
12691269
"@types/semver": "^7.5.8",
1270-
"@types/sinon": "^17.0.3",
1270+
"@types/sinon": "17.0.4",
12711271
"@types/tinycolor2": "1.4.6",
12721272
"@types/uuid": "^10.0.0",
12731273
"@types/vscode": "1.82.0",
12741274
"esbuild": "^0.25.0",
12751275
"fast-xml-parser": "^4.5.0",
12761276
"fs-extra": "11.2.0",
1277-
"sinon": "^19.0.2"
1277+
"sinon": "20.0.0"
12781278
},
12791279
"dependencies": {
12801280
"@cursorless/common": "workspace:*",

0 commit comments

Comments
 (0)