From 9dce9b02e3129414f5828735015c9ce095b0b4a7 Mon Sep 17 00:00:00 2001 From: Jelle van der Waa Date: Mon, 18 Sep 2023 12:35:45 +0200 Subject: [PATCH] package.json: drop po2json The cockpit-po-plugin was reworked to use gettext-parser directly instead of po2json in 1e92eb6815eb48aab590790ecd67. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e25dae1..06e460a 100644 --- a/package.json +++ b/package.json @@ -35,9 +35,9 @@ "eslint-plugin-promise": "^6.0.0", "eslint-plugin-react": "^7.29.4", "eslint-plugin-react-hooks": "^4.4.0", + "gettext-parser": "2.0.0", "htmlparser": "^1.7.7", "jed": "^1.1.1", - "po2json": "^1.0.0-alpha", "qunit": "^2.9.3", "sass": "^1.61.0", "sizzle": "^2.3.3",