Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 23, 2025
1 parent 85f1b2d commit 9211dd8
Show file tree
Hide file tree
Showing 2 changed files with 929 additions and 745 deletions.
40 changes: 20 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,47 +1,47 @@
{
"name": "performance-compare",
"version": "0.0.0",
"packageManager": "pnpm@9.14.4",
"packageManager": "pnpm@9.15.4",
"dependencies": {
"@iconify-icons/material-symbols": "^1.2.58",
"@iconify/react": "^5.0.2",
"puppeteer": "^23.9.0",
"@iconify/react": "^5.2.0",
"puppeteer": "^23.11.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.28.0",
"react-router-dom": "^6.28.2",
"tree-kill": "^1.2.2"
},
"devDependencies": {
"@farmfe/cli": "^1.0.4",
"@farmfe/core": "1.4.5",
"@farmfe/core": "1.6.6",
"@farmfe/plugin-react": "^1.2.6",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.15",
"@rsbuild/core": "^1.2.1",
"@rsbuild/core": "^1.2.2",
"@rsbuild/plugin-react": "^1.1.0",
"@rspack/cli": "^1.2.1",
"@rspack/core": "^1.2.1",
"@rspack/plugin-react-refresh": "^1.0.0",
"@rspack/cli": "^1.2.2",
"@rspack/core": "^1.2.2",
"@rspack/plugin-react-refresh": "^1.0.1",
"@swc/css": "^0.0.28",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@umijs/mako": "^0.9.7",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@umijs/mako": "^0.11.3",
"@vitejs/plugin-react-swc": "^3.7.2",
"babel-loader": "^9.2.1",
"cross-env": "^7.0.3",
"css-loader": "^7.1.2",
"css-minimizer-webpack-plugin": "^7.0.0",
"html-webpack-plugin": "^5.6.3",
"mini-css-extract-plugin": "^2.9.2",
"next": "^15.0.3",
"react-refresh": "^0.14.2",
"rolldown": "^1.0.0-beta.0",
"next": "^15.1.6",
"react-refresh": "^0.16.0",
"rolldown": "^1.0.0-beta.3",
"swc-loader": "^0.2.6",
"terser-webpack-plugin": "^5.3.10",
"typescript": "^5.7.2",
"vite": "^6.0.1",
"webpack": "^5.96.1",
"terser-webpack-plugin": "^5.3.11",
"typescript": "^5.7.3",
"vite": "^6.0.11",
"webpack": "^5.97.1",
"webpack-cli": "^6.0.1",
"webpack-dev-server": "^5.1.0"
"webpack-dev-server": "^5.2.0"
},
"scripts": {
"benchmark": "node benchmark.mjs",
Expand Down
Loading

0 comments on commit 9211dd8

Please sign in to comment.