From 3a97a01575fb8eff26afd5129012c56e255a8ceb Mon Sep 17 00:00:00 2001 From: thecodrr Date: Sat, 9 Jul 2022 23:04:03 +0500 Subject: [PATCH] chore: move @notesnook/theme to peerDependencies --- packages/editor/package-lock.json | 4 +++- packages/editor/package.json | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/packages/editor/package-lock.json b/packages/editor/package-lock.json index 218256075..885c87fbc 100644 --- a/packages/editor/package-lock.json +++ b/packages/editor/package-lock.json @@ -11,7 +11,6 @@ "@_ueberdosis/prosemirror-tables": "^1.1.3", "@mdi/js": "^6.9.96", "@mdi/react": "^1.6.0", - "@notesnook/theme": "github:streetwriters/themeprovider", "@rebass/forms": "^4.0.6", "@social-embed/lib": "^0.0.1-next.12", "@tiptap/core": "^2.0.0-beta.181", @@ -72,6 +71,7 @@ "web-vitals": "^2.1.4" }, "peerDependencies": { + "@notesnook/theme": "github:streetwriters/themeprovider", "framer-motion": "^4.1.17" } }, @@ -3215,6 +3215,7 @@ "node_modules/@notesnook/theme": { "version": "0.0.1", "resolved": "git+ssh://git@github.com/streetwriters/themeprovider.git#d3f017bfae57772e7da4cd3375c12d0ccceebc77", + "peer": true, "dependencies": { "@rebass/forms": "^4.0.6", "@types/rebass": "^4.0.10", @@ -27662,6 +27663,7 @@ "@notesnook/theme": { "version": "git+ssh://git@github.com/streetwriters/themeprovider.git#d3f017bfae57772e7da4cd3375c12d0ccceebc77", "from": "@notesnook/theme@github:streetwriters/themeprovider", + "peer": true, "requires": { "@rebass/forms": "^4.0.6", "@types/rebass": "^4.0.10", diff --git a/packages/editor/package.json b/packages/editor/package.json index f36c2ac38..e750d866f 100644 --- a/packages/editor/package.json +++ b/packages/editor/package.json @@ -7,7 +7,6 @@ "@_ueberdosis/prosemirror-tables": "^1.1.3", "@mdi/js": "^6.9.96", "@mdi/react": "^1.6.0", - "@notesnook/theme": "github:streetwriters/themeprovider", "@rebass/forms": "^4.0.6", "@social-embed/lib": "^0.0.1-next.12", "@tiptap/core": "^2.0.0-beta.181", @@ -68,7 +67,8 @@ "web-vitals": "^2.1.4" }, "peerDependencies": { - "framer-motion": "^4.1.17" + "framer-motion": "^4.1.17", + "@notesnook/theme": "github:streetwriters/themeprovider" }, "scripts": { "build": "./scripts/build.sh",