@technote-space/anchor-markdown-header
Advanced tools
Comparing version 1.1.35 to 1.1.36
{ | ||
"name": "@technote-space/anchor-markdown-header", | ||
"version": "1.1.35", | ||
"version": "1.1.36", | ||
"description": "Generates an anchor for a markdown header.", | ||
@@ -44,18 +44,18 @@ "keywords": [ | ||
"dependencies": { | ||
"emoji-regex": "^10.0.0" | ||
"emoji-regex": "^10.0.1" | ||
}, | ||
"devDependencies": { | ||
"@commitlint/cli": "^16.0.2", | ||
"@commitlint/config-conventional": "^16.0.0", | ||
"@types/jest": "^27.4.0", | ||
"@types/node": "^17.0.9", | ||
"@typescript-eslint/eslint-plugin": "^5.10.0", | ||
"@typescript-eslint/parser": "^5.10.0", | ||
"eslint": "^8.7.0", | ||
"@commitlint/cli": "^16.2.3", | ||
"@commitlint/config-conventional": "^16.2.1", | ||
"@types/jest": "^27.4.1", | ||
"@types/node": "^17.0.22", | ||
"@typescript-eslint/eslint-plugin": "^5.16.0", | ||
"@typescript-eslint/parser": "^5.16.0", | ||
"eslint": "^8.11.0", | ||
"husky": "^7.0.4", | ||
"jest": "^27.4.7", | ||
"jest-circus": "^27.4.6", | ||
"lint-staged": "^12.1.7", | ||
"jest": "^27.5.1", | ||
"jest-circus": "^27.5.1", | ||
"lint-staged": "^12.3.7", | ||
"ts-jest": "^27.1.3", | ||
"typescript": "^4.5.4" | ||
"typescript": "^4.6.2" | ||
}, | ||
@@ -62,0 +62,0 @@ "publishConfig": { |
12850
Updatedemoji-regex@^10.0.1