Skip to content

Commit

Permalink
update webpack helpers deps
Browse files Browse the repository at this point in the history
  • Loading branch information
feedthejim committed Sep 27, 2022
1 parent edb56e7 commit 241b69c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions bench/vercel/benchmark-app/package.json
Expand Up @@ -3,8 +3,8 @@
"private": true,
"license": "MIT",
"dependencies": {
"webpack-stats-plugin": "^0.3.0",
"webpack-bundle-analyzer": "^3.3.2"
"webpack-bundle-analyzer": "^4.6.1",
"webpack-stats-plugin": "^1.1.0"
},
"scripts": {
"dev": "next dev",
Expand Down
4 changes: 2 additions & 2 deletions bench/vercel/package.json
Expand Up @@ -18,7 +18,7 @@
"listr2": "5.0.5",
"p-queue": "7.3.0",
"term-size": "3.0.2",
"webpack-stats-plugin": "^0.3.0",
"webpack-bundle-analyzer": "^3.3.2"
"webpack-bundle-analyzer": "^4.6.1",
"webpack-stats-plugin": "^1.1.0"
}
}

0 comments on commit 241b69c

Please sign in to comment.