Skip to content

Commit 15a698a

Browse files
committed
Upgrading
1 parent 2e123a8 commit 15a698a

File tree

8 files changed

+6044
-7020
lines changed

8 files changed

+6044
-7020
lines changed

contentlayer.config.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
/* eslint-disable */
2+
13
import { defineDocumentType, makeSource } from 'contentlayer/source-files';
24
import fs from 'fs';
35
import rehypeAutolinkHeadings from 'rehype-autolink-headings';

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@heroicons/react": "^2.0.18",
2222
"@langbase/components": "^0.1.5",
2323
"@mdx-js/mdx": "^3.0.1",
24-
"@next/third-parties": "^14.1.4",
24+
"@next/third-parties": "^15.1.3",
2525
"@radix-ui/react-hover-card": "^1.1.1",
2626
"@radix-ui/react-select": "^2.0.0",
2727
"@radix-ui/react-slot": "^1.0.2",
@@ -45,12 +45,12 @@
4545
"langbase": "^1.1.26",
4646
"lucide-react": "^0.372.0",
4747
"mdx": "^0.3.1",
48-
"next": "^14.2.3",
48+
"next": "^15.1.3",
4949
"next-contentlayer": "^0.3.4",
5050
"next-themes": "^0.2.1",
5151
"prism-react-renderer": "^2.0.6",
52-
"react": "18.3.1",
53-
"react-dom": "18.3.1",
52+
"react": "19.0.0",
53+
"react-dom": "19.0.0",
5454
"react-highlight-words": "^0.20.0",
5555
"react-syntax-highlighter": "^15.5.0",
5656
"rehype-autolink-headings": "^7.1.0",
@@ -63,7 +63,7 @@
6363
"tailwind-merge": "^2.3.0",
6464
"tailwindcss": "^3.3.3",
6565
"tailwindcss-animate": "^1.0.7",
66-
"typescript": "5.1.6",
66+
"typescript": "5.7.2",
6767
"unist-util-visit": "^5.0.0"
6868
},
6969
"devDependencies": {

0 commit comments

Comments
 (0)