|
10 | 10 | "lint": "next lint" |
11 | 11 | }, |
12 | 12 | "dependencies": { |
13 | | - "@mdx-js/loader": "^3.1.0", |
14 | | - "@mdx-js/react": "^3.1.0", |
15 | | - "@next/mdx": "^15.1.7", |
16 | | - "fast-xml-parser": "^5.0.1", |
17 | | - "graphql-request": "^7.2.0", |
18 | | - "html-to-text": "^9.0.5", |
| 13 | + "@mdx-js/loader": "3.1.0", |
| 14 | + "@mdx-js/react": "3.1.0", |
| 15 | + "@next/mdx": "15.1.7", |
| 16 | + "fast-xml-parser": "5.0.1", |
| 17 | + "graphql-request": "7.2.0", |
| 18 | + "html-to-text": "9.0.5", |
19 | 19 | "next": "15.1.7", |
20 | | - "react": "^19.0.0", |
21 | | - "react-dom": "^19.0.0", |
22 | | - "remark-frontmatter": "^5.0.0", |
23 | | - "remark-mdx-frontmatter": "^5.0.0" |
| 20 | + "react": "19.0.0", |
| 21 | + "react-dom": "19.0.0", |
| 22 | + "remark-frontmatter": "5.0.0", |
| 23 | + "remark-mdx-frontmatter": "5.0.0" |
24 | 24 | }, |
25 | 25 | "devDependencies": { |
26 | | - "@eslint/eslintrc": "^3", |
27 | | - "@types/html-to-text": "^9.0.4", |
28 | | - "@types/mdx": "^2.0.13", |
29 | | - "@types/node": "^20", |
30 | | - "@types/react": "^19", |
31 | | - "@types/react-dom": "^19", |
32 | | - "eslint": "^9", |
| 26 | + "@eslint/eslintrc": "3.2.0", |
| 27 | + "@types/html-to-text": "9.0.4", |
| 28 | + "@types/mdx": "2.0.13", |
| 29 | + "@types/node": "20.17.19", |
| 30 | + "@types/react": "19.0.10", |
| 31 | + "@types/react-dom": "19.0.4", |
| 32 | + "eslint": "9.20.1", |
33 | 33 | "eslint-config-next": "15.1.7", |
34 | | - "sass": "^1.85.0", |
35 | | - "typescript": "^5" |
| 34 | + "sass": "1.85.0", |
| 35 | + "typescript": "5.7.3" |
36 | 36 | } |
37 | 37 | } |
0 commit comments