Skip to content

Commit f0e5db5

Browse files
Merge pull request #69 from technote-space/release/next-v1.1.37
release: v1.1.38
2 parents ecb7e7b + a8373cd commit f0e5db5

File tree

2 files changed

+728
-665
lines changed

2 files changed

+728
-665
lines changed

package.json

+12-12
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@technote-space/anchor-markdown-header",
3-
"version": "1.1.37",
3+
"version": "1.1.38",
44
"description": "Generates an anchor for a markdown header.",
55
"keywords": [
66
"markdown",
@@ -44,19 +44,19 @@
4444
"emoji-regex": "^10.1.0"
4545
},
4646
"devDependencies": {
47-
"@commitlint/cli": "^17.0.3",
48-
"@commitlint/config-conventional": "^17.0.3",
49-
"@types/jest": "^28.1.4",
50-
"@types/node": "^18.0.3",
51-
"@typescript-eslint/eslint-plugin": "^5.30.6",
52-
"@typescript-eslint/parser": "^5.30.6",
53-
"eslint": "^8.19.0",
47+
"@commitlint/cli": "^17.1.2",
48+
"@commitlint/config-conventional": "^17.1.0",
49+
"@types/jest": "^29.0.0",
50+
"@types/node": "^18.7.14",
51+
"@typescript-eslint/eslint-plugin": "^5.36.0",
52+
"@typescript-eslint/parser": "^5.36.0",
53+
"eslint": "^8.23.0",
5454
"husky": "^8.0.1",
55-
"jest": "^28.1.2",
56-
"jest-circus": "^28.1.2",
55+
"jest": "^29.0.1",
56+
"jest-circus": "^29.0.1",
5757
"lint-staged": "^13.0.3",
58-
"ts-jest": "^28.0.5",
59-
"typescript": "^4.7.4"
58+
"ts-jest": "^28.0.8",
59+
"typescript": "^4.8.2"
6060
},
6161
"publishConfig": {
6262
"access": "public"

0 commit comments

Comments
 (0)