Skip to content

Commit 4879c3b

Browse files
fix: link render issue with trailing slashes activated
1 parent d03ecbb commit 4879c3b

File tree

4 files changed

+1717
-1551
lines changed

4 files changed

+1717
-1551
lines changed

package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
"rehype-sanitize": "^5.0.1",
8181
"rehype-slug": "^5.1.0",
8282
"remark-comment": "^1.0.0",
83-
"remark-custom-heading-id": "^1.0.0",
83+
"remark-custom-heading-id": "^1.0.1",
8484
"remark-external-links": "^9.0.1",
8585
"remark-gfm": "^3.0.1",
8686
"remark-inline-links": "^6.0.1",
@@ -90,9 +90,9 @@
9090
"vfile": "^5.3.7"
9191
},
9292
"devDependencies": {
93-
"@babel/preset-env": "^7.20.2",
93+
"@babel/preset-env": "^7.21.4",
9494
"@babel/preset-react": "^7.18.6",
95-
"@commitlint/cli": "^17.5.0",
95+
"@commitlint/cli": "^17.5.1",
9696
"@commitlint/config-conventional": "^17.4.4",
9797
"@mdx-js/runtime": "^1.6.22",
9898
"@rollup/plugin-babel": "^6.0.3",
@@ -103,8 +103,8 @@
103103
"@testing-library/react": "^14.0.0",
104104
"@testing-library/user-event": "^14.4.3",
105105
"@vitejs/plugin-react": "^3.1.0",
106-
"esbuild": "^0.17.12",
107-
"eslint": "^8.36.0",
106+
"esbuild": "^0.17.15",
107+
"eslint": "^8.37.0",
108108
"eslint-config-prettier": "^8.8.0",
109109
"eslint-plugin-mdx": "^2.0.5",
110110
"eslint-plugin-react": "^7.32.2",
@@ -117,11 +117,11 @@
117117
"nock": "^13.3.0",
118118
"pinst": "^3.0.0",
119119
"pkg-dir": "^7.0.0",
120-
"prettier": "^2.8.6",
120+
"prettier": "^2.8.7",
121121
"react": "18.2.0",
122122
"react-dom": "18.2.0",
123-
"rollup": "^3.20.0",
124-
"vitest": "^0.29.7",
123+
"rollup": "^3.20.2",
124+
"vitest": "^0.29.8",
125125
"watch": "^1.0.2",
126126
"whatwg-fetch": "^3.6.2"
127127
},

0 commit comments

Comments
 (0)