Skip to content

Commit 4fefc20

Browse files
fix(deps): update all non-major dependencies (#16)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b0041d7 commit 4fefc20

File tree

2 files changed

+420
-479
lines changed

2 files changed

+420
-479
lines changed

package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,45 +1,45 @@
11
{
22
"name": "performance-compare",
33
"version": "0.0.0",
4-
"packageManager": "pnpm@10.3.0",
4+
"packageManager": "pnpm@10.5.2",
55
"dependencies": {
66
"@iconify-icons/material-symbols": "^1.2.58",
77
"@iconify/react": "^5.2.0",
8-
"puppeteer": "^24.2.0",
8+
"puppeteer": "^24.3.0",
99
"react": "^19.0.0",
1010
"react-dom": "^19.0.0",
11-
"react-router-dom": "^7.1.5",
11+
"react-router-dom": "^7.2.0",
1212
"tree-kill": "^1.2.2"
1313
},
1414
"devDependencies": {
1515
"@farmfe/cli": "^1.0.4",
1616
"@farmfe/core": "1.6.6",
1717
"@farmfe/plugin-react": "^1.2.6",
1818
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.15",
19-
"@rsbuild/core": "^1.2.7",
20-
"@rsbuild/plugin-react": "^1.1.0",
21-
"@rspack/cli": "^1.2.3",
22-
"@rspack/core": "^1.2.3",
19+
"@rsbuild/core": "^1.2.12",
20+
"@rsbuild/plugin-react": "^1.1.1",
21+
"@rspack/cli": "^1.2.6",
22+
"@rspack/core": "^1.2.6",
2323
"@rspack/plugin-react-refresh": "^1.0.1",
2424
"@swc/css": "^0.0.28",
25-
"@types/react": "^19.0.8",
26-
"@types/react-dom": "^19.0.3",
27-
"@umijs/mako": "^0.11.3",
25+
"@types/react": "^19.0.10",
26+
"@types/react-dom": "^19.0.4",
27+
"@umijs/mako": "^0.11.5",
2828
"@vitejs/plugin-react-swc": "^3.8.0",
2929
"babel-loader": "^9.2.1",
3030
"cross-env": "^7.0.3",
3131
"css-loader": "^7.1.2",
3232
"css-minimizer-webpack-plugin": "^7.0.0",
3333
"html-webpack-plugin": "^5.6.3",
3434
"mini-css-extract-plugin": "^2.9.2",
35-
"next": "^15.1.7",
35+
"next": "^15.2.0",
3636
"react-refresh": "^0.16.0",
3737
"rolldown": "^1.0.0-beta.3",
3838
"swc-loader": "^0.2.6",
39-
"terser-webpack-plugin": "^5.3.11",
39+
"terser-webpack-plugin": "^5.3.12",
4040
"typescript": "^5.7.3",
41-
"vite": "^6.1.0",
42-
"webpack": "^5.97.1",
41+
"vite": "^6.2.0",
42+
"webpack": "^5.98.0",
4343
"webpack-cli": "^6.0.1",
4444
"webpack-dev-server": "^5.2.0"
4545
},

0 commit comments

Comments
 (0)