From 5f191aeb05837eb8788d914b799773021d7359fa Mon Sep 17 00:00:00 2001 From: Terrence Lam Date: Tue, 20 Feb 2024 10:13:36 +0100 Subject: [PATCH] Add @babel/runtime Closes https://github.com/i18next/i18next-parser/issues/975 --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 085a46d6..bbdb108a 100644 --- a/package.json +++ b/package.json @@ -27,6 +27,7 @@ "prepublishOnly": "yarn -s prettify && yarn -s build" }, "dependencies": { + "@babel/runtime": "^7.23.2", "broccoli-plugin": "^4.0.7", "cheerio": "^1.0.0-rc.2", "colors": "1.4.0",