|
12 | 12 | "prepare": "husky" |
13 | 13 | }, |
14 | 14 | "dependencies": { |
15 | | - "@headlessui/react": "1.7.19", |
16 | | - "@next/bundle-analyzer": "14.2.3", |
17 | | - "@tailwindcss/forms": "^0.5.7", |
18 | | - "@tailwindcss/typography": "^0.5.12", |
| 15 | + "@headlessui/react": "2.2.0", |
| 16 | + "@next/bundle-analyzer": "15.0.2", |
| 17 | + "@tailwindcss/forms": "^0.5.9", |
| 18 | + "@tailwindcss/typography": "^0.5.15", |
19 | 19 | "autoprefixer": "^10.4.13", |
20 | 20 | "body-scroll-lock": "^4.0.0-beta.0", |
21 | | - "contentlayer2": "0.5.1", |
| 21 | + "contentlayer2": "0.5.3", |
22 | 22 | "esbuild": "0.20.2", |
23 | 23 | "github-slugger": "^2.0.0", |
24 | 24 | "gray-matter": "^4.0.2", |
25 | 25 | "hast-util-from-html-isomorphic": "^2.0.0", |
26 | 26 | "image-size": "1.0.0", |
27 | | - "next": "14.2.3", |
28 | | - "next-contentlayer2": "0.5.1", |
| 27 | + "next": "15.0.2", |
| 28 | + "next-contentlayer2": "0.5.3", |
29 | 29 | "next-themes": "^0.3.0", |
30 | | - "pliny": "0.2.1", |
| 30 | + "pliny": "0.4.0", |
31 | 31 | "postcss": "^8.4.24", |
32 | | - "react": "18.3.1", |
33 | | - "react-dom": "18.3.1", |
| 32 | + "react": "rc", |
| 33 | + "react-dom": "rc", |
34 | 34 | "reading-time": "1.5.0", |
35 | 35 | "rehype-autolink-headings": "^7.1.0", |
36 | 36 | "rehype-citation": "^2.0.0", |
|
42 | 42 | "remark-gfm": "^4.0.0", |
43 | 43 | "remark-github-blockquote-alert": "^1.2.1", |
44 | 44 | "remark-math": "^6.0.0", |
45 | | - "tailwindcss": "^3.4.3", |
| 45 | + "tailwindcss": "^3.4.14", |
46 | 46 | "unist-util-visit": "^5.0.0" |
47 | 47 | }, |
48 | 48 | "devDependencies": { |
49 | 49 | "@svgr/webpack": "^8.0.1", |
50 | 50 | "@types/mdx": "^2.0.12", |
51 | 51 | "@types/react": "^18.2.73", |
52 | | - "@typescript-eslint/eslint-plugin": "^6.1.0", |
53 | | - "@typescript-eslint/parser": "^6.1.0", |
| 52 | + "@typescript-eslint/eslint-plugin": "^8.12.0", |
| 53 | + "@typescript-eslint/parser": "^8.12.0", |
54 | 54 | "cross-env": "^7.0.3", |
55 | | - "eslint": "^8.45.0", |
56 | | - "eslint-config-next": "14.2.3", |
57 | | - "eslint-config-prettier": "^8.8.0", |
58 | | - "eslint-plugin-prettier": "^5.0.0", |
| 55 | + "eslint": "^9.14.0", |
| 56 | + "eslint-config-next": "15.0.2", |
| 57 | + "eslint-config-prettier": "^9.1.0", |
| 58 | + "eslint-plugin-prettier": "^5.2.0", |
59 | 59 | "husky": "^9.0.0", |
60 | 60 | "lint-staged": "^13.0.0", |
61 | 61 | "prettier": "^3.0.0", |
|
0 commit comments