Skip to content

Commit 398ace8

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

File tree

6 files changed

+943
-1043
lines changed

6 files changed

+943
-1043
lines changed

cases/react-10k/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@iconify/react": "^6.0.2",
2424
"react": "^19.2.1",
2525
"react-dom": "^19.2.1",
26-
"react-router-dom": "^7.10.0"
26+
"react-router-dom": "^7.10.1"
2727
},
2828
"browserslist": "Chrome >= 93"
2929
}

cases/react-1k/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@iconify/react": "^6.0.2",
2424
"react": "^19.2.1",
2525
"react-dom": "^19.2.1",
26-
"react-router-dom": "^7.10.0"
26+
"react-router-dom": "^7.10.1"
2727
},
2828
"browserslist": "Chrome >= 93"
2929
}

cases/react-5k/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@iconify/react": "^6.0.2",
2424
"react": "^19.2.1",
2525
"react-dom": "^19.2.1",
26-
"react-router-dom": "^7.10.0"
26+
"react-router-dom": "^7.10.1"
2727
},
2828
"browserslist": "Chrome >= 93"
2929
}

cases/ui-components/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@
1818
"@emotion/styled": "^11.14.1",
1919
"@fluentui/react": "^8.125.2",
2020
"@headlessui/react": "^2.2.9",
21-
"@mantine/core": "^8.3.9",
21+
"@mantine/core": "^8.3.10",
2222
"@mui/material": "^7.3.6",
23-
"antd": "^6.0.1",
24-
"element-plus": "^2.11.9",
23+
"antd": "^6.1.0",
24+
"element-plus": "^2.12.0",
2525
"react": "^19.2.1",
2626
"react-bootstrap": "^2.10.10",
2727
"react-dom": "^19.2.1",

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -10,52 +10,52 @@
1010
"@farmfe/cli": "^1.0.5",
1111
"@farmfe/core": "1.7.11",
1212
"@farmfe/plugin-react": "^1.2.6",
13-
"@parcel/config-default": "^2.16.1",
13+
"@parcel/config-default": "^2.16.3",
1414
"@pmmmwh/react-refresh-webpack-plugin": "^0.6.2",
15-
"@rsbuild/core": "1.6.12",
15+
"@rsbuild/core": "1.6.14",
1616
"@rsbuild/plugin-react": "^1.4.2",
1717
"@rsdoctor/rspack-plugin": "^1.3.12",
18-
"@rspack/cli": "1.6.6",
19-
"@rspack/core": "1.6.6",
18+
"@rspack/cli": "1.6.7",
19+
"@rspack/core": "1.6.7",
2020
"@rspack/plugin-react-refresh": "^1.5.3",
2121
"@swc/core": "^1.15.3",
2222
"@types/fs-extra": "^11.0.4",
23-
"@types/node": "^24.10.1",
23+
"@types/node": "^24.10.2",
2424
"@types/pidusage": "^2.0.5",
2525
"@types/react": "^19.2.7",
2626
"@types/react-dom": "^19.2.3",
27-
"@vitejs/plugin-react": "^5.1.1",
27+
"@vitejs/plugin-react": "^5.1.2",
2828
"@vitejs/plugin-react-swc": "^4.2.2",
2929
"browserslist": "^4.28.1",
3030
"buffer": "^6.0.3",
3131
"cross-env": "^10.1.0",
32-
"css-minimizer-webpack-plugin": "^7.0.2",
32+
"css-minimizer-webpack-plugin": "^7.0.3",
3333
"esbuild": "^0.27.1",
3434
"fast-glob": "^3.3.3",
3535
"fs-extra": "^11.3.2",
3636
"gzip-size": "^7.0.0",
3737
"html-webpack-plugin": "^5.6.5",
3838
"lightningcss": "^1.30.2",
3939
"markdown-table": "^3.0.4",
40-
"parcel": "^2.16.1",
40+
"parcel": "^2.16.3",
4141
"picocolors": "^1.1.1",
4242
"pidusage": "^4.0.1",
4343
"prettier": "^3.7.4",
44-
"puppeteer": "^24.32.0",
44+
"puppeteer": "^24.32.1",
4545
"react-refresh": "^0.18.0",
4646
"rolldown": "^1.0.0-beta.53",
4747
"rolldown-vite": "~7.2.10",
4848
"rslog": "^1.3.2",
4949
"swc-loader": "^0.2.6",
50-
"terser-webpack-plugin": "^5.3.14",
50+
"terser-webpack-plugin": "^5.3.15",
5151
"tree-kill": "^1.2.2",
5252
"typescript": "^5.9.3",
53-
"vite": "^7.2.6",
53+
"vite": "^7.2.7",
5454
"webpack": "^5.103.0",
5555
"webpack-cli": "^6.0.1",
5656
"webpack-dev-server": "^5.2.2"
5757
},
58-
"packageManager": "pnpm@10.24.0",
58+
"packageManager": "pnpm@10.25.0",
5959
"engines": {
6060
"node": ">=24.11.1"
6161
},

0 commit comments

Comments
 (0)