|
5 | 5 | "description": "httptoolkit.com", |
6 | 6 | "main": "n/a", |
7 | 7 | "scripts": { |
8 | | - "dev": "next dev", |
| 8 | + "dev": "next dev --webpack", |
9 | 9 | "dev-docker": "npm run build && docker build . --tag htk-website && docker run --rm -it -p 8080:80 htk-website", |
10 | | - "build": "next build && next-image-export-optimizer", |
| 10 | + "build": "next build --webpack && next-image-export-optimizer", |
11 | 11 | "analyze-bundle": "ANALYZE=true npm run build", |
12 | 12 | "start": "next start -p 4000", |
13 | 13 | "check-types": "tsc --noemit", |
|
25 | 25 | }, |
26 | 26 | "homepage": "https://github.com/httptoolkit/httptoolkit-website", |
27 | 27 | "dependencies": { |
28 | | - "@docsearch/react": "^3.6.0", |
| 28 | + "@docsearch/react": "^3.9.0", |
29 | 29 | "@httptoolkit/accounts": "^3.0.1", |
30 | 30 | "@httptoolkit/util": "^0.1.5", |
31 | 31 | "@linaria/core": "^7.0.0", |
32 | 32 | "@linaria/react": "^7.0.1", |
33 | 33 | "@phosphor-icons/react": "^2.1.10", |
34 | | - "@radix-ui/react-accordion": "^1.1.2", |
35 | | - "@radix-ui/react-dropdown-menu": "^2.0.6", |
36 | | - "@radix-ui/react-tooltip": "^1.0.7", |
| 34 | + "@radix-ui/react-accordion": "^1.2.13", |
| 35 | + "@radix-ui/react-dropdown-menu": "^2.1.17", |
| 36 | + "@radix-ui/react-tooltip": "^1.2.9", |
37 | 37 | "@wyw-in-js/babel-preset": "^1.0.6", |
38 | 38 | "@wyw-in-js/transform": "^1.0.6", |
39 | 39 | "date-fns": "^1.29.0", |
|
42 | 42 | "lodash-es": "^4.18.1", |
43 | 43 | "marked": "^12.0.0", |
44 | 44 | "mobx": "^6.12.1", |
45 | | - "mobx-react-lite": "^4.0.6", |
46 | | - "next": "^14.2.35", |
47 | | - "next-image-export-optimizer": "^1.12.3", |
48 | | - "next-mdx-remote": "^4.4.1", |
| 45 | + "mobx-react-lite": "^4.1.1", |
| 46 | + "next": "^16.2.6", |
| 47 | + "next-image-export-optimizer": "^1.20.1", |
| 48 | + "next-mdx-remote": "^6.0.0", |
49 | 49 | "next-sitemap": "^4.2.3", |
50 | 50 | "next-themes": "^0.2.1", |
51 | 51 | "next-with-linaria": "^1.3.0", |
52 | 52 | "posthog-js": "^1.359.1", |
53 | 53 | "prismjs": "^1.27.0", |
54 | | - "react": "^18.2.0", |
55 | | - "react-dom": "^18.2.0", |
| 54 | + "react": "^19.2.6", |
| 55 | + "react-dom": "^19.2.6", |
56 | 56 | "react-fast-marquee": "^1.6.4", |
57 | | - "react-intersection-observer": "^9.8.2", |
58 | | - "react-plock": "^3.1.0", |
| 57 | + "react-intersection-observer": "^9.16.0", |
| 58 | + "react-plock": "^3.6.1", |
59 | 59 | "server-only": "^0.0.1", |
60 | | - "vaul": "^0.9.0" |
| 60 | + "vaul": "^1.1.2" |
61 | 61 | }, |
62 | 62 | "devDependencies": { |
63 | 63 | "@commitlint/cli": "^17.4.4", |
64 | 64 | "@commitlint/config-conventional": "^17.6.6", |
65 | | - "@next/bundle-analyzer": "^14.2.1", |
| 65 | + "@next/bundle-analyzer": "^16.2.6", |
66 | 66 | "@svgr/webpack": "^8.1.0", |
67 | 67 | "@types/lodash-es": "^4.17.12", |
68 | 68 | "@types/mdx": "^2.0.11", |
69 | 69 | "@types/node": "^20", |
70 | 70 | "@types/prismjs": "^1.26.3", |
71 | | - "@types/react": "^18", |
72 | | - "@types/react-dom": "^18", |
| 71 | + "@types/react": "^19.2.14", |
| 72 | + "@types/react-dom": "^19.2.3", |
73 | 73 | "html-minifier": "^4.0.0", |
74 | 74 | "rss": "^1.2.2", |
75 | 75 | "showdown": "^2.1.0", |
|
0 commit comments