chore: move @notesnook/theme to peerDependencies

This commit is contained in:
thecodrr
2022-07-09 23:04:03 +05:00
parent 077505208e
commit 3a97a01575
2 changed files with 5 additions and 3 deletions

View File

@@ -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",