Skip to content

Commit 1cde2d3

Browse files
author
NehaSrivastava
committed
chore: rebasing and linting
1 parent 99b7816 commit 1cde2d3

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

packages/article-list/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
"@times-components/article-summary": "3.2.20",
7777
"@times-components/button": "2.2.20",
7878
"@times-components/card": "4.1.0",
79-
"@times-components/context": "0.4.28",
79+
"@times-components/context": "0.4.29",
8080
"@times-components/error-view": "2.1.38",
8181
"@times-components/image": "4.0.12",
8282
"@times-components/lazy-load": "0.1.6",

packages/article/article.showcase.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ const renderArticle = ({
4141
}) => (
4242
<ArticleProvider debounceTimeMs={0} id={id}>
4343
{({ article, isLoading, error, refetch }) => (
44-
<Context.Provider value={{ theme: { scale, sectionColour}, makeUrl }}>
44+
<Context.Provider value={{ theme: { scale, sectionColour }, makeUrl }}>
4545
<Article
4646
adConfig={adConfig}
4747
analyticsStream={analyticsStream}

packages/author-profile/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
},
7474
"dependencies": {
7575
"@times-components/article-list": "5.2.10",
76-
"@times-components/context": "0.4.27",
76+
"@times-components/context": "0.4.29",
7777
"@times-components/gradient": "2.2.0",
7878
"@times-components/icons": "2.2.29",
7979
"@times-components/image": "4.0.12",

packages/related-articles/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"dependencies": {
7070
"@times-components/article-summary": "3.2.20",
7171
"@times-components/card": "4.1.0",
72-
"@times-components/context": "0.4.28",
72+
"@times-components/context": "0.4.29",
7373
"@times-components/link": "3.0.37",
7474
"@times-components/markup-forest": "1.0.6",
7575
"@times-components/slice": "3.0.39",

packages/topic/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"webpack-cli": "2.1.4"
7070
},
7171
"dependencies": {
72-
"@times-components/context": "0.4.27",
72+
"@times-components/context": "0.4.29",
7373
"@times-components/article-list": "5.2.10",
7474
"@times-components/markup": "3.2.9",
7575
"@times-components/markup-forest": "1.0.6",

0 commit comments

Comments
 (0)