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