Skip to content

Commit

Permalink
Introduce new optional dependencies for Apple Silicon lint, build, an…
Browse files Browse the repository at this point in the history
…d test support (#176)

* Introduce new optional dependency for Apple Silicon build and test support

* Introduce new optional dependency for Apple Silicon lint support
  • Loading branch information
juliaschiller150 authored Jan 21, 2025
1 parent 0ca795e commit 33161ac
Show file tree
Hide file tree
Showing 2 changed files with 256 additions and 0 deletions.
254 changes: 254 additions & 0 deletions package-lock.json

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

2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,8 @@
"react-tooltip": "^5.28.0"
},
"optionalDependencies": {
"@biomejs/cli-darwin-arm64": "^1.9.4",
"@rollup/rollup-darwin-arm64": "^4.30.1",
"@rollup/rollup-linux-x64-gnu": "^4.4.1"
}
}

0 comments on commit 33161ac

Please sign in to comment.