Skip to content

Commit 8886284

Browse files
committed
chore(deps): update all dependencies
1 parent af053f1 commit 8886284

File tree

10 files changed

+504
-209
lines changed

10 files changed

+504
-209
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ CASE=react-10k pnpm benchmark
7979
### ui-components
8080

8181
A React app that imports UI components from several popular UI libraries.
82+
8283
Including [@mui/material](https://npmjs.com/package/@mui/material), [antd](https://npmjs.com/package/antd), [@chakra-ui/react](https://npmjs.com/package/@chakra-ui/react), [@fluentui/react](https://npmjs.com/package/@fluentui/react), [@headlessui/react](https://npmjs.com/package/@headlessui/react), [@mantine/core](https://npmjs.com/package/@mantine/core), [react-bootstrap](https://npmjs.com/package/react-bootstrap), [element-plus](https://npmjs.com/package/element-plus), [vant](https://npmjs.com/package/vant), and [vuetify](https://npmjs.com/package/vuetify).
8384

8485
```bash

cases/react-10k/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@
2323
"@iconify/react": "^6.0.0",
2424
"react": "^19.1.1",
2525
"react-dom": "^19.1.1",
26-
"react-router-dom": "^7.7.1"
26+
"react-router-dom": "^7.8.0"
2727
}
2828
}

cases/react-10k/rolldown-vite.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// @ts-check
22
import { defineConfig } from 'rolldown-vite';
3-
import react from '@vitejs/plugin-react-oxc';
3+
import react from '@vitejs/plugin-react';
44
import { target } from '../../shared/constants.mjs';
55

66
export default defineConfig({

cases/react-1k/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@
2323
"@iconify/react": "^6.0.0",
2424
"react": "^19.1.1",
2525
"react-dom": "^19.1.1",
26-
"react-router-dom": "^7.7.1"
26+
"react-router-dom": "^7.8.0"
2727
}
2828
}

cases/react-1k/rolldown-vite.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// @ts-check
22
import { defineConfig } from 'rolldown-vite';
3-
import react from '@vitejs/plugin-react-oxc';
3+
import react from '@vitejs/plugin-react';
44
import { target } from '../../shared/constants.mjs';
55

66
export default defineConfig({

cases/react-5k/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@
2323
"@iconify/react": "^6.0.0",
2424
"react": "^19.1.1",
2525
"react-dom": "^19.1.1",
26-
"react-router-dom": "^7.7.1"
26+
"react-router-dom": "^7.8.0"
2727
}
2828
}

cases/react-5k/rolldown-vite.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// @ts-check
22
import { defineConfig } from 'rolldown-vite';
3-
import react from '@vitejs/plugin-react-oxc';
3+
import react from '@vitejs/plugin-react';
44
import { target } from '../../shared/constants.mjs';
55

66
export default defineConfig({

cases/ui-components/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,20 +12,20 @@
1212
"build:esbuild": "cross-env NODE_ENV=production node esbuild.mjs"
1313
},
1414
"dependencies": {
15-
"@chakra-ui/react": "^3.24.0",
15+
"@chakra-ui/react": "^3.24.2",
1616
"@emotion/react": "^11.14.0",
1717
"@emotion/styled": "^11.14.1",
18-
"@fluentui/react": "^8.123.2",
18+
"@fluentui/react": "^8.123.4",
1919
"@headlessui/react": "^2.2.7",
20-
"@mantine/core": "^8.2.2",
21-
"@mui/material": "^7.2.0",
22-
"antd": "^5.26.7",
23-
"element-plus": "^2.10.4",
20+
"@mantine/core": "^8.2.4",
21+
"@mui/material": "^7.3.1",
22+
"antd": "^5.27.0",
23+
"element-plus": "^2.10.6",
2424
"react": "^19.1.1",
2525
"react-bootstrap": "^2.10.10",
2626
"react-dom": "^19.1.1",
2727
"vant": "^4.9.21",
2828
"vue": "^3.5.18",
29-
"vuetify": "^3.9.3"
29+
"vuetify": "^3.9.4"
3030
}
3131
}

package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -6,45 +6,45 @@
66
},
77
"devDependencies": {
88
"@farmfe/cli": "^1.0.5",
9-
"@farmfe/core": "1.7.10",
9+
"@farmfe/core": "1.7.11",
1010
"@farmfe/plugin-react": "^1.2.6",
1111
"@pmmmwh/react-refresh-webpack-plugin": "^0.6.1",
12-
"@rsbuild/core": "1.4.12",
13-
"@rsbuild/plugin-react": "^1.3.4",
14-
"@rspack/cli": "^1.4.11",
15-
"@rspack/core": "^1.4.11",
12+
"@rsbuild/core": "1.5.0-beta.0",
13+
"@rsbuild/plugin-react": "^1.3.5",
14+
"@rspack/cli": "1.5.0-beta.0",
15+
"@rspack/core": "1.5.0-beta.0",
1616
"@rspack/plugin-react-refresh": "^1.4.3",
1717
"@swc/core": "^1.13.3",
1818
"@swc/css": "^0.0.28",
19-
"@types/node": "^22.17.0",
19+
"@types/node": "^22.17.1",
2020
"@types/react": "^19.1.9",
2121
"@types/react-dom": "^19.1.7",
22-
"@vitejs/plugin-react-oxc": "^0.3.0",
23-
"@vitejs/plugin-react-swc": "^3.11.0",
22+
"@vitejs/plugin-react": "^5.0.0",
23+
"@vitejs/plugin-react-swc": "^4.0.0",
2424
"babel-loader": "^10.0.0",
25-
"browserslist": "^4.25.1",
25+
"browserslist": "^4.25.2",
2626
"cross-env": "^10.0.0",
2727
"css-loader": "^7.1.2",
2828
"css-minimizer-webpack-plugin": "^7.0.2",
2929
"esbuild": "^0.25.8",
3030
"fast-glob": "^3.3.3",
31-
"fs-extra": "^11.3.0",
31+
"fs-extra": "^11.3.1",
3232
"gzip-size": "^7.0.0",
3333
"html-webpack-plugin": "^5.6.3",
3434
"lightningcss": "^1.30.1",
3535
"markdown-table": "^3.0.4",
3636
"picocolors": "^1.1.1",
3737
"prettier": "^3.6.2",
38-
"puppeteer": "^24.15.0",
38+
"puppeteer": "^24.16.1",
3939
"react-refresh": "^0.17.0",
40-
"rolldown": "1.0.0-beta.30",
41-
"rolldown-vite": "^7.0.12",
42-
"rslog": "^1.2.9",
40+
"rolldown": "^1.0.0-beta.32",
41+
"rolldown-vite": "~7.1.0",
42+
"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.0.6",
47+
"vite": "^7.1.1",
4848
"webpack": "^5.101.0",
4949
"webpack-cli": "^6.0.1",
5050
"webpack-dev-server": "^5.2.2"

0 commit comments

Comments
 (0)