Skip to content

Commit 33161ac

Browse files
Introduce new optional dependencies for Apple Silicon lint, build, and test support (#176)
* Introduce new optional dependency for Apple Silicon build and test support * Introduce new optional dependency for Apple Silicon lint support
1 parent 0ca795e commit 33161ac

2 files changed

Lines changed: 256 additions & 0 deletions

File tree

package-lock.json

Lines changed: 254 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,8 @@
161161
"react-tooltip": "^5.28.0"
162162
},
163163
"optionalDependencies": {
164+
"@biomejs/cli-darwin-arm64": "^1.9.4",
165+
"@rollup/rollup-darwin-arm64": "^4.30.1",
164166
"@rollup/rollup-linux-x64-gnu": "^4.4.1"
165167
}
166168
}

0 commit comments

Comments
 (0)