Skip to content

Commit e8581e2

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

File tree

8 files changed

+479
-645
lines changed

8 files changed

+479
-645
lines changed

.github/workflows/benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Setup Node.js
3030
uses: actions/setup-node@v4
3131
with:
32-
node-version: 22
32+
node-version: 22.18.0
3333

3434
- name: Install Pnpm
3535
run: |

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.0",
2424
"react": "^19.1.1",
2525
"react-dom": "^19.1.1",
26-
"react-router-dom": "^7.8.0"
26+
"react-router-dom": "^7.8.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.0",
2424
"react": "^19.1.1",
2525
"react-dom": "^19.1.1",
26-
"react-router-dom": "^7.8.0"
26+
"react-router-dom": "^7.8.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.0",
2424
"react": "^19.1.1",
2525
"react-dom": "^19.1.1",
26-
"react-router-dom": "^7.8.0"
26+
"react-router-dom": "^7.8.1"
2727
},
2828
"browserslist": "Chrome >= 93"
2929
}

cases/rome/src/@romejs-integration/vscode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
],
1616
"main": "./out/extension",
1717
"engines": {
18-
"vscode": "^1.102.3"
18+
"vscode": "^1.103.1"
1919
},
2020
"dependencies": {
2121
"vscode-languageclient": "^9.0.1"

cases/ui-components/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,16 @@
1818
"@emotion/styled": "^11.14.1",
1919
"@fluentui/react": "^8.123.4",
2020
"@headlessui/react": "^2.2.7",
21-
"@mantine/core": "^8.2.4",
21+
"@mantine/core": "^8.2.5",
2222
"@mui/material": "^7.3.1",
2323
"antd": "^5.27.0",
24-
"element-plus": "^2.10.6",
24+
"element-plus": "^2.10.7",
2525
"react": "^19.1.1",
2626
"react-bootstrap": "^2.10.10",
2727
"react-dom": "^19.1.1",
2828
"vant": "^4.9.21",
2929
"vue": "^3.5.18",
30-
"vuetify": "^3.9.4"
30+
"vuetify": "^3.9.5"
3131
},
3232
"browserslist": "Chrome >= 93"
3333
}

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,42 +10,42 @@
1010
"@farmfe/plugin-react": "^1.2.6",
1111
"@parcel/config-default": "^2.15.4",
1212
"@pmmmwh/react-refresh-webpack-plugin": "^0.6.1",
13-
"@rsbuild/core": "1.5.0-beta.2",
13+
"@rsbuild/core": "1.5.0-beta.3",
1414
"@rsbuild/plugin-react": "^1.3.5",
1515
"@rspack/cli": "1.5.0-beta.0",
1616
"@rspack/core": "1.5.0-beta.0",
1717
"@rspack/plugin-react-refresh": "^1.4.3",
1818
"@swc/core": "^1.13.3",
19-
"@types/node": "^22.17.1",
20-
"@types/react": "^19.1.9",
19+
"@types/node": "^22.17.2",
20+
"@types/react": "^19.1.10",
2121
"@types/react-dom": "^19.1.7",
2222
"@vitejs/plugin-react": "^5.0.0",
2323
"@vitejs/plugin-react-swc": "^4.0.0",
2424
"browserslist": "^4.25.2",
2525
"buffer": "^5.7.1",
2626
"cross-env": "^10.0.0",
2727
"css-minimizer-webpack-plugin": "^7.0.2",
28-
"esbuild": "^0.25.8",
28+
"esbuild": "^0.25.9",
2929
"fast-glob": "^3.3.3",
3030
"fs-extra": "^11.3.1",
3131
"gzip-size": "^7.0.0",
32-
"html-webpack-plugin": "^5.6.3",
32+
"html-webpack-plugin": "^5.6.4",
3333
"lightningcss": "^1.30.1",
3434
"markdown-table": "^3.0.4",
3535
"parcel": "^2.15.4",
3636
"picocolors": "^1.1.1",
3737
"prettier": "^3.6.2",
38-
"puppeteer": "^24.16.1",
38+
"puppeteer": "^24.16.2",
3939
"react-refresh": "^0.17.0",
40-
"rolldown": "^1.0.0-beta.32",
41-
"rolldown-vite": "~7.1.0",
40+
"rolldown": "^1.0.0-beta.33",
41+
"rolldown-vite": "~7.1.3",
4242
"rslog": "^1.2.11",
4343
"swc-loader": "^0.2.6",
4444
"terser-webpack-plugin": "^5.3.14",
4545
"tree-kill": "^1.2.2",
4646
"typescript": "^5.9.2",
47-
"vite": "^7.1.1",
48-
"webpack": "^5.101.0",
47+
"vite": "^7.1.2",
48+
"webpack": "^5.101.2",
4949
"webpack-cli": "^6.0.1",
5050
"webpack-dev-server": "^5.2.2"
5151
},

0 commit comments

Comments
 (0)