Skip to content

Commit

Permalink
Merge pull request #86 from technote-space/release/next-v2.5.1
Browse files Browse the repository at this point in the history
release: v2.5.2
  • Loading branch information
technote-space committed Nov 2, 2022
2 parents da5ea88 + 7370e03 commit a736ed8
Show file tree
Hide file tree
Showing 2 changed files with 598 additions and 546 deletions.
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@technote-space/doctoc",
"version": "2.5.1",
"version": "2.5.2",
"description": "Generates TOC for markdown files of local git repo.",
"keywords": [
"github",
Expand Down Expand Up @@ -49,28 +49,28 @@
"update": "npm_config_yes=true npx npm-check-updates -u --timeout 100000 && yarn install && yarn upgrade && yarn audit"
},
"dependencies": {
"@technote-space/anchor-markdown-header": "^1.1.36",
"@textlint/markdown-to-ast": "^12.2.1",
"@technote-space/anchor-markdown-header": "^1.1.38",
"@textlint/markdown-to-ast": "^12.2.2",
"htmlparser2": "^8.0.1",
"update-section": "^0.3.3"
},
"devDependencies": {
"@commitlint/cli": "^17.0.3",
"@commitlint/config-conventional": "^17.0.3",
"@rollup/plugin-typescript": "^8.3.3",
"@commitlint/cli": "^17.2.0",
"@commitlint/config-conventional": "^17.2.0",
"@rollup/plugin-typescript": "^9.0.2",
"@sindresorhus/tsconfig": "^3.0.1",
"@textlint/ast-node-types": "^12.2.1",
"@types/node": "^18.0.0",
"@typescript-eslint/eslint-plugin": "^5.29.0",
"@typescript-eslint/parser": "^5.29.0",
"c8": "^7.11.3",
"eslint": "^8.18.0",
"@textlint/ast-node-types": "^12.2.2",
"@types/node": "^18.11.9",
"@typescript-eslint/eslint-plugin": "^5.42.0",
"@typescript-eslint/parser": "^5.42.0",
"@vitest/coverage-c8": "^0.24.5",
"eslint": "^8.26.0",
"eslint-plugin-import": "^2.26.0",
"husky": "^8.0.1",
"lint-staged": "^13.0.3",
"rollup": "^2.75.7",
"typescript": "^4.7.4",
"vitest": "^0.16.0"
"rollup": "^3.2.5",
"typescript": "^4.8.4",
"vitest": "^0.24.5"
},
"publishConfig": {
"access": "public"
Expand Down
Loading

0 comments on commit a736ed8

Please sign in to comment.