@technote-space/anchor-markdown-header
Advanced tools
Comparing version 1.1.14 to 1.1.15
{ | ||
"name": "@technote-space/anchor-markdown-header", | ||
"version": "1.1.14", | ||
"version": "1.1.15", | ||
"description": "Generates an anchor for a markdown header.", | ||
@@ -44,3 +44,3 @@ "keywords": [ | ||
"dependencies": { | ||
"emoji-regex": "^9.2.1" | ||
"emoji-regex": "^9.2.2" | ||
}, | ||
@@ -51,5 +51,5 @@ "devDependencies": { | ||
"@types/jest": "^26.0.20", | ||
"@types/node": "^14.14.31", | ||
"@typescript-eslint/eslint-plugin": "^4.16.1", | ||
"@typescript-eslint/parser": "^4.16.1", | ||
"@types/node": "^14.14.32", | ||
"@typescript-eslint/eslint-plugin": "^4.17.0", | ||
"@typescript-eslint/parser": "^4.17.0", | ||
"eslint": "^7.21.0", | ||
@@ -60,4 +60,4 @@ "husky": "^5.1.3", | ||
"lint-staged": "^10.5.4", | ||
"ts-jest": "^26.5.2", | ||
"typescript": "^4.2.2" | ||
"ts-jest": "^26.5.3", | ||
"typescript": "^4.2.3" | ||
}, | ||
@@ -64,0 +64,0 @@ "publishConfig": { |
Updatedemoji-regex@^9.2.2