Skip to content

Commit

Permalink
refactor: remove rollup from dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
sapphi-red committed Jan 17, 2025
1 parent fea06dd commit 796d5b3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions packages/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,7 @@
"dependencies": {
"lightningcss": "^1.28.2",
"postcss": "^8.4.49",
"rolldown": "1.0.0-beta.1-commit.298dd8b",
"rollup": "^4.23.0"
"rolldown": "1.0.0-beta.1-commit.298dd8b"
},
"optionalDependencies": {
"fsevents": "~2.3.3"
Expand Down Expand Up @@ -138,6 +137,7 @@
"postcss-load-config": "^6.0.1",
"postcss-modules": "^6.0.1",
"resolve.exports": "^2.0.3",
"rollup": "^4.23.0",
"rollup-plugin-dts": "^6.1.1",
"rollup-plugin-esbuild": "^6.1.1",
"rollup-plugin-license": "^3.5.3",
Expand Down
6 changes: 3 additions & 3 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 796d5b3

Please sign in to comment.