Upgrade to mongoose 7 (#14971)
* remove some unused dependencies * update mongoose version * make common tests pass * Make unit tests pass * make api v3 integration tests pass * fix lint issues * fix issue with package-lock * fix(lint): we don't need no .js * fix(lint): update to latest config-habitrpg * chore(npm): update package locks * fix(test): replace deprecated fn * chore(package): update eslint-habitrpg again * fix(lint): server linting * fix(lint): client linting * fix(client): correct mangled common imports * chore(npm): update package-locks * fix(lint): punctuation, module --------- Co-authored-by: SabreCat <sabrecat@gmail.com> Co-authored-by: SabreCat <sabe@habitica.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import content from 'habitica/website/common/script/content/content';
|
||||
import rightSidebar from '@/components/groups/rightSidebar';
|
||||
import getters from '@/store/getters';
|
||||
import content from '../../../../common/script/content';
|
||||
|
||||
export function createStory ({
|
||||
template,
|
||||
|
||||
@@ -304,6 +304,7 @@
|
||||
<script>
|
||||
import orderBy from 'lodash/orderBy';
|
||||
import * as quests from '@/../../common/script/content/quests';
|
||||
import getItemInfo from '@/../../common/script/libs/getItemInfo';
|
||||
import { mapState } from '@/libs/store';
|
||||
import * as Analytics from '@/libs/analytics';
|
||||
|
||||
@@ -315,7 +316,6 @@ import questActionsMixin from './questActions.mixin';
|
||||
import SelectTranslatedArray from '../tasks/modal-controls/selectTranslatedArray';
|
||||
import QuestInfo from '../shops/quests/questInfo';
|
||||
import Item from '@/components/inventory/item';
|
||||
import getItemInfo from '../../../../common/script/libs/getItemInfo';
|
||||
import CountBadge from '../ui/countBadge';
|
||||
|
||||
export default {
|
||||
|
||||
Reference in New Issue
Block a user