Skip to content

release: v1.1.43 #79

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 30 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
2163db4
chore: update npm dependencies
technote-space May 30, 2023
506acbd
feat: update package version
technote-space May 30, 2023
aafbc6a
chore: update npm dependencies
technote-space Jun 6, 2023
efea1df
chore: update npm dependencies
technote-space Jun 13, 2023
70b9a35
chore: update npm dependencies
technote-space Jun 20, 2023
f9be43b
chore: update npm dependencies
technote-space Jul 11, 2023
821b871
chore: update npm dependencies
technote-space Jul 18, 2023
bafe28d
chore: update npm dependencies
technote-space Jul 25, 2023
0c95119
chore: update npm dependencies
technote-space Aug 1, 2023
51626d4
chore: update npm dependencies
technote-space Aug 8, 2023
e880946
chore: update npm dependencies
technote-space Aug 15, 2023
f2d98fe
chore: update npm dependencies
technote-space Aug 22, 2023
9b6a253
chore: update npm dependencies
technote-space Aug 29, 2023
7c3666c
chore: update npm dependencies
technote-space Sep 5, 2023
a761e00
chore: update npm dependencies
technote-space Sep 12, 2023
c867cd6
chore: update npm dependencies
technote-space Sep 19, 2023
8a4b9c1
chore: update npm dependencies
technote-space Sep 26, 2023
b312713
chore: update npm dependencies
technote-space Oct 3, 2023
c976a3b
chore: update npm dependencies
technote-space Oct 10, 2023
153e9ef
chore: update npm dependencies
technote-space Oct 17, 2023
8858652
chore: update npm dependencies
technote-space Oct 24, 2023
6dd3110
chore: update npm dependencies
technote-space Oct 31, 2023
4811df9
chore: update npm dependencies
technote-space Nov 7, 2023
fded8f9
chore: update npm dependencies
technote-space Nov 14, 2023
ea92bdc
chore: update npm dependencies
technote-space Nov 21, 2023
ea6a867
chore: update npm dependencies
technote-space Nov 28, 2023
8ee7d16
chore: update npm dependencies
technote-space Dec 5, 2023
ddc5e10
chore: update npm dependencies
technote-space Dec 12, 2023
6ac8c8c
chore: update npm dependencies
technote-space Dec 19, 2023
08f8625
chore: update npm dependencies
technote-space Dec 26, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@technote-space/anchor-markdown-header",
"version": "1.1.42",
"version": "1.1.43",
"description": "Generates an anchor for a markdown header.",
"keywords": [
"markdown",
Expand Down Expand Up @@ -41,22 +41,22 @@
"update": "npx npm-check-updates -u && yarn install && yarn upgrade && yarn audit"
},
"dependencies": {
"emoji-regex": "^10.2.1"
"emoji-regex": "^10.3.0"
},
"devDependencies": {
"@commitlint/cli": "^17.6.3",
"@commitlint/config-conventional": "^17.6.3",
"@types/jest": "^29.5.1",
"@types/node": "^20.2.3",
"@typescript-eslint/eslint-plugin": "^5.59.7",
"@typescript-eslint/parser": "^5.59.7",
"eslint": "^8.41.0",
"@commitlint/cli": "^18.4.3",
"@commitlint/config-conventional": "^18.4.3",
"@types/jest": "^29.5.11",
"@types/node": "^20.10.5",
"@typescript-eslint/eslint-plugin": "^6.16.0",
"@typescript-eslint/parser": "^6.16.0",
"eslint": "^8.56.0",
"husky": "^8.0.3",
"jest": "^29.5.0",
"jest-circus": "^29.5.0",
"lint-staged": "^13.2.2",
"ts-jest": "^29.1.0",
"typescript": "^5.0.4"
"jest": "^29.7.0",
"jest-circus": "^29.7.0",
"lint-staged": "^15.2.0",
"ts-jest": "^29.1.1",
"typescript": "^5.3.3"
},
"publishConfig": {
"access": "public"
Expand Down
Loading