|
11 | 11 | "lint": "prettier **/*.{astro,js,jsx,ts,mdx,mjs,module.css,css,html,md} --write --no-error-on-unmatched-pattern" |
12 | 12 | }, |
13 | 13 | "dependencies": { |
14 | | - "@astrojs/mdx": "^3.1.8", |
15 | | - "@astrojs/react": "^3.6.2", |
16 | | - "@kbox-labs/react-echarts": "^1.4.0", |
17 | | - "@reactuses/core": "^5.0.23", |
18 | | - "@tanstack/react-table": "^8.20.5", |
19 | | - "@types/react": "^18.3.12", |
20 | | - "@types/react-dom": "^18.3.1", |
21 | | - "astro": "^4.16.3", |
| 14 | + "@astrojs/mdx": "4.3.3", |
| 15 | + "@astrojs/react": "4.3.0", |
| 16 | + "@kbox-labs/react-echarts": "^1.4.2", |
| 17 | + "@reactuses/core": "^6.0.6", |
| 18 | + "@tanstack/react-table": "^8.21.3", |
| 19 | + "astro": "5.12.9", |
22 | 20 | "astro-google-analytics": "^1.0.3", |
23 | 21 | "clsx": "^2.1.1", |
24 | | - "echarts": "^5.5.1", |
| 22 | + "echarts": "^6.0.0", |
25 | 23 | "lodash-es": "^4.17.21", |
26 | | - "plotly.js-dist": "^2.35.2", |
27 | | - "react": "^18.3.1", |
28 | | - "react-dom": "^18.3.1", |
29 | | - "react-icons": "^5.3.0", |
30 | | - "string-strip-html": "^13.4.8", |
| 24 | + "plotly.js-dist": "^3.1.0", |
| 25 | + "react": "^19.1.1", |
| 26 | + "react-dom": "^19.1.1", |
| 27 | + "react-icons": "^5.5.0", |
| 28 | + "string-strip-html": "^13.4.13", |
31 | 29 | "tippy.js": "^6.3.7", |
32 | 30 | "ua-parser-js": "^2.0.4" |
33 | 31 | }, |
34 | 32 | "devDependencies": { |
35 | | - "@ianvs/prettier-plugin-sort-imports": "^4.3.1", |
36 | | - "postcss": "^8.4.47", |
37 | | - "prettier": "^3.3.3", |
| 33 | + "@ianvs/prettier-plugin-sort-imports": "^4.6.1", |
| 34 | + "@types/react": "^19.1.10", |
| 35 | + "@types/react-dom": "^19.1.7", |
| 36 | + "postcss": "^8.5.6", |
| 37 | + "prettier": "^3.6.2", |
38 | 38 | "prettier-plugin-astro": "^0.14.1", |
39 | 39 | "prettier-plugin-css-order": "^2.1.2", |
40 | | - "vite-plugin-svgr": "^4.2.0", |
41 | | - "yaml": "^2.6.1" |
| 40 | + "vite-plugin-svgr": "^4.3.0", |
| 41 | + "yaml": "^2.8.1" |
42 | 42 | } |
43 | 43 | } |
0 commit comments