|
5 | 5 | "license": "MIT", |
6 | 6 | "type": "module", |
7 | 7 | "scripts": { |
8 | | - "dev": "next dev", |
9 | | - "build": "next build && yarn sitemap", |
| 8 | + "dev": "next dev --webpack", |
| 9 | + "build": "next build --webpack && yarn sitemap", |
10 | 10 | "start": "next start", |
11 | 11 | "sitemap": "node ./scripts/build-sitemap.js" |
12 | 12 | }, |
13 | 13 | "dependencies": { |
14 | 14 | "@docsearch/css": "3.9.0", |
15 | 15 | "@docsearch/react": "3.9.0", |
16 | | - "@mdx-js/loader": "^3.1.0", |
17 | | - "@mdx-js/react": "^3.1.0", |
| 16 | + "@mdx-js/loader": "^3.1.1", |
| 17 | + "@mdx-js/react": "^3.1.1", |
18 | 18 | "@monaco-editor/react": "^4.7.0", |
19 | | - "@next/mdx": "^15.4.6", |
| 19 | + "@next/mdx": "16.0.0", |
20 | 20 | "@octokit/graphql": "^9.0.1", |
21 | 21 | "@reactions/component": "^2.0.2", |
22 | 22 | "@tanstack/react-query": "^5.85.3", |
23 | 23 | "@types/mdx": "^2.0.13", |
24 | | - "@types/react": "^19.1.10", |
25 | | - "@types/react-dom": "^19.1.7", |
| 24 | + "@types/react": "19.2.2", |
| 25 | + "@types/react-dom": "19.2.2", |
26 | 26 | "axios": "^1.12.0", |
27 | 27 | "body-scroll-lock": "^3.1.5", |
28 | 28 | "classnames": "^2.5.1", |
29 | 29 | "copy-to-clipboard": "^3.3.3", |
30 | 30 | "dedent": "^1.6.0", |
31 | 31 | "docsearch.js": "^2.6.3", |
32 | | - "next": "^15.4.6", |
| 32 | + "next": "16.0.0", |
33 | 33 | "orval": "*", |
34 | 34 | "prettier": "3.6.2", |
35 | 35 | "prism-react-renderer": "^2.4.1", |
36 | 36 | "prismjs": "^1.30.0", |
37 | | - "react": "^19.1.1", |
38 | | - "react-dom": "^19.1.1", |
| 37 | + "react": "19.2.0", |
| 38 | + "react-dom": "19.2.0", |
39 | 39 | "react-icons": "^5.5.0", |
40 | 40 | "react-live": "^4.1.8", |
41 | 41 | "react-select": "^5.10.2", |
|
44 | 44 | "rehype-slug": "^6.0.0", |
45 | 45 | "rehype-unwrap-images": "^1.0.0", |
46 | 46 | "remark": "^15.0.1", |
47 | | - "remark-emoji": "^5.0.1", |
| 47 | + "remark-emoji": "^5.0.2", |
48 | 48 | "remark-frontmatter": "^5.0.0", |
49 | 49 | "remark-gfm": "^4.0.1", |
50 | 50 | "remark-images": "^4.1.0", |
|
56 | 56 | }, |
57 | 57 | "devDependencies": { |
58 | 58 | "@tailwindcss/forms": "^0.5.10", |
59 | | - "@tailwindcss/postcss": "^4.1.12", |
| 59 | + "@tailwindcss/postcss": "^4.1.15", |
60 | 60 | "monaco-editor": "^0.52.2", |
61 | 61 | "nextjs-sitemap-generator": "^1.3.1", |
62 | 62 | "postcss": "8.5.6", |
63 | | - "tailwindcss": "^4.1.12" |
| 63 | + "tailwindcss": "^4.1.15" |
64 | 64 | }, |
65 | 65 | "engines": { |
66 | 66 | "node": "22.x" |
|
0 commit comments