Skip to content

Commit 445ff41

Browse files
committedMar 15, 2025
Mocha version
1 parent e077897 commit 445ff41

File tree

7 files changed

+90
-119
lines changed

7 files changed

+90
-119
lines changed
 

‎packages/common/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@
2222
"devDependencies": {
2323
"@types/js-yaml": "^4.0.9",
2424
"@types/lodash-es": "4.17.12",
25-
"@types/mocha": "^10.0.9",
25+
"@types/mocha": "^10.0.10",
2626
"cross-spawn": "7.0.5",
2727
"fast-check": "3.22.0",
2828
"js-yaml": "^4.1.0",
29-
"mocha": "^10.7.3"
29+
"mocha": "^11.1.0"
3030
},
3131
"types": "./out/index.d.ts",
3232
"exports": {

‎packages/cursorless-engine/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,13 @@
3737
"devDependencies": {
3838
"@types/js-yaml": "^4.0.9",
3939
"@types/lodash-es": "4.17.12",
40-
"@types/mocha": "^10.0.9",
40+
"@types/mocha": "^10.0.10",
4141
"@types/moo": "0.5.9",
4242
"@types/nearley": "2.11.5",
4343
"@types/sinon": "^17.0.3",
4444
"@types/uuid": "^10.0.0",
4545
"js-yaml": "^4.1.0",
46-
"mocha": "^10.7.3",
46+
"mocha": "^11.1.0",
4747
"sinon": "^19.0.2"
4848
},
4949
"types": "./out/index.d.ts",

‎packages/cursorless-everywhere-talon-e2e/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@cursorless/test-case-recorder": "workspace:*"
2121
},
2222
"devDependencies": {
23-
"@types/mocha": "^10.0.9",
24-
"mocha": "^10.7.3"
23+
"@types/mocha": "^10.0.10",
24+
"mocha": "^11.1.0"
2525
}
2626
}

‎packages/cursorless-vscode-e2e/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@
2929
"@types/chai": "^5.0.0",
3030
"@types/js-yaml": "^4.0.9",
3131
"@types/lodash-es": "4.17.12",
32-
"@types/mocha": "^10.0.9",
32+
"@types/mocha": "^10.0.10",
3333
"@types/sinon": "^17.0.3",
3434
"@types/vscode": "1.82.0",
3535
"chai": "^5.1.1",
3636
"js-yaml": "^4.1.0",
37-
"mocha": "^10.7.3",
37+
"mocha": "^11.1.0",
3838
"sinon": "^19.0.2"
3939
},
4040
"types": "./out/index.d.ts",

‎packages/sentence-parser/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
}
2525
},
2626
"devDependencies": {
27-
"@types/mocha": "^10.0.9",
28-
"mocha": "^10.7.3"
27+
"@types/mocha": "^10.0.10",
28+
"mocha": "^11.1.0"
2929
}
3030
}

‎packages/test-harness/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@
3737
"devDependencies": {
3838
"@types/cross-spawn": "6.0.6",
3939
"@types/glob": "^8.1.0",
40-
"@types/mocha": "^10.0.9",
40+
"@types/mocha": "^10.0.10",
4141
"@types/tail": "2.2.3",
4242
"@vscode/test-electron": "^2.4.1",
4343
"cross-spawn": "7.0.5",
44-
"mocha": "^10.7.3"
44+
"mocha": "^11.1.0"
4545
},
4646
"types": "./out/runners/extensionTestsNeovim.d.ts",
4747
"exports": {

0 commit comments

Comments
 (0)