Skip to content

Commit b42a32f

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

File tree

2 files changed

+387
-503
lines changed

2 files changed

+387
-503
lines changed

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
{
22
"name": "performance-compare",
33
"version": "0.0.0",
4-
"packageManager": "pnpm@10.5.2",
4+
"packageManager": "pnpm@10.6.2",
55
"dependencies": {
66
"@iconify-icons/material-symbols": "^1.2.58",
77
"@iconify/react": "^5.2.0",
8-
"puppeteer": "^24.3.0",
8+
"puppeteer": "^24.4.0",
99
"react": "^19.0.0",
1010
"react-dom": "^19.0.0",
11-
"react-router-dom": "^7.2.0",
11+
"react-router-dom": "^7.3.0",
1212
"tree-kill": "^1.2.2"
1313
},
1414
"devDependencies": {
1515
"@farmfe/cli": "^1.0.4",
16-
"@farmfe/core": "1.6.6",
16+
"@farmfe/core": "1.6.7",
1717
"@farmfe/plugin-react": "^1.2.6",
1818
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.15",
19-
"@rsbuild/core": "^1.2.14",
19+
"@rsbuild/core": "^1.2.16",
2020
"@rsbuild/plugin-react": "^1.1.1",
21-
"@rspack/cli": "^1.2.6",
22-
"@rspack/core": "^1.2.6",
21+
"@rspack/cli": "^1.2.7",
22+
"@rspack/core": "^1.2.7",
2323
"@rspack/plugin-react-refresh": "^1.0.1",
2424
"@swc/css": "^0.0.28",
2525
"@types/react": "^19.0.10",
@@ -29,16 +29,16 @@
2929
"babel-loader": "^10.0.0",
3030
"cross-env": "^7.0.3",
3131
"css-loader": "^7.1.2",
32-
"css-minimizer-webpack-plugin": "^7.0.0",
32+
"css-minimizer-webpack-plugin": "^7.0.2",
3333
"html-webpack-plugin": "^5.6.3",
3434
"mini-css-extract-plugin": "^2.9.2",
35-
"next": "^15.2.0",
35+
"next": "^15.2.1",
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.12",
39+
"terser-webpack-plugin": "^5.3.14",
4040
"typescript": "^5.8.2",
41-
"vite": "^6.2.0",
41+
"vite": "^6.2.1",
4242
"webpack": "^5.98.0",
4343
"webpack-cli": "^6.0.1",
4444
"webpack-dev-server": "^5.2.0"

0 commit comments

Comments
 (0)