|
33 | 33 | "date-fns": "^2.16.1", |
34 | 34 | "debounce": "^1.2.1", |
35 | 35 | "github-slugger": "^1.3.0", |
36 | | - "next": "^13.4.1", |
| 36 | + "next": "15.0.4", |
37 | 37 | "next-remote-watch": "^1.0.0", |
38 | 38 | "parse-numeric-range": "^1.2.0", |
39 | | - "react": "^0.0.0-experimental-16d053d59-20230506", |
| 39 | + "react": "19.0.0", |
40 | 40 | "react-collapsed": "4.0.4", |
41 | | - "react-dom": "^0.0.0-experimental-16d053d59-20230506", |
42 | | - "remark-frontmatter": "^4.0.1", |
43 | | - "remark-gfm": "^3.0.1" |
| 41 | + "react-dom": "19.0.0", |
| 42 | + "rehype-external-links": "^3.0.0", |
| 43 | + "rehype-unwrap-images": "^1.0.0", |
| 44 | + "remark-frontmatter": "^5.0.0", |
| 45 | + "remark-gfm": "^4.0.0" |
44 | 46 | }, |
45 | 47 | "devDependencies": { |
46 | 48 | "@babel/core": "^7.12.9", |
47 | 49 | "@babel/plugin-transform-modules-commonjs": "^7.18.6", |
48 | | - "@babel/preset-react": "^7.18.6", |
49 | | - "@mdx-js/mdx": "^2.1.3", |
| 50 | + "@babel/preset-react": "^7.26.3", |
| 51 | + "@mdx-js/mdx": "^3.1.0", |
50 | 52 | "@types/body-scroll-lock": "^2.6.1", |
51 | 53 | "@types/classnames": "^2.2.10", |
52 | 54 | "@types/debounce": "^1.2.1", |
53 | 55 | "@types/github-slugger": "^1.3.0", |
54 | 56 | "@types/mdx-js__react": "^1.5.2", |
55 | 57 | "@types/node": "^14.6.4", |
56 | 58 | "@types/parse-numeric-range": "^0.0.1", |
57 | | - "@types/react": "^18.0.9", |
58 | | - "@types/react-dom": "^18.0.5", |
| 59 | + "@types/react": "19.0.0", |
| 60 | + "@types/react-dom": "19.0.0", |
59 | 61 | "@typescript-eslint/eslint-plugin": "^5.36.2", |
60 | 62 | "@typescript-eslint/parser": "^5.36.2", |
61 | 63 | "asyncro": "^3.0.0", |
62 | 64 | "autoprefixer": "^10.4.2", |
63 | 65 | "babel-eslint": "10.x", |
64 | 66 | "eslint": "7.x", |
65 | | - "eslint-config-next": "12.0.3", |
| 67 | + "eslint-config-next": "15.0.4", |
66 | 68 | "eslint-config-react-app": "^5.2.1", |
67 | 69 | "eslint-plugin-flowtype": "4.x", |
68 | 70 | "eslint-plugin-import": "2.x", |
|
84 | 86 | "postcss-preset-env": "^6.7.0", |
85 | 87 | "prettier": "^2.5.1", |
86 | 88 | "reading-time": "^1.2.0", |
87 | | - "remark": "^12.0.1", |
88 | | - "remark-external-links": "^7.0.0", |
89 | | - "remark-html": "^12.0.0", |
90 | | - "remark-images": "^2.0.0", |
91 | | - "remark-slug": "^7.0.0", |
92 | | - "remark-unwrap-images": "^2.0.0", |
| 89 | + "remark": "^15.0.1", |
| 90 | + "remark-external-links": "^10.0.0", |
| 91 | + "remark-html": "^16.0.1", |
| 92 | + "remark-images": "^4.1.0", |
| 93 | + "remark-slug": "^8.0.0", |
| 94 | + "remark-unwrap-images": "^5.0.0", |
93 | 95 | "retext": "^7.0.1", |
94 | 96 | "retext-smartypants": "^4.0.0", |
95 | 97 | "rss": "^1.2.2", |
|
109 | 111 | "lint-staged": { |
110 | 112 | "*.{js,ts,jsx,tsx,css}": "yarn prettier", |
111 | 113 | "src/**/*.md": "yarn fix-headings" |
| 114 | + }, |
| 115 | + "resolutions": { |
| 116 | + "@types/react": "19.0.0", |
| 117 | + "@types/react-dom": "19.0.0" |
112 | 118 | } |
113 | 119 | } |
0 commit comments