Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#413)
Browse files Browse the repository at this point in the history
* chore(deps): update all non-major dependencies

* up

* up

* up

* up

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Benjamin Canac <[email protected]>
  • Loading branch information
renovate[bot] and benjamincanac authored Sep 26, 2024
1 parent 82faa12 commit 4edd25a
Show file tree
Hide file tree
Showing 17 changed files with 3,633 additions and 6,472 deletions.
2 changes: 1 addition & 1 deletion docs/app.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export default defineAppConfig({
title: 'Table of Contents',
bottom: {
title: 'Community',
edit: 'https://github.com/nuxt-ui-pro/docs/edit/main/content',
edit: 'https://github.com/nuxt-modules/strapi/edit/dev/docs/content',
links: [{
icon: 'i-heroicons-star',
label: 'Star on GitHub',
Expand Down
2 changes: 1 addition & 1 deletion docs/app.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<script setup lang="ts">
import type { ParsedContent } from '@nuxt/content/dist/runtime/types'
import type { ParsedContent } from '@nuxt/content'
const { data: navigation } = await useAsyncData('navigation', () => fetchContentNavigation())
const { data: files } = useLazyFetch<ParsedContent[]>('/api/search.json', {
Expand Down
2 changes: 1 addition & 1 deletion docs/components/TheHeader.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<script setup lang="ts">
import type { NavItem } from '@nuxt/content/dist/runtime/types'
import type { NavItem } from '@nuxt/content'
const navigation = inject<NavItem[]>('navigation', [])
Expand Down
4 changes: 2 additions & 2 deletions docs/content/5.advanced.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ Here are examples for both `v4` and `v3` as the signature between both versions
### `v4`

```ts [plugins/strapi.client.ts]
import type { Strapi4Error } from '@nuxtjs/strapi/dist/runtime/types/v4'
import type { Strapi4Error } from '@nuxtjs/strapi'

export default defineNuxtPlugin((nuxt) => {
nuxt.hook('strapi:error' as any, (e: Strapi4Error) => {
Expand All @@ -93,7 +93,7 @@ export default defineNuxtPlugin((nuxt) => {
### `v3`

```ts [plugins/strapi.client.ts]
import type { Strapi3Error } from '@nuxtjs/strapi/dist/runtime/types/v3'
import type { Strapi3Error } from '@nuxtjs/strapi'

export default defineNuxtPlugin((nuxt) => {
nuxt.hook('strapi:error' as any, (e: Strapi3Error) => {
Expand Down
2 changes: 1 addition & 1 deletion docs/error.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<script setup lang="ts">
import type { ParsedContent } from '@nuxt/content/dist/runtime/types'
import type { ParsedContent } from '@nuxt/content'
import type { NuxtError } from '#app'
useSeoMeta({
Expand Down
2 changes: 1 addition & 1 deletion docs/layouts/docs.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<script setup lang="ts">
import type { NavItem } from '@nuxt/content/dist/runtime/types'
import type { NavItem } from '@nuxt/content'
const navigation = inject<Ref<NavItem[]>>('navigation')
</script>
Expand Down
15 changes: 12 additions & 3 deletions docs/nuxt.config.ts
Original file line number Diff line number Diff line change
@@ -1,20 +1,29 @@
// https://nuxt.com/docs/api/configuration/nuxt-config
export default defineNuxtConfig({
extends: ['@nuxt/ui-pro'],

modules: [
'@nuxt/content',
'@nuxt/ui',
'@nuxt/fonts',
'@nuxtjs/plausible',
'nuxt-og-image'
],
ui: {
icons: ['heroicons', 'simple-icons']

icon: {
clientBundle: {
scan: true
}
},

routeRules: {
'/api/search.json': { prerender: true }
},

// Devtools / Typescript
devtools: { enabled: true },
typescript: { strict: false }

typescript: { strict: false },

compatibilityDate: '2024-09-26'
})
22 changes: 11 additions & 11 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,18 @@
"typecheck": "nuxt typecheck"
},
"dependencies": {
"@iconify-json/heroicons": "^1.1.21",
"@iconify-json/simple-icons": "^1.1.106",
"@nuxt/content": "^2.12.1",
"@nuxt/fonts": "^0.7.0",
"@nuxt/ui-pro": "^1.3.0",
"@nuxtjs/plausible": "^1.0.0",
"nuxt": "^3.12.2",
"nuxt-og-image": "^2.2.4"
"@iconify-json/heroicons": "^1.2.0",
"@iconify-json/simple-icons": "^1.2.4",
"@nuxt/content": "^2.13.2",
"@nuxt/fonts": "^0.9.2",
"@nuxt/ui-pro": "^1.4.3",
"@nuxtjs/plausible": "^1.0.2",
"nuxt": "^3.13.2",
"nuxt-og-image": "^2.2.6"
},
"devDependencies": {
"@nuxthq/studio": "^2.0.0",
"typescript": "^5.4.5",
"vue-tsc": "^2.0.21"
"@nuxthq/studio": "^2.1.1",
"typescript": "^5.6.2",
"vue-tsc": "^2.1.6"
}
}
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,22 +29,22 @@
"release": "pnpm lint && standard-version && git push --follow-tags"
},
"dependencies": {
"@nuxt/kit": "^3.12.2",
"@nuxt/kit": "^3.13.2",
"defu": "^6.1.4",
"graphql": "^16.8.2",
"qs": "^6.12.1",
"ufo": "^1.5.3"
"graphql": "^16.9.0",
"qs": "^6.13.0",
"ufo": "^1.5.4"
},
"devDependencies": {
"@nuxt/devtools": "^1.3.3",
"@nuxt/eslint-config": "^0.3.13",
"@nuxt/module-builder": "^0.6.0",
"@types/node": "^20.14.5",
"eslint": "^9.5.0",
"nuxt": "^3.12.2",
"@nuxt/devtools": "^1.5.1",
"@nuxt/eslint-config": "^0.5.7",
"@nuxt/module-builder": "^0.8.4",
"@types/node": "^20.16.9",
"eslint": "^9.11.1",
"nuxt": "^3.13.2",
"standard-version": "^9.5.0",
"typescript": "^5.4.5",
"vue-tsc": "^2.0.21"
"typescript": "^5.6.2",
"vue-tsc": "^2.1.6"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion playground/pages/auth/[provider]/callback.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
</template>

<script setup lang="ts">
import type { StrapiAuthProvider } from '@nuxtjs/strapi/dist/runtime/types'
import type { StrapiAuthProvider } from '@nuxtjs/strapi'
const { authenticateProvider } = useStrapiAuth()
const route = useRoute()
Expand Down
Loading

0 comments on commit 4edd25a

Please sign in to comment.