Skip to content

Commit 3f03f73

Browse files
renovate[bot]renovate-botota-meshi
authored
Update dependency mocha to v8 (#38)
* Update dependency mocha to v8 * fix Co-authored-by: Renovate Bot <[email protected]> Co-authored-by: yosuke ota <[email protected]>
1 parent a9d4751 commit 3f03f73

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
@@ -80,7 +80,7 @@ jobs:
8080
node-version: 8.10.x
8181
- name: Install Target Packages
8282
run: |+
83-
83+
npm i -D [email protected] mocha@7
8484
npx rimraf node_modules
8585
npm install
8686
- name: Test

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"@types/eslint": "^7.2.0",
6262
"@types/eslint-scope": "^3.7.0",
6363
"@types/eslint-visitor-keys": "^1.0.0",
64-
"@types/mocha": "^7.0.2",
64+
"@types/mocha": "^8.0.0",
6565
"@types/natural-compare": "^1.4.0",
6666
"@types/node": "^14.0.13",
6767
"@types/semver": "^7.3.1",
@@ -81,7 +81,7 @@
8181
"eslint-plugin-vue": "^7.0.0-0",
8282
"eslint-plugin-yml": "^0.6.2",
8383
"eslint4b": "^7.3.1",
84-
"mocha": "^7.0.0",
84+
"mocha": "^8.0.0",
8585
"nyc": "^15.1.0",
8686
"prettier": "^2.0.5",
8787
"raw-loader": "^4.0.1",

0 commit comments

Comments
 (0)