From 76d79c35454bc17468c640413b2f4c9a8d488413 Mon Sep 17 00:00:00 2001 From: Ishaan Sehgal Date: Sun, 19 Jan 2025 16:58:45 -0800 Subject: [PATCH] fix: Update package.json for ARM Mac https://github.com/Chainlit/chainlit/issues/1728 --- package.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package.json b/package.json index 98c145fa26..852c370f98 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,6 @@ { "devDependencies": { + "@rollup/rollup-darwin-arm64": "^4.30.1", "@trivago/prettier-plugin-sort-imports": "^4.3.0", "@types/react": "^18.2.15", "@types/react-dom": "^18.2.7", @@ -12,6 +13,7 @@ "kill-port": "^2.0.1", "lint-staged": "^13.3.0", "prettier": "^2.8.8", + "rollup": "3.29.4", "shell-exec": "^1.1.2", "ts-node": "^10.9.1", "typescript": "^5.2.2"