Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 66735d3

Browse files
authoredSep 28, 2022
Update dependency mocha to v10
1 parent 63fb3d5 commit 66735d3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
 

‎packages/cli/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"dependencies": {
5454
"@nutmeg/seed": "0.17.2",
5555
"@types/chai": "^4.0.0",
56-
"@types/mocha": "^8.0.0",
56+
"@types/mocha": "^10.0.0",
5757
"@types/sinon": "^10.0.0",
5858
"babel-preset-env": "^1.0.0",
5959
"chai": "^4.0.0",
@@ -69,7 +69,7 @@
6969
"karma-typescript": "^5.0.0",
7070
"karma-typescript-es6-transform": "^5.0.0",
7171
"lodash.template": "^4.0.0",
72-
"mocha": "8.1.3",
72+
"mocha": "10.0.0",
7373
"pascal-case": "^3.0.0",
7474
"recursive-copy": "^2.0.0",
7575
"shelljs": "^0.8.0",

‎packages/seed/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
},
4848
"devDependencies": {
4949
"@types/chai": "^4.0.0",
50-
"@types/mocha": "^8.0.0",
50+
"@types/mocha": "^10.0.0",
5151
"@types/node": "^16.0.0",
5252
"chai": "^4.0.0",
5353
"karma": "^6.0.0",
@@ -58,7 +58,7 @@
5858
"karma-sinon": "^1.0.0",
5959
"karma-typescript": "^5.0.0",
6060
"karma-typescript-es6-transform": "^5.0.0",
61-
"mocha": "8.1.3",
61+
"mocha": "10.0.0",
6262
"sinon": "^14.0.0",
6363
"typescript": "4.2.4"
6464
},

0 commit comments

Comments
 (0)
Please sign in to comment.