Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update all non-major dependencies #413

Merged
merged 5 commits into from
Sep 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading