From 8f1d3824ec719303ef3744e08dac6e94e634ab0f Mon Sep 17 00:00:00 2001 From: kodai3 Date: Sat, 7 Sep 2024 14:49:21 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20=F0=9F=A4=96=20remove=20react-dom=20fr?= =?UTF-8?q?om=20peer=20deps?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: kodai3 --- package-lock.json | 2 -- package.json | 2 -- 2 files changed, 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index c8328a1..b247464 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,6 @@ "npm-run-all": "^4.1.5", "prettier": "^3.2.5", "react": "^18.2.0", - "react-dom": "^18.2.0", "react-native-svg": "^15.1.0", "storybook": "^8.0.9", "tsup": "^8.0.2", @@ -32,7 +31,6 @@ "peerDependencies": { "@types/react": "^17 || ^18", "react": "^17 || ^18", - "react-dom": "^17 || ^18", "react-native-svg": "^15.1.0" }, "peerDependenciesMeta": { diff --git a/package.json b/package.json index 5afc3c7..0ff269d 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,6 @@ "npm-run-all": "^4.1.5", "prettier": "^3.2.5", "react": "^18.2.0", - "react-dom": "^18.2.0", "react-native-svg": "^15.1.0", "storybook": "^8.0.9", "tsup": "^8.0.2", @@ -52,7 +51,6 @@ "peerDependencies": { "@types/react": "^17 || ^18", "react": "^17 || ^18", - "react-dom": "^17 || ^18", "react-native-svg": "^15.1.0" }, "peerDependenciesMeta": {