Skip to content

Upgrade #1115

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Upgrade #1115

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions contentlayer.config.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/* eslint-disable */

import { defineDocumentType, makeSource } from 'contentlayer/source-files';
import fs from 'fs';
import rehypeAutolinkHeadings from 'rehype-autolink-headings';
Expand Down
153 changes: 76 additions & 77 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,79 +1,78 @@
{
"name": "sourcegraph-docs",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"baseai": "baseai",
"sync": "npx baseai@latest deploy -m memory-sg-docs-live",
"llmstxt": "node scripts/llms-txt-generator.js"
},
"browserslist": "defaults, not ie <= 11",
"dependencies": {
"@algolia/autocomplete-core": "^1.9.2",
"@algolia/client-search": "^4.22.1",
"@baseai/core": "^0.9.40",
"@docsearch/react": "3",
"@headlessui/react": "^1.7.13",
"@heroicons/react": "^2.0.18",
"@langbase/components": "^0.1.8",
"@mdx-js/mdx": "^3.0.1",
"@next/third-parties": "^14.1.4",
"@radix-ui/react-hover-card": "^1.1.1",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-slot": "^1.0.2",
"@tailwindcss/typography": "^0.5.7",
"@types/node": "20.4.9",
"@types/react": "18.2.20",
"@types/react-dom": "18.2.7",
"@types/react-highlight-words": "^0.16.4",
"algoliasearch": "^4.22.1",
"autoprefixer": "^10.4.12",
"class-variance-authority": "^0.7.0",
"clsx": "^1.2.1",
"contentlayer": "^0.3.4",
"date-fns": "^2.30.0",
"fast-glob": "^3.2.12",
"feed": "^4.2.2",
"flexsearch": "^0.7.31",
"github-slugger": "^2.0.0",
"js-yaml": "^4.1.0",
"kbar": "^0.1.0-beta.44",
"langbase": "^1.1.46",
"lucide-react": "^0.372.0",
"mdx": "^0.3.1",
"next": "^14.2.3",
"next-contentlayer": "^0.3.4",
"next-themes": "^0.2.1",
"prism-react-renderer": "^2.0.6",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-highlight-words": "^0.20.0",
"react-syntax-highlighter": "^15.5.0",
"rehype-autolink-headings": "^7.1.0",
"rehype-pretty-code": "^0.10.2",
"rehype-slug": "^6.0.0",
"rehype-toc": "^3.0.2",
"remark-gfm": "3.0.1",
"shiki": "^0.14.5",
"simple-functional-loader": "^1.2.1",
"tailwind-merge": "^2.3.0",
"tailwindcss": "^3.3.3",
"tailwindcss-animate": "^1.0.7",
"typescript": "5.1.6",
"unist-util-visit": "^5.0.0"
},
"devDependencies": {
"baseai": "^0.9.40",
"dotenv": "^16.4.7",
"eslint": "8.45.0",
"eslint-config-next": "13.4.16",
"glob": "^11.0.1",
"prettier": "^3.0.1",
"prettier-plugin-tailwindcss": "^0.5.2",
"sharp": "^0.32.0"
}
"name": "sourcegraph-docs",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"baseai": "baseai",
"sync": "npx baseai@latest deploy -m docs",
"llmstxt": "node scripts/llms-txt-generator.js"
},
"browserslist": "defaults, not ie <= 11",
"dependencies": {
"@algolia/autocomplete-core": "^1.9.2",
"@algolia/client-search": "^4.22.1",
"@baseai/core": "^0.9.40",
"@docsearch/react": "3",
"@headlessui/react": "^1.7.13",
"@heroicons/react": "^2.0.18",
"@langbase/components": "^0.1.5",
"@mdx-js/mdx": "^3.0.1",
"@next/third-parties": "^15.1.3",
"@radix-ui/react-hover-card": "^1.1.1",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-slot": "^1.0.2",
"@tailwindcss/typography": "^0.5.7",
"@types/node": "20.4.9",
"@types/react": "18.2.20",
"@types/react-dom": "18.2.7",
"@types/react-highlight-words": "^0.16.4",
"algoliasearch": "^4.22.1",
"autoprefixer": "^10.4.12",
"class-variance-authority": "^0.7.0",
"clsx": "^1.2.1",
"contentlayer": "^0.3.4",
"date-fns": "^2.30.0",
"fast-glob": "^3.2.12",
"feed": "^4.2.2",
"flexsearch": "^0.7.31",
"github-slugger": "^2.0.0",
"js-yaml": "^4.1.0",
"kbar": "^0.1.0-beta.44",
"langbase": "^1.1.26",
"lucide-react": "^0.372.0",
"mdx": "^0.3.1",
"next": "^15.1.6",
"next-contentlayer": "^0.3.4",
"next-themes": "^0.2.1",
"prism-react-renderer": "^2.0.6",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-highlight-words": "^0.20.0",
"react-syntax-highlighter": "^15.5.0",
"rehype-autolink-headings": "^7.1.0",
"rehype-pretty-code": "^0.10.2",
"rehype-slug": "^6.0.0",
"rehype-toc": "^3.0.2",
"remark-gfm": "3.0.1",
"shiki": "^0.14.5",
"simple-functional-loader": "^1.2.1",
"tailwind-merge": "^2.3.0",
"tailwindcss": "^3.3.3",
"tailwindcss-animate": "^1.0.7",
"typescript": "5.7.2",
"unist-util-visit": "^5.0.0"
},
"devDependencies": {
"baseai": "^0.9.40",
"eslint": "8.45.0",
"eslint-config-next": "13.4.16",
"glob": "^11.0.1",
"prettier": "^3.0.1",
"prettier-plugin-tailwindcss": "^0.5.2",
"sharp": "^0.32.0"
}
}
Loading