From 16d4e8b9cd4870a42979e424402a66317e03de0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Greg=20Berg=C3=A9?= Date: Fri, 24 Mar 2023 10:15:54 +0100 Subject: [PATCH] chore: remove peer dep --- packages/plugin-jsx/package.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/packages/plugin-jsx/package.json b/packages/plugin-jsx/package.json index e0245fdb..aa710258 100644 --- a/packages/plugin-jsx/package.json +++ b/packages/plugin-jsx/package.json @@ -33,9 +33,6 @@ "build": "rollup -c ../../build/rollup.config.mjs", "prepublishOnly": "npm run reset && npm run build" }, - "peerDependencies": { - "@svgr/core": "^6.0.0" - }, "dependencies": { "@babel/core": "^7.21.3", "@svgr/babel-preset": "*",