Skip to content

Commit

Permalink
Merge branch 'main' into navigation-versions-menu
Browse files Browse the repository at this point in the history
  • Loading branch information
hasparus authored Jan 3, 2025
2 parents e438921 + 59f55ac commit 15e92b9
Show file tree
Hide file tree
Showing 10 changed files with 727 additions and 620 deletions.
5 changes: 5 additions & 0 deletions .changeset/@theguild_components-1912-dependencies.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@theguild/components": patch
---
dependencies updates:
- Updated dependency [`@next/bundle-analyzer@15.1.3` ↗︎](https://www.npmjs.com/package/@next/bundle-analyzer/v/15.1.3) (from `15.1.1`, in `dependencies`)
6 changes: 6 additions & 0 deletions .changeset/@theguild_components-1930-dependencies.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@theguild/components": patch
---
dependencies updates:
- Updated dependency [`nextra@4.0.0-app-router.42` ↗︎](https://www.npmjs.com/package/nextra/v/4.0.0) (from `4.0.0-app-router.39`, in `dependencies`)
- Updated dependency [`nextra-theme-docs@4.0.0-app-router.42` ↗︎](https://www.npmjs.com/package/nextra-theme-docs/v/4.0.0) (from `4.0.0-app-router.39`, in `dependencies`)
5 changes: 5 additions & 0 deletions .changeset/@theguild_components-1936-dependencies.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@theguild/components": patch
---
dependencies updates:
- Updated dependency [`@giscus/react@3.1.0` ↗︎](https://www.npmjs.com/package/@giscus/react/v/3.1.0) (from `3.0.0`, in `dependencies`)
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "the-guild-docs-monorepo",
"type": "module",
"private": true,
"packageManager": "pnpm@9.15.1",
"packageManager": "pnpm@9.15.2",
"scripts": {
"build": "turbo run build --filter=!website",
"build-example": "turbo run build --filter=website",
Expand Down Expand Up @@ -41,11 +41,11 @@
"@types/webpack": "5.28.5",
"css-loader": "7.1.2",
"eslint": "9.17.0",
"eslint-plugin-storybook": "0.11.1",
"eslint-plugin-storybook": "0.11.2",
"eslint-plugin-tailwindcss": "3.17.5",
"husky": "9.1.7",
"jest-image-snapshot": "6.4.0",
"lint-staged": "15.2.11",
"lint-staged": "15.3.0",
"next-themes": "0.4.4",
"postcss": "8.4.49",
"postcss-loader": "8.1.1",
Expand Down Expand Up @@ -84,7 +84,7 @@
"overrides": {
"@theguild/remark-npm2yarn": "workspace:*",
"@theguild/remark-mermaid": "workspace:*",
"esbuild": "0.24.0"
"esbuild": "0.24.2"
},
"patchedDependencies": {
"tsup@8.3.5": "patches/tsup@8.2.1.patch",
Expand Down
10 changes: 5 additions & 5 deletions packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,13 @@
"react-dom": "^18.2.0"
},
"dependencies": {
"@giscus/react": "3.0.0",
"@next/bundle-analyzer": "15.1.1",
"@giscus/react": "3.1.0",
"@next/bundle-analyzer": "15.1.3",
"@radix-ui/react-navigation-menu": "^1.2.0",
"clsx": "2.1.1",
"fuzzy": "0.1.3",
"nextra": "4.0.0-app-router.39",
"nextra-theme-docs": "4.0.0-app-router.39",
"nextra": "4.0.0-app-router.42",
"nextra-theme-docs": "4.0.0-app-router.42",
"react-paginate": "8.2.0",
"react-player": "2.16.0",
"semver": "^7.3.8",
Expand All @@ -73,7 +73,7 @@
"dedent": "1.5.3",
"esbuild-plugin-svgr": "^3.0.0",
"graphql": "16.10.0",
"next": "15.1.1",
"next": "15.1.3",
"react": "18.3.1",
"react-dom": "18.3.1",
"unified": "^11.0.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/og-image/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"yoga-wasm-web": "0.3.3"
},
"devDependencies": {
"@cloudflare/workers-types": "4.20241218.0",
"@cloudflare/workers-types": "4.20241230.0",
"@types/react": "18.3.18",
"typescript": "5.7.2",
"wrangler": "3.98.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/remark-mermaid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
},
"devDependencies": {
"@types/mdast": "4.0.4",
"nextra": "4.0.0-app-router.39",
"nextra": "4.0.0-app-router.42",
"react": "18.3.1",
"unified": "11.0.5"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/remark-npm2yarn/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
},
"devDependencies": {
"@types/mdast": "4.0.4",
"nextra": "4.0.0-app-router.39",
"nextra": "4.0.0-app-router.42",
"unified": "11.0.5"
},
"publishConfig": {
Expand Down
Loading

0 comments on commit 15e92b9

Please sign in to comment.