common: add @notesnook/core dep

This commit is contained in:
ammarahm-ed
2023-06-10 12:30:31 +05:00
committed by Abdullah Atta
parent fb616a246e
commit 561d7a8bbc
2 changed files with 4 additions and 1 deletions

View File

@@ -28,6 +28,7 @@ const SCOPES = [
"docs",
"refactor",
"misc",
"common",
"global"
];

View File

@@ -36,8 +36,10 @@
"@types/react": "18.2.9"
},
"peerDependencies": {
"@notesnook/core": "*",
"timeago.js": "4.0.2",
"react": "*"
},
"dependencies": {
"@notesnook/core": "*"
}
}