|
8 | 8 | "start": "next start", |
9 | 9 | "test": "jest", |
10 | 10 | "test:watch": "jest --watch", |
11 | | - "lint": "next lint", |
| 11 | + "lint": "eslint .", |
12 | 12 | "check-types": "tsc --noEmit", |
13 | 13 | "prepare": "husky install", |
14 | 14 | "postbuild": "next-sitemap" |
15 | 15 | }, |
16 | 16 | "dependencies": { |
17 | | - "@fec/remark-a11y-emoji": "^3.1.0", |
18 | | - "@headlessui/react": "^1.7.3", |
| 17 | + "@fec/remark-a11y-emoji": "^4.0.2", |
| 18 | + "@headlessui/react": "^2.2.9", |
19 | 19 | "@heroicons/react": "^2.0.12", |
20 | | - "@mapbox/rehype-prism": "^0.8.0", |
21 | 20 | "@mdx-js/loader": "^2.1.5", |
22 | 21 | "@mdx-js/react": "^2.1.5", |
23 | | - "@next/mdx": "^13.0.4", |
| 22 | + "@next/mdx": "16.0.7", |
24 | 23 | "@plaiceholder/next": "^2.5.0", |
25 | 24 | "@radix-ui/react-slot": "^1.2.3", |
26 | 25 | "@radix-ui/react-tooltip": "^1.2.7", |
27 | 26 | "@tailwindcss/postcss": "^4.1.8", |
28 | 27 | "@types/lodash": "^4.17.17", |
29 | 28 | "@types/matter-js": "^0.19.8", |
30 | 29 | "@types/rss": "^0.0.32", |
31 | | - "@vercel/analytics": "^0.1.3", |
| 30 | + "@vercel/analytics": "^1.6.1", |
32 | 31 | "autoprefixer": "^10.4.20", |
33 | 32 | "class-variance-authority": "^0.7.1", |
34 | 33 | "clsx": "^1.2.1", |
35 | 34 | "core-js": "^3.6.5", |
36 | 35 | "fp-ts": "^2.13.1", |
37 | 36 | "glob": "^8.0.3", |
38 | 37 | "gray-matter": "^4.0.3", |
39 | | - "hastscript": "^7.1.0", |
| 38 | + "hastscript": "^9.0.1", |
40 | 39 | "lodash": "^4.17.21", |
41 | 40 | "lucide-react": "^0.474.0", |
42 | 41 | "marked": "^4.1.1", |
43 | 42 | "matter-js": "^0.20.0", |
44 | 43 | "motion": "^12.16.0", |
45 | 44 | "nanoid": "^4.0.0", |
46 | | - "next": "14.2.29", |
47 | | - "next-mdx-remote": "^4.1.0", |
| 45 | + "next": "16.0.7", |
| 46 | + "next-mdx-remote": "^5.0.0", |
48 | 47 | "next-seo": "^5.8.0", |
49 | 48 | "next-sitemap": "^3.1.29", |
50 | 49 | "plaiceholder": "^2.5.0", |
51 | 50 | "poly-decomp": "^0.3.0", |
52 | 51 | "postcss": "^8.5.4", |
53 | 52 | "posthog-js": "^1.187.2", |
54 | | - "react": "18", |
55 | | - "react-confetti": "^6.1.0", |
56 | | - "react-dom": "18", |
| 53 | + "react": "19.2.1", |
| 54 | + "react-confetti": "^6.4.0", |
| 55 | + "react-dom": "19.2.1", |
57 | 56 | "react-syntax-highlighter": "^15.5.0", |
58 | 57 | "react-use": "^17.5.1", |
59 | 58 | "regenerator-runtime": "0.13.7", |
60 | | - "rehype-autolink-headings": "^6.1.1", |
61 | | - "rehype-slug": "^5.0.1", |
62 | | - "rehype-stringify": "^9.0.3", |
63 | | - "remark-gfm": "^3.0.1", |
64 | | - "remark-parse": "^10.0.1", |
65 | | - "remark-rehype": "^10.1.0", |
| 59 | + "rehype-autolink-headings": "^7.1.0", |
| 60 | + "rehype-prism-plus": "^2.0.1", |
| 61 | + "rehype-slug": "^6.0.0", |
| 62 | + "remark-gfm": "^4.0.1", |
66 | 63 | "rss": "^1.2.2", |
67 | 64 | "sharp": "^0.31.2", |
68 | 65 | "svg-path-commander": "^2.1.11", |
|
77 | 74 | "@swc-node/register": "^1.4.2", |
78 | 75 | "@swc/core": "^1.2.173", |
79 | 76 | "@tailwindcss/typography": "^0.5.16", |
| 77 | + "@testing-library/dom": "^10.0.0", |
80 | 78 | "@testing-library/jest-dom": "^5.16.5", |
81 | | - "@testing-library/react": "13.4.0", |
| 79 | + "@testing-library/react": "16.3.0", |
82 | 80 | "@types/glob": "^8.0.0", |
83 | 81 | "@types/jest": "29.2.3", |
84 | 82 | "@types/node": "18.11.9", |
85 | | - "@types/react": "18.0.25", |
86 | | - "@types/react-dom": "18.0.9", |
| 83 | + "@types/react": "19.2.7", |
| 84 | + "@types/react-dom": "19.2.3", |
87 | 85 | "@types/react-syntax-highlighter": "^15.5.5", |
88 | | - "@typescript-eslint/eslint-plugin": "^5.44.0", |
89 | | - "@typescript-eslint/parser": "^5.44.0", |
| 86 | + "@typescript-eslint/eslint-plugin": "^8.48.1", |
| 87 | + "@typescript-eslint/parser": "^8.48.1", |
90 | 88 | "babel-jest": "29.3.1", |
91 | 89 | "cypress": "^11.2.0", |
92 | 90 | "cz-conventional-changelog": "^3.3.0", |
93 | | - "eslint": "8.28.0", |
94 | | - "eslint-config-next": "14.2.29", |
| 91 | + "eslint": "^9.39.1", |
| 92 | + "eslint-config-next": "16.0.7", |
95 | 93 | "eslint-config-prettier": "8.5.0", |
96 | 94 | "eslint-plugin-cypress": "^2.12.1", |
97 | | - "eslint-plugin-import": "2.26.0", |
98 | | - "eslint-plugin-jsx-a11y": "6.6.1", |
99 | | - "eslint-plugin-react": "7.31.11", |
100 | | - "eslint-plugin-react-hooks": "4.6.0", |
| 95 | + "eslint-plugin-import": "2.32.0", |
| 96 | + "eslint-plugin-jsx-a11y": "6.10.2", |
| 97 | + "eslint-plugin-react": "7.37.5", |
| 98 | + "eslint-plugin-react-hooks": "7.0.1", |
101 | 99 | "husky": "^8.0.1", |
102 | | - "jest": "28.1.1", |
103 | | - "jest-environment-jsdom": "28.1.1", |
| 100 | + "jest": "29.7.0", |
| 101 | + "jest-environment-jsdom": "29.7.0", |
104 | 102 | "lint-staged": "^13.0.3", |
105 | 103 | "prettier": "^2.6.2", |
106 | | - "react-test-renderer": "18.2.0", |
107 | 104 | "rehype-prism": "link:@types/@mapbox/rehype-prism", |
108 | 105 | "remark-a11y-emoji": "link:@types/@fec/remark-a11y-emoji", |
109 | | - "ts-jest": "28.0.5", |
| 106 | + "ts-jest": "29.4.6", |
110 | 107 | "ts-node": "10.9.1", |
111 | 108 | "tw-animate-css": "^1.3.3", |
112 | | - "typescript": "4.9.3" |
| 109 | + "typescript": "5.9.3" |
113 | 110 | }, |
114 | 111 | "config": { |
115 | 112 | "commitizen": { |
|
125 | 122 | "prettier --write" |
126 | 123 | ] |
127 | 124 | }, |
128 | | - "packageManager": "pnpm@9.15.0" |
| 125 | + "packageManager": "pnpm@9.15.0", |
| 126 | + "pnpm": { |
| 127 | + "overrides": { |
| 128 | + "@types/react": "19.2.7", |
| 129 | + "@types/react-dom": "19.2.3" |
| 130 | + } |
| 131 | + } |
129 | 132 | } |
0 commit comments