From cfe427b34c2d499bdbff2dd5e7a007e669f1dedc Mon Sep 17 00:00:00 2001 From: Athou Date: Mon, 11 Aug 2025 14:35:16 +0200 Subject: [PATCH] babel-plugin-macros is not needed anymore since we now use @lingui/babel-plugin-lingui-macro --- commafeed-client/package-lock.json | 1 - commafeed-client/package.json | 1 - 2 files changed, 2 deletions(-) diff --git a/commafeed-client/package-lock.json b/commafeed-client/package-lock.json index 569d887e..fa5a4d0d 100644 --- a/commafeed-client/package-lock.json +++ b/commafeed-client/package-lock.json @@ -58,7 +58,6 @@ "@types/throttle-debounce": "^5.0.2", "@types/tinycon": "^0.6.7", "@vitejs/plugin-react": "^5.0.0", - "babel-plugin-macros": "^3.1.0", "babel-plugin-react-compiler": "^19.1.0-rc.2", "jsdom": "^26.1.0", "rollup-plugin-visualizer": "^6.0.3", diff --git a/commafeed-client/package.json b/commafeed-client/package.json index cf026461..32402a67 100644 --- a/commafeed-client/package.json +++ b/commafeed-client/package.json @@ -65,7 +65,6 @@ "@types/throttle-debounce": "^5.0.2", "@types/tinycon": "^0.6.7", "@vitejs/plugin-react": "^5.0.0", - "babel-plugin-macros": "^3.1.0", "babel-plugin-react-compiler": "^19.1.0-rc.2", "jsdom": "^26.1.0", "rollup-plugin-visualizer": "^6.0.3",