Skip to content

Commit bf56ecc

Browse files
renovate[bot]renovate-botota-meshi
authored
Update dependency mocha to v8 (#8)
* Update dependency mocha to v8 * update Co-authored-by: Renovate Bot <[email protected]> Co-authored-by: ota-meshi <[email protected]>
1 parent 70edef2 commit bf56ecc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/NodeCI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
node-version: 8.10.x
4545
- name: Install Target Packages
4646
run: |+
47-
47+
npm i -D [email protected] mocha@7
4848
npx rimraf node_modules
4949
npm install
5050
- name: Test

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"@ota-meshi/eslint-plugin": "^0.0.11",
5151
"@types/eslint": "^7.2.0",
5252
"@types/estree": "~0.0.45",
53-
"@types/mocha": "^7.0.2",
53+
"@types/mocha": "^8.0.0",
5454
"@types/node": "^14.0.13",
5555
"@typescript-eslint/eslint-plugin": "^4.14.0",
5656
"@typescript-eslint/parser": "^4.14.0",
@@ -66,7 +66,7 @@
6666
"eslint-plugin-vue": "^7.5.0",
6767
"eslint-plugin-yml": "^0.6.2",
6868
"eslint4b": "^7.3.1",
69-
"mocha": "^7.0.0",
69+
"mocha": "^8.0.0",
7070
"nyc": "^15.1.0",
7171
"prettier": "^2.0.5",
7272
"raw-loader": "^4.0.1",

0 commit comments

Comments
 (0)