Skip to content

Commit f26c1cf

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

File tree

7 files changed

+264
-280
lines changed

7 files changed

+264
-280
lines changed

cases/popular-libs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@
4949
"react": "^19.2.5",
5050
"react-dom": "^19.2.5",
5151
"react-hook-form": "^7.72.1",
52-
"react-i18next": "^17.0.2",
53-
"react-router-dom": "^7.14.0",
52+
"react-i18next": "^17.0.3",
53+
"react-router-dom": "^7.14.1",
5454
"remeda": "^2.33.7",
5555
"rxjs": "^7.8.2",
5656
"solid-js": "^1.9.12",

cases/react-10k/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@iconify/react": "^6.0.2",
2222
"react": "^19.2.5",
2323
"react-dom": "^19.2.5",
24-
"react-router-dom": "^7.14.0"
24+
"react-router-dom": "^7.14.1"
2525
},
2626
"browserslist": "Chrome >= 93"
2727
}

cases/react-1k/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@iconify/react": "^6.0.2",
2222
"react": "^19.2.5",
2323
"react-dom": "^19.2.5",
24-
"react-router-dom": "^7.14.0"
24+
"react-router-dom": "^7.14.1"
2525
},
2626
"browserslist": "Chrome >= 93"
2727
}

cases/react-5k/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@iconify/react": "^6.0.2",
2222
"react": "^19.2.5",
2323
"react-dom": "^19.2.5",
24-
"react-router-dom": "^7.14.0"
24+
"react-router-dom": "^7.14.1"
2525
},
2626
"browserslist": "Chrome >= 93"
2727
}

cases/ui-components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@emotion/styled": "^11.14.1",
2121
"@fluentui/react": "^8.125.5",
2222
"@headlessui/react": "^2.2.10",
23-
"@mantine/core": "^9.0.1",
23+
"@mantine/core": "^9.0.2",
2424
"@mui/material": "^9.0.0",
2525
"@radix-ui/themes": "^3.3.0",
2626
"antd": "^6.3.5",

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@
1818
"@rollup/plugin-json": "^6.1.0",
1919
"@rollup/plugin-node-resolve": "^16.0.3",
2020
"@rollup/plugin-replace": "^6.0.3",
21-
"@rsbuild/core": "2.0.0-rc.2",
21+
"@rsbuild/core": "2.0.0-rc.3",
2222
"@rsbuild/plugin-react": "^1.4.6",
23-
"@rsdoctor/rspack-plugin": "^1.5.7",
24-
"@rspack/cli": "2.0.0-rc.1",
25-
"@rspack/core": "2.0.0-rc.1",
26-
"@rspack/dev-server": "2.0.0-rc.2",
23+
"@rsdoctor/rspack-plugin": "^1.5.8",
24+
"@rspack/cli": "2.0.0-rc.2",
25+
"@rspack/core": "2.0.0-rc.2",
26+
"@rspack/dev-server": "2.0.0-rc.3",
2727
"@rspack/plugin-react-refresh": "^2.0.0",
28-
"@swc/core": "^1.15.24",
28+
"@swc/core": "^1.15.26",
2929
"@types/fs-extra": "^11.0.4",
3030
"@types/node": "^24.12.2",
3131
"@types/pidusage": "^2.0.5",
@@ -48,7 +48,7 @@
4848
"pidusage": "^4.0.1",
4949
"postcss": "^8.5.9",
5050
"postcss-url": "^10.1.3",
51-
"prettier": "^3.8.2",
51+
"prettier": "^3.8.3",
5252
"puppeteer": "24.31.0",
5353
"react-refresh": "^0.18.0",
5454
"rolldown": "^1.0.0-rc.15",

0 commit comments

Comments
 (0)