@technote-space/anchor-markdown-header
Advanced tools
Comparing version 1.1.10 to 1.1.11
{ | ||
"name": "@technote-space/anchor-markdown-header", | ||
"version": "1.1.10", | ||
"version": "1.1.11", | ||
"description": "Generates an anchor for a markdown header.", | ||
@@ -44,3 +44,3 @@ "keywords": [ | ||
"dependencies": { | ||
"emoji-regex": "^9.2.0" | ||
"emoji-regex": "^9.2.1" | ||
}, | ||
@@ -51,11 +51,11 @@ "devDependencies": { | ||
"@types/jest": "^26.0.20", | ||
"@types/node": "^14.14.22", | ||
"@typescript-eslint/eslint-plugin": "^4.14.1", | ||
"@typescript-eslint/parser": "^4.14.1", | ||
"eslint": "^7.18.0", | ||
"husky": "^4.3.8", | ||
"@types/node": "^14.14.25", | ||
"@typescript-eslint/eslint-plugin": "^4.15.0", | ||
"@typescript-eslint/parser": "^4.15.0", | ||
"eslint": "^7.19.0", | ||
"husky": "^5.0.9", | ||
"jest": "^26.6.3", | ||
"jest-circus": "^26.6.3", | ||
"lint-staged": "^10.5.3", | ||
"ts-jest": "^26.4.4", | ||
"lint-staged": "^10.5.4", | ||
"ts-jest": "^26.5.0", | ||
"typescript": "^4.1.3" | ||
@@ -62,0 +62,0 @@ }, |
Updatedemoji-regex@^9.2.1