Skip to content

Commit 205efc6

Browse files
authored
chore(deps): update deps & replace nyc with c8 (#235)
1 parent 12cd797 commit 205efc6

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ node_modules/
33
tmp/
44
*.log
55
.idea/
6-
.nyc_output/
6+
coverage

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"scripts": {
77
"eslint": "eslint .",
88
"test": "mocha test/index.js",
9-
"test-cov": "nyc --reporter=lcovonly npm run test"
9+
"test-cov": "c8 --reporter=lcovonly npm run test"
1010
},
1111
"directories": {
1212
"lib": "./lib"
@@ -28,18 +28,18 @@
2828
],
2929
"license": "MIT",
3030
"dependencies": {
31-
"hexo-util": "^2.5.0",
32-
"marked": "^4.0.1",
33-
"dompurify": "^2.3.0",
34-
"jsdom": "^20.0.1"
31+
"dompurify": "^2.4.0",
32+
"hexo-util": "^2.7.0",
33+
"jsdom": "^20.0.1",
34+
"marked": "^4.1.1"
3535
},
3636
"devDependencies": {
37-
"chai": "^4.2.0",
38-
"eslint": "^8.0.0",
37+
"c8": "^7.12.0",
38+
"chai": "^4.3.6",
39+
"eslint": "^8.24.0",
3940
"eslint-config-hexo": "^5.0.0",
40-
"hexo": "^6.0.0",
41-
"mocha": "^10.0.0",
42-
"nyc": "^15.0.0"
41+
"hexo": "^6.3.0",
42+
"mocha": "^10.0.0"
4343
},
4444
"engines": {
4545
"node": ">=14"

0 commit comments

Comments
 (0)