Skip to content

Commit

Permalink
Update package.json and package-lock.json to add optional dependencie…
Browse files Browse the repository at this point in the history
…s for Rollup. See vitejs/vite#15532

- Added optional dependencies for various Rollup packages, including support for multiple platforms (Linux, Darwin, FreeBSD, Windows).
- Updated package-lock.json to reflect the addition of these optional dependencies and their respective versions.
- This change enhances cross-platform compatibility and ensures that the build process can leverage the appropriate Rollup binaries as needed.
  • Loading branch information
marklundin committed Dec 24, 2024
1 parent 06d0677 commit 2522380
Show file tree
Hide file tree
Showing 2 changed files with 252 additions and 0 deletions.
249 changes: 249 additions & 0 deletions package-lock.json

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

3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,9 @@
"typedoc-plugin-mdn-links": "^4.0.6",
"typescript": "^5.7.2"
},
"optionalDependencies": {
"@rollup/rollup-linux-x64-gnu": "4.9.5"
},
"scripts": {
"build": "node build.mjs",
"build:release": "npm run build target:release",
Expand Down

0 comments on commit 2522380

Please sign in to comment.