Skip to content

Commit 608b25f

Browse files
renovate[bot]renovate-botota-meshi
authored
Update dependency mocha to v9 (#19)
* Update dependency mocha to v9 * Update ci.yml * Update ci.yml Co-authored-by: Renovate Bot <[email protected]> Co-authored-by: Yosuke Ota <[email protected]>
1 parent e5c732a commit 608b25f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
npm r -D vuepress eslint-plugin-eslint-plugin eslint-plugin-prettier vue-eslint-parser eslint-plugin-vue
8181
- name: Install for Node v8
8282
run: |+
83-
npm i -D @typescript-eslint/parser@3
83+
npm i -D @typescript-eslint/parser@3 mocha@7
8484
if: "matrix.node == '8.10'"
8585
- name: Install for ESLint v4
8686
run: |+

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"eslint4b": "^7.10.0",
3131
"espree": "^9.3.1",
3232
"globals": "^13.0.0",
33-
"mocha": "^6.2.0",
33+
"mocha": "^9.0.0",
3434
"npm-run-all": "^4.1.5",
3535
"nyc": "^14.1.1",
3636
"opener": "^1.5.1",

0 commit comments

Comments
 (0)