Skip to content

Commit 5393caa

Browse files
fix(internal-links): simplify library and relative path calculations with node:path
1 parent e658d92 commit 5393caa

File tree

6 files changed

+374
-360
lines changed

6 files changed

+374
-360
lines changed

package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
},
6464
"dependencies": {
6565
"@mdx-js/mdx": "^2.3.0",
66-
"@next/mdx": "^13.2.4",
66+
"@next/mdx": "^13.3.0",
6767
"github-slugger": "^2.0.0",
6868
"gray-matter": "^4.0.3",
6969
"lodash": "^4.17.21",
@@ -103,25 +103,25 @@
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.15",
107-
"eslint": "^8.37.0",
106+
"esbuild": "^0.17.16",
107+
"eslint": "^8.38.0",
108108
"eslint-config-prettier": "^8.8.0",
109109
"eslint-plugin-mdx": "^2.0.5",
110110
"eslint-plugin-react": "^7.32.2",
111111
"eslint-plugin-react-hooks": "^4.6.0",
112112
"husky": "^8.0.3",
113113
"jsdom": "^21.1.1",
114-
"lint-staged": "^13.2.0",
114+
"lint-staged": "^13.2.1",
115115
"mdx-observable": "^0.2.0",
116-
"next": "^13.2.4",
116+
"next": "^13.3.0",
117117
"nock": "^13.3.0",
118118
"pinst": "^3.0.0",
119119
"pkg-dir": "^7.0.0",
120120
"prettier": "^2.8.7",
121121
"react": "18.2.0",
122122
"react-dom": "18.2.0",
123123
"rollup": "^3.20.2",
124-
"vitest": "^0.29.8",
124+
"vitest": "^0.30.1",
125125
"watch": "^1.0.2",
126126
"whatwg-fetch": "^3.6.2"
127127
},

0 commit comments

Comments
 (0)