Skip to content

Commit 22ea6ec

Browse files
committed
chore: bump deps
1 parent f6815c5 commit 22ea6ec

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

test/integration/base.test.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ describe('base url', () => {
2727
<meta property="og:type" content="website">
2828
<meta name="robots" content="index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1">
2929
<title>@nuxtjs&#x2F;seo</title>
30-
<meta name="description" content="The all-in-one SEO layer for Nuxt 3.">
30+
<meta name="description" content="Fully equipped Technical SEO for busy Nuxters.">
3131
<meta name="twitter:card" content="summary_large_image">
3232
<meta property="og:title" data-infer="" content="@nuxtjs/seo">
33-
<meta property="og:description" data-infer="" content="The all-in-one SEO layer for Nuxt 3.">
33+
<meta property="og:description" data-infer="" content="Fully equipped Technical SEO for busy Nuxters.">
3434
<link rel="canonical" href="https://local.nuxtseo.com/base">
3535
<meta property="og:url" content="https://local.nuxtseo.com/base">
3636
<meta property="og:site_name" content="@nuxtjs/seo">"
@@ -65,14 +65,14 @@ describe('base url', () => {
6565
{
6666
"@id": "https://local.nuxtseo.com/#website",
6767
"@type": "WebSite",
68-
"description": "The all-in-one SEO layer for Nuxt 3.",
68+
"description": "Fully equipped Technical SEO for busy Nuxters.",
6969
"name": "@nuxtjs/seo",
7070
"url": "https://local.nuxtseo.com/",
7171
},
7272
{
7373
"@id": "https://local.nuxtseo.com/base#webpage",
7474
"@type": "WebPage",
75-
"description": "The all-in-one SEO layer for Nuxt 3.",
75+
"description": "Fully equipped Technical SEO for busy Nuxters.",
7676
"isPartOf": {
7777
"@id": "https://local.nuxtseo.com/#website",
7878
},

test/integration/prod.test.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ describe('dev', () => {
3030
<meta property="og:type" content="website">
3131
<meta name="robots" content="index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1">
3232
<title>@nuxtjs&#x2F;seo</title>
33-
<meta name="description" content="The all-in-one SEO layer for Nuxt 3.">
33+
<meta name="description" content="Fully equipped Technical SEO for busy Nuxters.">
3434
<meta name="twitter:card" content="summary_large_image">
3535
<meta property="og:title" data-infer="" content="@nuxtjs/seo">
36-
<meta property="og:description" data-infer="" content="The all-in-one SEO layer for Nuxt 3.">
36+
<meta property="og:description" data-infer="" content="Fully equipped Technical SEO for busy Nuxters.">
3737
<link rel="canonical" href="https://local.nuxtseo.com/">
3838
<meta property="og:url" content="https://local.nuxtseo.com/">
3939
<meta property="og:site_name" content="@nuxtjs/seo">"
@@ -78,14 +78,14 @@ describe('dev', () => {
7878
{
7979
"@id": "https://local.nuxtseo.com/#website",
8080
"@type": "WebSite",
81-
"description": "The all-in-one SEO layer for Nuxt 3.",
81+
"description": "Fully equipped Technical SEO for busy Nuxters.",
8282
"name": "@nuxtjs/seo",
8383
"url": "https://local.nuxtseo.com/",
8484
},
8585
{
8686
"@id": "https://local.nuxtseo.com/#webpage",
8787
"@type": "WebPage",
88-
"description": "The all-in-one SEO layer for Nuxt 3.",
88+
"description": "Fully equipped Technical SEO for busy Nuxters.",
8989
"isPartOf": {
9090
"@id": "https://local.nuxtseo.com/#website",
9191
},

test/integration/trailing-slash.test.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ describe('trailing slash', () => {
2727
<meta property="og:type" content="website">
2828
<meta name="robots" content="index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1">
2929
<title>About | @nuxtjs&#x2F;seo</title>
30-
<meta name="description" content="The all-in-one SEO layer for Nuxt 3.">
30+
<meta name="description" content="Fully equipped Technical SEO for busy Nuxters.">
3131
<meta name="twitter:card" content="summary_large_image">
3232
<meta property="og:title" data-infer="" content="About | @nuxtjs/seo">
33-
<meta property="og:description" data-infer="" content="The all-in-one SEO layer for Nuxt 3.">
33+
<meta property="og:description" data-infer="" content="Fully equipped Technical SEO for busy Nuxters.">
3434
<link rel="canonical" href="https://local.nuxtseo.com/about/">
3535
<meta property="og:url" content="https://local.nuxtseo.com/about/">
3636
<meta property="og:site_name" content="@nuxtjs/seo">"
@@ -75,14 +75,14 @@ describe('trailing slash', () => {
7575
{
7676
"@id": "https://local.nuxtseo.com/#website",
7777
"@type": "WebSite",
78-
"description": "The all-in-one SEO layer for Nuxt 3.",
78+
"description": "Fully equipped Technical SEO for busy Nuxters.",
7979
"name": "@nuxtjs/seo",
8080
"url": "https://local.nuxtseo.com/",
8181
},
8282
{
8383
"@id": "https://local.nuxtseo.com/about/#webpage",
8484
"@type": "WebPage",
85-
"description": "The all-in-one SEO layer for Nuxt 3.",
85+
"description": "Fully equipped Technical SEO for busy Nuxters.",
8686
"isPartOf": {
8787
"@id": "https://local.nuxtseo.com/#website",
8888
},

0 commit comments

Comments
 (0)