Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release: v4.3.2 #376

Open
wants to merge 10 commits into
base: main
Choose a base branch
from
42 changes: 21 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@technote-space/toc-generator",
"version": "4.3.1",
"version": "4.3.2",
"description": "GitHub Action to generate TOC.",
"keywords": [
"github",
Expand Down Expand Up @@ -41,33 +41,33 @@
"devDependencies": {
"@actions/core": "^1.10.0",
"@actions/github": "^5.1.1",
"@commitlint/cli": "^17.3.0",
"@commitlint/config-conventional": "^17.3.0",
"@rollup/plugin-commonjs": "^23.0.4",
"@rollup/plugin-json": "^5.0.2",
"@commitlint/cli": "^17.4.4",
"@commitlint/config-conventional": "^17.4.4",
"@rollup/plugin-commonjs": "^24.0.1",
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-node-resolve": "^15.0.1",
"@rollup/plugin-typescript": "^10.0.1",
"@rollup/plugin-typescript": "^11.0.0",
"@sindresorhus/tsconfig": "^3.0.1",
"@technote-space/doctoc": "^2.6.1",
"@technote-space/github-action-helper": "^5.3.10",
"@technote-space/github-action-log-helper": "^0.2.9",
"@technote-space/github-action-log-helper": "^0.2.10",
"@technote-space/github-action-pr-helper": "^2.4.0",
"@technote-space/github-action-test-helper": "^0.11.1",
"@technote-space/release-github-actions-cli": "^1.9.3",
"@types/node": "^18.11.13",
"@typescript-eslint/eslint-plugin": "^5.46.0",
"@typescript-eslint/parser": "^5.46.0",
"@vitest/coverage-c8": "^0.25.7",
"eslint": "^8.29.0",
"eslint-plugin-import": "^2.26.0",
"@technote-space/github-action-test-helper": "^0.11.2",
"@technote-space/release-github-actions-cli": "^1.9.4",
"@types/node": "^18.14.0",
"@typescript-eslint/eslint-plugin": "^5.52.0",
"@typescript-eslint/parser": "^5.52.0",
"@vitest/coverage-c8": "^0.28.5",
"eslint": "^8.34.0",
"eslint-plugin-import": "^2.27.5",
"fast-glob": "^3.2.12",
"husky": "^8.0.2",
"lint-staged": "^13.1.0",
"nock": "^13.2.9",
"husky": "^8.0.3",
"lint-staged": "^13.1.2",
"nock": "^13.3.0",
"pinst": "^3.0.0",
"rollup": "^3.7.2",
"typescript": "^4.9.4",
"vitest": "^0.25.7"
"rollup": "^3.16.0",
"typescript": "^4.9.5",
"vitest": "^0.28.5"
},
"publishConfig": {
"access": "public"
Expand Down
Loading