mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-28 16:06:47 +01:00
chore: move @notesnook/theme to peerDependencies
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user