Skip to content

Commit

Permalink
mobile: move dependent packages to root package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
thecodrr committed Aug 30, 2022
1 parent c317774 commit 14fe6d0
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 253 deletions.
2 changes: 0 additions & 2 deletions apps/mobile/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
"dependencies": {
"@flyerhq/react-native-link-preview": "^1.6.0",
"@mdi/js": "^6.7.96",
"@notesnook/editor": "*",
"@notesnook/core": "*",
"absolutify": "^0.1.0",
"buffer": "^6.0.3",
"dayjs": "^1.10.4",
Expand Down
1 change: 0 additions & 1 deletion apps/mobile/app/stores/use-navigation-store.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ import {
TagType,
TopicType
} from "../utils/types";
import { ColorKey } from "./use-theme-store";

export type GenericRouteParam = { [name: string]: unknown };

Expand Down
3 changes: 2 additions & 1 deletion apps/mobile/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"typescript": "^4.8.2"
},
"dependencies": {
"@notesnook/editor": "*"
"@notesnook/editor": "*",
"@notesnook/core": "*"
}
}
108 changes: 0 additions & 108 deletions apps/web/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

141 changes: 0 additions & 141 deletions packages/editor/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 14fe6d0

Please sign in to comment.