Skip to content
This repository was archived by the owner on Jan 30, 2025. It is now read-only.

Commit cb1c7d0

Browse files
Bump follow-redirects from 1.15.2 to 1.15.4 (#24)
* Bump follow-redirects from 1.15.2 to 1.15.4 Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.2 to 1.15.4. - [Release notes](https://github.com/follow-redirects/follow-redirects/releases) - [Commits](follow-redirects/follow-redirects@v1.15.2...v1.15.4) --- updated-dependencies: - dependency-name: follow-redirects dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> * npm audit dependencies * update snapshots * update package json --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ivan Kiral <kiralivan@gmail.com>
1 parent 71d31d9 commit cb1c7d0

File tree

4 files changed

+51
-45
lines changed

4 files changed

+51
-45
lines changed

package-lock.json

Lines changed: 38 additions & 38 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kontent-ai/react-components",
3-
"version": "0.3.4",
3+
"version": "0.3.5",
44
"description": "The package containing React components useful when processing Kontent.ai data to the site.",
55
"repository": "https://github.com/kontent-ai/react-components.git",
66
"homepage": "https://github.com/kontent-ai/react-components#readme",

tests/components/rich-text-element/__snapshots__/RichTextElement.spec.tsx.snap

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,8 @@ exports[`<RichTextElement/> Resolve linked items from richText element with rich
391391
"name": "ondrej.chrastina.tech",
392392
"sitemapLocations": [],
393393
"type": "website",
394-
"workflowStep": "published"
394+
"workflowStep": "published",
395+
"workflow": null
395396
}
396397
}
397398
</pre>,
@@ -441,7 +442,8 @@ He also likes OSS. This is his latest repository:
441442
"name": "Simply007/kontent-gatsby-benchmark",
442443
"sitemapLocations": [],
443444
"type": "repository",
444-
"workflowStep": "published"
445+
"workflowStep": "published",
446+
"workflow": null
445447
}
446448
}
447449
</pre>,
@@ -515,7 +517,8 @@ On some projects, he was cooperating with
515517
"name": "5b76e971-4709-01f2-e8ea-36a9716d7b42",
516518
"sitemapLocations": [],
517519
"type": "repository",
518-
"workflowStep": null
520+
"workflowStep": null,
521+
"workflow": null
519522
}
520523
}
521524
</pre>,

tests/components/rich-text-element/__snapshots__/RichtextElementReadme.spec.tsx.snap

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,8 @@ exports[`<RichTextElement/> readme code samples should resolve without fail 1`]
7070
"name": "ondrej.chrastina.tech",
7171
"sitemapLocations": [],
7272
"type": "website",
73-
"workflowStep": "published"
73+
"workflowStep": "published",
74+
"workflow": null
7475
}
7576
}
7677
</pre>,
@@ -120,7 +121,8 @@ He also likes OSS. This is his latest repository:
120121
"name": "Simply007/kontent-gatsby-benchmark",
121122
"sitemapLocations": [],
122123
"type": "repository",
123-
"workflowStep": "published"
124+
"workflowStep": "published",
125+
"workflow": null
124126
}
125127
}
126128
</pre>,
@@ -193,7 +195,8 @@ On some projects, he was cooperating with
193195
"name": "5b76e971-4709-01f2-e8ea-36a9716d7b42",
194196
"sitemapLocations": [],
195197
"type": "repository",
196-
"workflowStep": null
198+
"workflowStep": null,
199+
"workflow": null
197200
}
198201
}
199202
</pre>,

0 commit comments

Comments
 (0)