Skip to content

Commit a611a28

Browse files
chore: update npm dependencies
1 parent 8943718 commit a611a28

File tree

2 files changed

+132
-131
lines changed

2 files changed

+132
-131
lines changed

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
},
5151
"dependencies": {
5252
"@technote-space/anchor-markdown-header": "^1.1.39",
53-
"@textlint/markdown-to-ast": "^13.0.5",
53+
"@textlint/markdown-to-ast": "^13.1.4",
5454
"htmlparser2": "^8.0.1",
5555
"update-section": "^0.3.3"
5656
},
@@ -59,18 +59,18 @@
5959
"@commitlint/config-conventional": "^17.4.2",
6060
"@rollup/plugin-typescript": "^11.0.0",
6161
"@sindresorhus/tsconfig": "^3.0.1",
62-
"@textlint/ast-node-types": "^13.0.5",
63-
"@types/node": "^18.11.18",
64-
"@typescript-eslint/eslint-plugin": "^5.49.0",
65-
"@typescript-eslint/parser": "^5.49.0",
66-
"@vitest/coverage-c8": "^0.28.3",
62+
"@textlint/ast-node-types": "^13.1.4",
63+
"@types/node": "^18.11.19",
64+
"@typescript-eslint/eslint-plugin": "^5.50.0",
65+
"@typescript-eslint/parser": "^5.50.0",
66+
"@vitest/coverage-c8": "^0.28.4",
6767
"eslint": "^8.33.0",
6868
"eslint-plugin-import": "^2.27.5",
6969
"husky": "^8.0.3",
7070
"lint-staged": "^13.1.0",
71-
"rollup": "^3.12.0",
72-
"typescript": "^4.9.4",
73-
"vitest": "^0.28.3"
71+
"rollup": "^3.14.0",
72+
"typescript": "^4.9.5",
73+
"vitest": "^0.28.4"
7474
},
7575
"publishConfig": {
7676
"access": "public"

0 commit comments

Comments
 (0)