Skip to content

Commit

Permalink
perf: improve build times and memory utilization (#14016)
Browse files Browse the repository at this point in the history
Co-authored-by: Adam Hines <ahines@factset.com>
  • Loading branch information
thebanjomatic and Adam Hines committed Aug 3, 2023
1 parent f5c1224 commit 9d7d45e
Show file tree
Hide file tree
Showing 3 changed files with 56 additions and 56 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"prettier": "3.0.0",
"resolve": "^1.22.2",
"rimraf": "^5.0.1",
"rollup": "^3.25.2",
"rollup": "^3.27.1",
"simple-git-hooks": "^2.8.1",
"tslib": "^2.6.0",
"tsx": "^3.12.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"dependencies": {
"esbuild": "^0.18.10",
"postcss": "^8.4.26",
"rollup": "^3.25.2"
"rollup": "^3.27.1"
},
"optionalDependencies": {
"fsevents": "~2.3.2"
Expand Down
108 changes: 54 additions & 54 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9d7d45e

Please sign in to comment.