diff --git a/common/script/src/content/backgrounds.js b/common/script/src/content/backgrounds.js index 7d2fb13057..f54d1c63eb 100644 --- a/common/script/src/content/backgrounds.js +++ b/common/script/src/content/backgrounds.js @@ -1,5 +1,5 @@ import {each} from 'lodash'; -import camelCase from 'lodash.camelCase'; +import camelCase from 'lodash.camelcase'; import capitalize from 'lodash.capitalize'; import t from './helpers/translator'; diff --git a/common/script/src/content/quests/gold-purchasable.js b/common/script/src/content/quests/gold-purchasable.js index 905deed33f..7a38491675 100644 --- a/common/script/src/content/quests/gold-purchasable.js +++ b/common/script/src/content/quests/gold-purchasable.js @@ -1,6 +1,6 @@ import {each, defaults, assign} from 'lodash'; import capitalize from 'lodash.capitalize'; -import camelCase from 'lodash.camelCase'; +import camelCase from 'lodash.camelcase'; import t from '../helpers/translator'; let dilatoryDistressSeries = { diff --git a/common/script/src/content/quests/index.js b/common/script/src/content/quests/index.js index 711a21f64f..63c523f65f 100644 --- a/common/script/src/content/quests/index.js +++ b/common/script/src/content/quests/index.js @@ -1,6 +1,6 @@ import {each, assign, defaults, sortBy} from 'lodash'; import capitalize from 'lodash.capitalize'; -import camelCase from 'lodash.camelCase'; +import camelCase from 'lodash.camelcase'; import t from '../helpers/translator'; import worldQuests from './world'; diff --git a/common/script/src/content/quests/pet.js b/common/script/src/content/quests/pet.js index 305727c75c..335329fdad 100644 --- a/common/script/src/content/quests/pet.js +++ b/common/script/src/content/quests/pet.js @@ -1,6 +1,6 @@ import {each, defaults} from 'lodash'; import capitalize from 'lodash.capitalize'; -import camelCase from 'lodash.camelCase'; +import camelCase from 'lodash.camelcase'; import t from '../helpers/translator'; let petQuests = {