Skip to content

Commit

Permalink
Update dependency mocha to v10
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 28, 2022
1 parent 63fb3d5 commit 66735d3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"dependencies": {
"@nutmeg/seed": "0.17.2",
"@types/chai": "^4.0.0",
"@types/mocha": "^8.0.0",
"@types/mocha": "^10.0.0",
"@types/sinon": "^10.0.0",
"babel-preset-env": "^1.0.0",
"chai": "^4.0.0",
Expand All @@ -69,7 +69,7 @@
"karma-typescript": "^5.0.0",
"karma-typescript-es6-transform": "^5.0.0",
"lodash.template": "^4.0.0",
"mocha": "8.1.3",
"mocha": "10.0.0",
"pascal-case": "^3.0.0",
"recursive-copy": "^2.0.0",
"shelljs": "^0.8.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/seed/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
},
"devDependencies": {
"@types/chai": "^4.0.0",
"@types/mocha": "^8.0.0",
"@types/mocha": "^10.0.0",
"@types/node": "^16.0.0",
"chai": "^4.0.0",
"karma": "^6.0.0",
Expand All @@ -58,7 +58,7 @@
"karma-sinon": "^1.0.0",
"karma-typescript": "^5.0.0",
"karma-typescript-es6-transform": "^5.0.0",
"mocha": "8.1.3",
"mocha": "10.0.0",
"sinon": "^14.0.0",
"typescript": "4.2.4"
},
Expand Down

0 comments on commit 66735d3

Please sign in to comment.