Skip to content

Commit

Permalink
bump nextra (#1415)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
dimaMachina and github-actions[bot] authored Oct 11, 2023
1 parent b2daca4 commit 5941bfe
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 28 deletions.
1 change: 1 addition & 0 deletions website/next-sitemap.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@
module.exports = {
siteUrl: process.env.SITE_URL || 'https://the-guild.dev/graphql/config',
generateIndexSitemap: false,
exclude: ['*/_meta'],
};
10 changes: 5 additions & 5 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
"analyze": "cross-env ANALYZE=true pnpm run build"
},
"dependencies": {
"@theguild/components": "6.0.0",
"next": "13.5.4",
"next-sitemap": "4.2.3",
"react": "18.2.0",
"react-dom": "18.2.0"
"@theguild/components": "^6.0.1",
"next": "^13.5.4",
"next-sitemap": "^4.2.3",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"browserslist": {
"production": [
Expand Down
42 changes: 19 additions & 23 deletions website/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5941bfe

Please sign in to comment.