|
3 | 3 | "private": true, |
4 | 4 | "license": "SEE LICENSE IN LICENSE.code.txt AND LICENSE.content.txt", |
5 | 5 | "type": "module", |
6 | | - "packageManager": "yarn@4.2.1", |
| 6 | + "packageManager": "yarn@4.5.3", |
7 | 7 | "scripts": { |
8 | 8 | "dev": "next dev", |
9 | 9 | "dev:turbo": "next dev --turbo", |
|
17 | 17 | "generate:post": "node ./.bin/generate_post.mjs" |
18 | 18 | }, |
19 | 19 | "dependencies": { |
20 | | - "@mdx-js/loader": "^3.0.1", |
21 | | - "@mdx-js/node-loader": "^3.0.1", |
22 | | - "@mdx-js/react": "^3.0.1", |
23 | | - "@next/mdx": "^14.2.3", |
24 | | - "@tailwindcss/typography": "0.5.13", |
25 | | - "@types/ramda": "^0.30.0", |
| 20 | + "@mdx-js/loader": "^3.1.0", |
| 21 | + "@mdx-js/node-loader": "^3.1.0", |
| 22 | + "@mdx-js/react": "^3.1.0", |
| 23 | + "@next/mdx": "15.0.3", |
| 24 | + "@tailwindcss/typography": "0.5.15", |
| 25 | + "@types/ramda": "^0.30.2", |
26 | 26 | "clsx": "2.1.1", |
27 | | - "dayjs": "^1.11.11", |
| 27 | + "dayjs": "^1.11.13", |
28 | 28 | "disqus-react": "^1.1.5", |
29 | 29 | "fast-glob": "^3.3.2", |
30 | | - "next": "14.2.3", |
| 30 | + "next": "15.0.3", |
31 | 31 | "next-sitemap": "4.2.3", |
32 | 32 | "prismjs": "^1.29.0", |
33 | 33 | "ramda": "^0.30.1", |
34 | | - "react": "18.3.1", |
35 | | - "react-dom": "18.3.1", |
| 34 | + "react": "19.0.0-rc-66855b96-20241106", |
| 35 | + "react-dom": "19.0.0-rc-66855b96-20241106", |
36 | 36 | "react-redux": "^9.1.2", |
37 | 37 | "react-to-text": "^2.0.1", |
38 | 38 | "rehype-mathjax": "^6.0.0", |
39 | 39 | "rehype-prism-plus": "^2.0.0", |
40 | 40 | "remark-gfm": "^4.0.0", |
41 | 41 | "remark-math": "^6.0.0", |
42 | 42 | "schema-dts": "1.1.2", |
43 | | - "sharp": "^0.33.4", |
44 | | - "unified": "^11.0.4", |
45 | | - "wasm-vips": "0.0.9", |
| 43 | + "sharp": "^0.33.5", |
| 44 | + "unified": "^11.0.5", |
| 45 | + "wasm-vips": "0.0.11", |
46 | 46 | "yargs": "17.7.2" |
47 | 47 | }, |
48 | 48 | "devDependencies": { |
49 | | - "@next/env": "^14.2.3", |
50 | | - "@types/node": "^20.14.2", |
51 | | - "@types/react": "^18.3.3", |
52 | | - "@types/react-dom": "^18.3.0", |
53 | | - "@typescript-eslint/eslint-plugin": "^7.12.0", |
54 | | - "@typescript-eslint/parser": "^7.12.0", |
55 | | - "autoprefixer": "^10.4.19", |
56 | | - "eslint": "^8.57.0", |
57 | | - "eslint-config-next": "^14.2.3", |
| 49 | + "@next/env": "15.0.3", |
| 50 | + "@types/node": "^20.17.8", |
| 51 | + "@types/react": "npm:types-react@19.0.0-rc.1", |
| 52 | + "@types/react-dom": "npm:types-react-dom@19.0.0-rc.1", |
| 53 | + "@typescript-eslint/eslint-plugin": "^7.18.0", |
| 54 | + "@typescript-eslint/parser": "^7.18.0", |
| 55 | + "autoprefixer": "^10.4.20", |
| 56 | + "eslint": "^8.57.1", |
| 57 | + "eslint-config-next": "15.0.3", |
58 | 58 | "eslint-config-prettier": "^9.1.0", |
59 | 59 | "eslint-import-resolver-node": "^0.3.9", |
60 | | - "eslint-plugin-import": "^2.29.1", |
61 | | - "eslint-plugin-jsx-a11y": "^6.8.0", |
| 60 | + "eslint-plugin-import": "^2.31.0", |
| 61 | + "eslint-plugin-jsx-a11y": "^6.10.2", |
62 | 62 | "eslint-plugin-node": "^11.1.0", |
63 | | - "eslint-plugin-prettier": "^5.1.3", |
64 | | - "eslint-plugin-promise": "^6.2.0", |
65 | | - "eslint-plugin-react": "^7.34.2", |
| 63 | + "eslint-plugin-prettier": "^5.2.1", |
| 64 | + "eslint-plugin-promise": "^7.2.0", |
| 65 | + "eslint-plugin-react": "^7.37.2", |
66 | 66 | "image-size": "^1.1.1", |
67 | 67 | "npm-run-all": "4.1.5", |
68 | | - "postcss": "^8.4.38", |
69 | | - "prettier": "^3.3.1", |
70 | | - "prettier-plugin-tailwindcss": "^0.6.2", |
71 | | - "tailwindcss": "^3.4.4", |
| 68 | + "postcss": "^8.4.49", |
| 69 | + "prettier": "^3.3.3", |
| 70 | + "prettier-plugin-tailwindcss": "^0.6.9", |
| 71 | + "tailwindcss": "^3.4.15", |
72 | 72 | "ts-node": "^10.9.2", |
73 | | - "types-ramda": "^0.30.0", |
74 | | - "typescript": "^5.4.5" |
| 73 | + "types-ramda": "^0.30.1", |
| 74 | + "typescript": "^5.7.2" |
75 | 75 | }, |
76 | 76 | "overrides": { |
77 | 77 | "sharp": "$sharp" |
|
88 | 88 | "plugins": [ |
89 | 89 | "prettier-plugin-tailwindcss" |
90 | 90 | ] |
| 91 | + }, |
| 92 | + "resolutions": { |
| 93 | + "@types/react": "npm:types-react@19.0.0-rc.1", |
| 94 | + "@types/react-dom": "npm:types-react-dom@19.0.0-rc.1" |
91 | 95 | } |
92 | 96 | } |
0 commit comments