Skip to content

Commit f5639d8

Browse files
authored
Fix relative links (#459)
* Fix relative links * Clearer comment
1 parent 7120c45 commit f5639d8

File tree

5 files changed

+368
-378
lines changed

5 files changed

+368
-378
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"eslint-plugin-mdx": "^2.1.0",
2828
"husky": "^8.0.3",
2929
"lint-staged": "^13.2.3",
30-
"prettier": "^3.0.0",
30+
"prettier": "^3.0.1",
3131
"prettier-plugin-pkg": "^0.18.0",
3232
"remark-frontmatter": "^4.0.1",
3333
"remark-lint-first-heading-level": "^3.1.2",

packages/nextra-theme/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,19 +43,19 @@
4343
"react-use": "^17.4.0"
4444
},
4545
"devDependencies": {
46-
"@edgeandnode/gds": "^2.8.0",
47-
"@edgeandnode/organisms": "^2.9.0",
46+
"@edgeandnode/gds": "^2.8.1",
47+
"@edgeandnode/organisms": "^2.9.1",
4848
"@emotion/react": "^11.11.1",
4949
"@types/lodash": "^4.14.196",
50-
"@types/react": "^18.2.17",
50+
"@types/react": "^18.2.18",
5151
"@types/react-dom": "^18.2.7",
5252
"next": "^13.4.12",
5353
"next-seo": "^6.1.0",
5454
"nextra": "2.7.1",
5555
"react": "^18.2.0",
5656
"react-dom": "^18.2.0",
5757
"theme-ui": "^0.16.0",
58-
"tsup": "^7.1.0"
58+
"tsup": "^7.2.0"
5959
},
6060
"sideEffects": false
6161
}

0 commit comments

Comments
 (0)