Skip to content

Commit 3242176

Browse files
authored
deps: Upgrade mocha to 10.2.0 (#1793)
## Checklist - [ ] I have added [tests](https://www.cursorless.org/docs/contributing/test-case-recorder/) - [ ] I have updated the [docs](https://github.com/cursorless-dev/cursorless/tree/main/docs) and [cheatsheet](https://github.com/cursorless-dev/cursorless/tree/main/cursorless-talon/src/cheatsheet) - [ ] I have not broken the cheatsheet
1 parent 247dd16 commit 3242176

File tree

6 files changed

+80
-166
lines changed

6 files changed

+80
-166
lines changed

packages/common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@types/lodash": "4.14.181",
2121
"@types/mocha": "^8.0.4",
2222
"js-yaml": "^4.1.0",
23-
"mocha": "^8.1.3"
23+
"mocha": "^10.2.0"
2424
},
2525
"types": "./out/index.d.ts",
2626
"exports": {

packages/cursorless-engine/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,17 @@
1818
"itertools": "^2.1.1",
1919
"lodash": "^4.17.21",
2020
"node-html-parser": "^5.3.3",
21-
"zod": "3.21.4",
22-
"sbd": "^1.0.19"
21+
"sbd": "^1.0.19",
22+
"zod": "3.21.4"
2323
},
2424
"devDependencies": {
2525
"@types/js-yaml": "^4.0.2",
2626
"@types/lodash": "4.14.181",
2727
"@types/mocha": "^8.0.4",
28-
"@types/sinon": "^10.0.2",
2928
"@types/sbd": "^1.0.3",
29+
"@types/sinon": "^10.0.2",
3030
"js-yaml": "^4.1.0",
31-
"mocha": "^8.1.3",
31+
"mocha": "^10.2.0",
3232
"sinon": "^11.1.1"
3333
},
3434
"types": "./out/index.d.ts",

packages/cursorless-vscode-e2e/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"@types/vscode": "~1.61.0",
3333
"chai": "^4.3.6",
3434
"js-yaml": "^4.1.0",
35-
"mocha": "^8.1.3",
35+
"mocha": "^10.2.0",
3636
"sinon": "^11.1.1"
3737
},
3838
"types": "./out/index.d.ts"

packages/cursorless-vscode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1074,7 +1074,7 @@
10741074
"fast-xml-parser": "^4.2.5",
10751075
"fs-extra": "11.1.0",
10761076
"glob": "^7.1.7",
1077-
"mocha": "^8.1.3"
1077+
"mocha": "^10.2.0"
10781078
},
10791079
"dependencies": {
10801080
"@cursorless/common": "workspace:*",

packages/test-harness/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@types/glob": "^7.1.3",
2424
"@types/mocha": "^8.0.4",
2525
"@vscode/test-electron": "^2.1.3",
26-
"mocha": "^8.1.3"
26+
"mocha": "^10.2.0"
2727
},
2828
"types": "./out/index.d.ts",
2929
"exports": {

0 commit comments

Comments
 (0)