From bb9a4e87dcbd23bd2a9b1476f8500e018fd580e9 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 64de2fd..ac47141 100644 --- a/package.json +++ b/package.json @@ -35,9 +35,9 @@ "eslint-plugin-promise": "6.1.1", "eslint-plugin-react": "7.33.2", "eslint-plugin-react-hooks": "4.6.0", + "gettext-parser": "2.0.0", "htmlparser": "1.7.7", "jed": "1.1.1", - "po2json": "1.0.0-alpha", "qunit": "2.19.4", "sass": "1.67.0", "stylelint": "15.10.3",