Skip to content

Commit 6acc1d9

Browse files
Merge pull request #59 from technote-space/release/next-v1.1.33
release: v1.1.34
2 parents 460a535 + bfea07f commit 6acc1d9

File tree

2 files changed

+401
-416
lines changed

2 files changed

+401
-416
lines changed

package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@technote-space/anchor-markdown-header",
3-
"version": "1.1.33",
3+
"version": "1.1.34",
44
"description": "Generates an anchor for a markdown header.",
55
"keywords": [
66
"markdown",
@@ -44,17 +44,17 @@
4444
"emoji-regex": "^10.0.0"
4545
},
4646
"devDependencies": {
47-
"@commitlint/cli": "^16.0.1",
47+
"@commitlint/cli": "^16.0.2",
4848
"@commitlint/config-conventional": "^16.0.0",
4949
"@types/jest": "^27.4.0",
50-
"@types/node": "^17.0.7",
51-
"@typescript-eslint/eslint-plugin": "^5.9.0",
52-
"@typescript-eslint/parser": "^5.9.0",
50+
"@types/node": "^17.0.8",
51+
"@typescript-eslint/eslint-plugin": "^5.9.1",
52+
"@typescript-eslint/parser": "^5.9.1",
5353
"eslint": "^8.6.0",
5454
"husky": "^7.0.4",
55-
"jest": "^27.4.5",
56-
"jest-circus": "^27.4.5",
57-
"lint-staged": "^12.1.5",
55+
"jest": "^27.4.7",
56+
"jest-circus": "^27.4.6",
57+
"lint-staged": "^12.1.7",
5858
"ts-jest": "^27.1.2",
5959
"typescript": "^4.5.4"
6060
},

0 commit comments

Comments
 (0)