Skip to content
This repository was archived by the owner on Mar 18, 2025. It is now read-only.

Commit 2ec3418

Browse files
fix(deps): update nextra monorepo to v3.0.0-alpha.17 (#411)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Dotan Simha <[email protected]>
1 parent 8c395d4 commit 2ec3418

18 files changed

+474
-446
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@ build
66
out
77
.wrangler
88
website/.next
9-
tools/panic_free_analyzer/output.md
9+
tools/panic_free_analyzer/output.md
10+
sitemap.xml

website/.prettierignore

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
dist/
22
.next/
33
pnpm-lock.yaml
4+
out
5+
build

website/package.json

+2-3
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,15 @@
1818
},
1919
"dependencies": {
2020
"@monaco-editor/react": "4.6.0",
21-
"@theguild/components": "6.1.1",
21+
"@theguild/components": "6.2.0",
2222
"@theguild/prettier-config": "^2.0.2",
2323
"clsx": "2.1.0",
2424
"graphql": "16.8.1",
2525
"json-to-pretty-yaml": "1.2.2",
2626
"next": "13.5.6",
2727
"next-sitemap": "4.2.3",
2828
"next-themes": "0.2.1",
29-
"nextra": "3.0.0-alpha.10",
30-
"nextra-theme-docs": "3.0.0-alpha.10",
29+
"nextra": "3.0.0-alpha.17",
3130
"prettier": "^3.1.0",
3231
"prettier-plugin-tailwindcss": "0.5.11",
3332
"react": "18.2.0",

0 commit comments

Comments
 (0)