Skip to content

Commit e2528c9

Browse files
chore: update npm dependencies
1 parent 1d56185 commit e2528c9

File tree

2 files changed

+131
-123
lines changed

2 files changed

+131
-123
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
},
5151
"dependencies": {
5252
"@technote-space/anchor-markdown-header": "^1.1.38",
53-
"@textlint/markdown-to-ast": "^12.2.2",
53+
"@textlint/markdown-to-ast": "^12.2.3",
5454
"htmlparser2": "^8.0.1",
5555
"update-section": "^0.3.3"
5656
},
@@ -61,16 +61,16 @@
6161
"@sindresorhus/tsconfig": "^3.0.1",
6262
"@textlint/ast-node-types": "^12.2.2",
6363
"@types/node": "^18.11.9",
64-
"@typescript-eslint/eslint-plugin": "^5.42.0",
65-
"@typescript-eslint/parser": "^5.42.0",
66-
"@vitest/coverage-c8": "^0.24.5",
64+
"@typescript-eslint/eslint-plugin": "^5.42.1",
65+
"@typescript-eslint/parser": "^5.42.1",
66+
"@vitest/coverage-c8": "^0.25.1",
6767
"eslint": "^8.27.0",
6868
"eslint-plugin-import": "^2.26.0",
69-
"husky": "^8.0.1",
69+
"husky": "^8.0.2",
7070
"lint-staged": "^13.0.3",
71-
"rollup": "^3.2.5",
71+
"rollup": "^3.3.0",
7272
"typescript": "^4.8.4",
73-
"vitest": "^0.24.5"
73+
"vitest": "^0.25.1"
7474
},
7575
"publishConfig": {
7676
"access": "public"

0 commit comments

Comments
 (0)