|
22 | 22 | "dependencies": {
|
23 | 23 | "@graphql-tools/schema": "10.0.15",
|
24 | 24 | "@headlessui/react": "^2.2.4",
|
25 |
| - "@radix-ui/react-radio-group": "^1.1.3", |
| 25 | + "@radix-ui/react-radio-group": "^1.2.2", |
26 | 26 | "@tailwindcss/container-queries": "^0.1.1",
|
27 | 27 | "@tailwindcss/nesting": "0.0.0-insiders.565cd3e",
|
28 |
| - "@tailwindcss/typography": "^0.5.10", |
29 |
| - "autoprefixer": "^10.4.17", |
30 |
| - "clsx": "^2.1.0", |
| 28 | + "@tailwindcss/typography": "^0.5.15", |
| 29 | + "autoprefixer": "^10.4.20", |
| 30 | + "clsx": "^2.1.1", |
31 | 31 | "codemirror": "^5.65.19",
|
32 | 32 | "codemirror-graphql": "1.3.2",
|
33 | 33 | "date-fns": "^2.30.0",
|
34 |
| - "fast-glob": "^3.3.2", |
| 34 | + "fast-glob": "^3.3.3", |
35 | 35 | "graphql": "16.10.0",
|
36 | 36 | "gray-matter": "^4.0.3",
|
37 | 37 | "hast-util-to-string": "3.0.1",
|
38 |
| - "iframe-resizer-react": "^1.1.0", |
| 38 | + "iframe-resizer-react": "^1.1.1", |
39 | 39 | "leaflet": "^1.9.4",
|
40 | 40 | "lucide-react": "^0.469.0",
|
41 |
| - "markdown-to-jsx": "^7.4.0", |
| 41 | + "markdown-to-jsx": "^7.7.2", |
42 | 42 | "marked": "5.1.2",
|
43 | 43 | "motion": "^12.11.0",
|
44 |
| - "next": "^14.2.5", |
45 |
| - "next-image-export-optimizer": "^1.12.3", |
46 |
| - "next-query-params": "^5.0.0", |
| 44 | + "next": "^14.2.22", |
| 45 | + "next-image-export-optimizer": "^1.18.0", |
| 46 | + "next-query-params": "^5.0.1", |
47 | 47 | "next-sitemap": "^4.2.3",
|
48 | 48 | "next-with-less": "^3.0.1",
|
49 | 49 | "nextra": "3.0.0-alpha.28",
|
50 | 50 | "nextra-theme-docs": "3.0.0-alpha.28",
|
51 | 51 | "numbro": "2.5.0",
|
52 | 52 | "p-limit": "^4.0.0",
|
53 | 53 | "parser-front-matter": "1.6.4",
|
54 |
| - "postcss": "^8.4.33", |
| 54 | + "postcss": "^8.4.49", |
55 | 55 | "react": "^18.3.1",
|
56 | 56 | "react-dom": "^18.3.1",
|
57 | 57 | "react-medium-image-zoom": "5.2.13",
|
58 | 58 | "react-use-measure": "^2.1.7",
|
59 | 59 | "rss": "1.2.2",
|
60 | 60 | "server-only": "0.0.1",
|
61 | 61 | "string-similarity": "^4.0.4",
|
62 |
| - "string-strip-html": "^13.4.5", |
63 |
| - "tailwindcss": "^3.4.1", |
| 62 | + "string-strip-html": "^13.4.8", |
| 63 | + "tailwindcss": "^3.4.17", |
64 | 64 | "timeago.js": "4.0.2",
|
65 | 65 | "unified": "11.0.5",
|
66 | 66 | "unist-util-visit": "^5.0.0",
|
67 | 67 | "use-query-params": "^2.2.1"
|
68 | 68 | },
|
69 | 69 | "devDependencies": {
|
70 | 70 | "@graphql-eslint/eslint-plugin": "4.3.0",
|
71 |
| - "@svgr/webpack": "^8.0.1", |
| 71 | + "@next/eslint-plugin-next": "^15.3.3", |
| 72 | + "@svgr/webpack": "^8.1.0", |
72 | 73 | "@types/codemirror": "5.60.7",
|
73 | 74 | "@types/hast": "3.0.4",
|
74 |
| - "@types/node": "^22.10.2", |
75 |
| - "@types/react": "^18.2.73", |
| 75 | + "@types/node": "^22.10.5", |
| 76 | + "@types/react": "^18.3.18", |
76 | 77 | "@types/rss": "0.0.32",
|
77 | 78 | "@types/string-similarity": "^4.0.2",
|
78 | 79 | "@typescript-eslint/eslint-plugin": "7.18.0",
|
79 | 80 | "@typescript-eslint/parser": "7.18.0",
|
80 | 81 | "eslint": "8.57.1",
|
81 | 82 | "eslint-config-prettier": "^9.1.0",
|
82 | 83 | "eslint-plugin-mdx": "^3.1.5",
|
| 84 | + "eslint-plugin-react": "^7.37.5", |
| 85 | + "eslint-plugin-react-hooks": "^5.2.0", |
83 | 86 | "eslint-plugin-tailwindcss": "3.17.5",
|
84 | 87 | "prettier": "3.5.3",
|
85 | 88 | "prettier-plugin-pkg": "^0.20.0",
|
|
0 commit comments