Skip to content

Commit

Permalink
refactor: update 'elrh-pslo' imports
Browse files Browse the repository at this point in the history
  • Loading branch information
AloisSeckar committed Oct 22, 2024
1 parent 09aae80 commit eb717a5
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion composables/usePiniaHelpers.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { preventSingleLetterOrphans } from 'elrh-pslo/src/main'
import { preventSingleLetterOrphans } from 'elrh-pslo'
import type {
SupabaseStoreClient, SupabaseUpdateClient,
SupabaseStoreData, SupabaseUpdateData, SupabaseItemType,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@vueuse/core": "11.1.0",
"@vueuse/nuxt": "11.1.0",
"cloudinary": "2.5.1",
"elrh-pslo": "1.0.1",
"elrh-pslo": "1.1.6",
"infinitimeline": "0.4.2",
"nuxt": "3.13.2",
"openapi-typescript": "5.4.1",
Expand Down
2 changes: 1 addition & 1 deletion pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
</template>

<script setup lang="ts">
import { preventSingleLetterOrphans } from 'elrh-pslo/src/main'
import { preventSingleLetterOrphans } from 'elrh-pslo'
import type { Contact } from '@/database/types'
const about = preventSingleLetterOrphans(useRuntimeConfig().public.webAbout)
Expand Down
10 changes: 5 additions & 5 deletions pnpm-lock.yaml

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

0 comments on commit eb717a5

Please sign in to comment.