Skip to content

Commit

Permalink
Add @nuxtjs/fontaine package and update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bryantgillespie committed Feb 12, 2024
1 parent 8c292ec commit c6ac27f
Show file tree
Hide file tree
Showing 3 changed files with 142 additions and 21 deletions.
1 change: 1 addition & 0 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ export default defineNuxtConfig({
'@zadigetvoltaire/nuxt-gtm',
'nuxt-schema-org',
'nuxt-icon',
'@nuxtjs/fontaine',
],

// OG Image Configuration - https://nuxtseo.com/og-image/getting-started/installation
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"@directus/sdk": "12.0.1",
"@nuxt/devtools": "1.0.0-beta.0",
"@nuxtjs/eslint-module": "4.1.0",
"@nuxtjs/fontaine": "^0.4.1",
"@types/node": "20.9.0",
"@typescript-eslint/eslint-plugin": "6.10.0",
"@typescript-eslint/parser": "6.10.0",
Expand All @@ -27,6 +28,7 @@
"micromark": "4.0.0",
"micromark-extension-gfm": "3.0.0",
"nuxt": "3.6.5",
"nuxt-icon": "0.6.8",
"nuxt-og-image": "2.0.11",
"nuxt-schema-org": "2.2.0",
"nuxt-simple-sitemap": "3.2.5",
Expand All @@ -35,7 +37,6 @@
"shikiji": "0.5.0",
"sitemap": "7.1.1",
"typescript": "5.2.2",
"nuxt-icon": "0.6.8",
"vue-tsc": "1.8.22"
},
"packageManager": "[email protected]",
Expand All @@ -46,7 +47,6 @@
"dependencies": {
"@nuxt/image": "1.0.0-rc.3",
"floating-vue": "2.0.0-beta.24",

"p-queue": "7.4.1"
}
}
158 changes: 139 additions & 19 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 c6ac27f

Please sign in to comment.