Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/next' into pr/vasfvitor/1746
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzolewis committed Dec 11, 2023
2 parents e426d8c + c5d67e9 commit 83bfb45
Show file tree
Hide file tree
Showing 18 changed files with 471 additions and 18 deletions.
2 changes: 1 addition & 1 deletion astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ function i18nRedirect(from, to) {
: (routes[`/${locale}/${from.replaceAll(/^\/*/g, '')}`] = `/${locale}/${to.replaceAll(
/^\/*/g,
''
)}`)
)}`)
);
return routes;
}
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,16 @@
"preview": "astro preview"
},
"dependencies": {
"@astrojs/markdown-remark": "^3.5.0",
"@astrojs/markdown-remark": "^4.0.1",
"@astrojs/starlight": "^0.13.0",
"@types/json-schema": "^7.0.15",
"astro": "^3.6.4",
"astro-feelback": "^0.3.4",
"prettier": "^3.1.0",
"prettier": "^3.1.1",
"prettier-plugin-astro": "^0.12.2",
"rehype-autolink-headings": "^7.1.0",
"sharp": "^0.32.6",
"shiki": "^0.14.5",
"shiki": "^0.14.6",
"starlight-blog": "^0.4.0",
"starlight-links-validator": "^0.4.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/js-api-generator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
"tsm": "^2.3.0",
"typedoc": "^0.25.4",
"typedoc-plugin-markdown": "4.0.0-next.17",
"typedoc-plugin-mdn-links": "^3.1.6"
"typedoc-plugin-mdn-links": "^3.1.7"
}
}
Loading

0 comments on commit 83bfb45

Please sign in to comment.