Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v6
with:
node-version: 24.11.1
node-version: 24.12.0

- name: Install Global Dependencies
run: |
Expand Down
6 changes: 3 additions & 3 deletions cases/react-10k/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
"dependencies": {
"@iconify-icons/material-symbols": "^1.2.58",
"@iconify/react": "^6.0.2",
"react": "^19.2.1",
"react-dom": "^19.2.1",
"react-router-dom": "^7.10.1"
"react": "^19.2.3",
"react-dom": "^19.2.3",
"react-router-dom": "^7.11.0"
},
"browserslist": "Chrome >= 93"
}
6 changes: 3 additions & 3 deletions cases/react-1k/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
"dependencies": {
"@iconify-icons/material-symbols": "^1.2.58",
"@iconify/react": "^6.0.2",
"react": "^19.2.1",
"react-dom": "^19.2.1",
"react-router-dom": "^7.10.1"
"react": "^19.2.3",
"react-dom": "^19.2.3",
"react-router-dom": "^7.11.0"
},
"browserslist": "Chrome >= 93"
}
6 changes: 3 additions & 3 deletions cases/react-5k/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
"dependencies": {
"@iconify-icons/material-symbols": "^1.2.58",
"@iconify/react": "^6.0.2",
"react": "^19.2.1",
"react-dom": "^19.2.1",
"react-router-dom": "^7.10.1"
"react": "^19.2.3",
"react-dom": "^19.2.3",
"react-router-dom": "^7.11.0"
},
"browserslist": "Chrome >= 93"
}
4 changes: 2 additions & 2 deletions cases/rome/src/@romejs-web/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"dependencies": {
"@emotion/core": "^11.0.0",
"emotion": "^11.0.0",
"react": "^19.2.1",
"react-dom": "^19.2.1",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"xterm": "^5.3.0"
}
}
16 changes: 8 additions & 8 deletions cases/ui-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,18 @@
"@chakra-ui/react": "^3.30.0",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@fluentui/react": "^8.125.2",
"@fluentui/react": "^8.125.3",
"@headlessui/react": "^2.2.9",
"@mantine/core": "^8.3.10",
"@mui/material": "^7.3.6",
"antd": "^6.1.0",
"element-plus": "^2.12.0",
"react": "^19.2.1",
"antd": "^6.1.3",
"element-plus": "^2.13.0",
"react": "^19.2.3",
"react-bootstrap": "^2.10.10",
"react-dom": "^19.2.1",
"vant": "^4.9.21",
"vue": "^3.5.25",
"vuetify": "^3.11.2"
"react-dom": "^19.2.3",
"vant": "^4.9.22",
"vue": "^3.5.26",
"vuetify": "^3.11.6"
},
"browserslist": "Chrome >= 93"
}
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,26 +12,26 @@
"@farmfe/plugin-react": "^1.2.6",
"@parcel/config-default": "^2.16.3",
"@pmmmwh/react-refresh-webpack-plugin": "^0.6.2",
"@rsbuild/core": "1.7.0-beta.1",
"@rsbuild/core": "1.7.1",
"@rsbuild/plugin-react": "^1.4.2",
"@rsdoctor/rspack-plugin": "^1.3.12",
"@rspack/cli": "1.7.0-beta.1",
"@rspack/core": "1.7.0-beta.1",
"@rsdoctor/rspack-plugin": "^1.4.0",
"@rspack/cli": "1.7.0",
"@rspack/core": "1.7.0",
"@rspack/plugin-react-refresh": "^1.5.3",
"@swc/core": "^1.15.3",
"@swc/core": "^1.15.8",
"@types/fs-extra": "^11.0.4",
"@types/node": "^24.10.2",
"@types/node": "^24.10.4",
"@types/pidusage": "^2.0.5",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^5.1.2",
"browserslist": "^4.28.1",
"buffer": "^6.0.3",
"cross-env": "^10.1.0",
"css-minimizer-webpack-plugin": "^7.0.3",
"esbuild": "^0.27.1",
"css-minimizer-webpack-plugin": "^7.0.4",
"esbuild": "^0.27.2",
"fast-glob": "^3.3.3",
"fs-extra": "^11.3.2",
"fs-extra": "^11.3.3",
"gzip-size": "^7.0.0",
"html-webpack-plugin": "^5.6.5",
"lightningcss": "^1.30.2",
Expand All @@ -42,20 +42,20 @@
"prettier": "^3.7.4",
"puppeteer": "24.31.0",
"react-refresh": "^0.18.0",
"rolldown": "^1.0.0-beta.53",
"rolldown": "^1.0.0-beta.58",
"rslog": "^1.3.2",
"swc-loader": "^0.2.6",
"terser-webpack-plugin": "^5.3.15",
"terser-webpack-plugin": "^5.3.16",
"tree-kill": "^1.2.2",
"typescript": "^5.9.3",
"vite": "^8.0.0-beta.5",
"webpack": "^5.103.0",
"webpack": "^5.104.1",
"webpack-cli": "^6.0.1",
"webpack-dev-server": "^5.2.2"
},
"packageManager": "pnpm@10.25.0",
"packageManager": "pnpm@10.27.0",
"engines": {
"node": ">=24.11.1"
"node": ">=24.12.0"
},
"@parcel/resolver-default": {
"packageExports": true
Expand Down
Loading