|
1 | 1 | { |
2 | 2 | "name": "performance-compare", |
3 | 3 | "version": "0.0.0", |
4 | | - "packageManager": "pnpm@9.14.4", |
| 4 | + "packageManager": "pnpm@9.15.4", |
5 | 5 | "dependencies": { |
6 | 6 | "@iconify-icons/material-symbols": "^1.2.58", |
7 | | - "@iconify/react": "^5.0.2", |
8 | | - "puppeteer": "^23.9.0", |
| 7 | + "@iconify/react": "^5.2.0", |
| 8 | + "puppeteer": "^23.11.1", |
9 | 9 | "react": "^18.3.1", |
10 | 10 | "react-dom": "^18.3.1", |
11 | | - "react-router-dom": "^6.28.0", |
| 11 | + "react-router-dom": "^6.28.2", |
12 | 12 | "tree-kill": "^1.2.2" |
13 | 13 | }, |
14 | 14 | "devDependencies": { |
15 | 15 | "@farmfe/cli": "^1.0.4", |
16 | | - "@farmfe/core": "1.4.5", |
| 16 | + "@farmfe/core": "1.6.6", |
17 | 17 | "@farmfe/plugin-react": "^1.2.6", |
18 | 18 | "@pmmmwh/react-refresh-webpack-plugin": "^0.5.15", |
19 | | - "@rsbuild/core": "^1.2.1", |
| 19 | + "@rsbuild/core": "^1.2.2", |
20 | 20 | "@rsbuild/plugin-react": "^1.1.0", |
21 | | - "@rspack/cli": "^1.2.1", |
22 | | - "@rspack/core": "^1.2.1", |
23 | | - "@rspack/plugin-react-refresh": "^1.0.0", |
| 21 | + "@rspack/cli": "^1.2.2", |
| 22 | + "@rspack/core": "^1.2.2", |
| 23 | + "@rspack/plugin-react-refresh": "^1.0.1", |
24 | 24 | "@swc/css": "^0.0.28", |
25 | | - "@types/react": "^18.3.12", |
26 | | - "@types/react-dom": "^18.3.1", |
27 | | - "@umijs/mako": "^0.9.7", |
| 25 | + "@types/react": "^18.3.18", |
| 26 | + "@types/react-dom": "^18.3.5", |
| 27 | + "@umijs/mako": "^0.11.3", |
28 | 28 | "@vitejs/plugin-react-swc": "^3.7.2", |
29 | 29 | "babel-loader": "^9.2.1", |
30 | 30 | "cross-env": "^7.0.3", |
31 | 31 | "css-loader": "^7.1.2", |
32 | 32 | "css-minimizer-webpack-plugin": "^7.0.0", |
33 | 33 | "html-webpack-plugin": "^5.6.3", |
34 | 34 | "mini-css-extract-plugin": "^2.9.2", |
35 | | - "next": "^15.0.3", |
36 | | - "react-refresh": "^0.14.2", |
37 | | - "rolldown": "^1.0.0-beta.0", |
| 35 | + "next": "^15.1.6", |
| 36 | + "react-refresh": "^0.16.0", |
| 37 | + "rolldown": "^1.0.0-beta.3", |
38 | 38 | "swc-loader": "^0.2.6", |
39 | | - "terser-webpack-plugin": "^5.3.10", |
40 | | - "typescript": "^5.7.2", |
41 | | - "vite": "^6.0.1", |
42 | | - "webpack": "^5.96.1", |
| 39 | + "terser-webpack-plugin": "^5.3.11", |
| 40 | + "typescript": "^5.7.3", |
| 41 | + "vite": "^6.0.11", |
| 42 | + "webpack": "^5.97.1", |
43 | 43 | "webpack-cli": "^6.0.1", |
44 | | - "webpack-dev-server": "^5.1.0" |
| 44 | + "webpack-dev-server": "^5.2.0" |
45 | 45 | }, |
46 | 46 | "scripts": { |
47 | 47 | "benchmark": "node benchmark.mjs", |
|
0 commit comments