Skip to content
This repository has been archived by the owner on Aug 13, 2023. It is now read-only.

bump dependencies #1641

Merged
merged 11 commits into from
Aug 7, 2019
Merged
Show file tree
Hide file tree
Changes from 7 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
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,11 @@ storiesOf('Components|InlineLink', module)
<br />
<br />
Please note this component does not have its own typography styling
(font-size and line-height) as it is expected to be used within another
component such as paragraph or caption. For a more realistic storybook
example of this component see the Paragraph and Caption stories - this
should be removed in https://github.com/bbc/psammead/issues/733
(font-size, font-family and line-height) as it is expected to be used
within another component such as paragraph or caption. For a more
realistic storybook example of this component see the Paragraph and
Caption stories - this should be removed in
https://github.com/bbc/psammead/issues/733
</Fragment>
)),
{ notes, knobs: { escapeHTML: false } },
Expand Down
1 change: 1 addition & 0 deletions packages/components/psammead-navigation/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<!-- prettier-ignore -->
| Version | Description |
|---------|-------------|
| 2.1.2 | [PR#1641](https://github.com/bbc/psammead/pull/1641) Bump dependencies |
| 2.1.1 | [PR#1365](https://github.com/bbc/psammead/pull/1365) Bump psammead-styles to 1.2.0 |
| 2.1.0 | [PR#1233](https://github.com/bbc/psammead/pull/1233) Add ESM modules entry |
| 2.0.1 | [PR#1182](https://github.com/bbc/psammead/pull/1182) Bump dependencies |
Expand Down
60 changes: 26 additions & 34 deletions packages/components/psammead-navigation/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions packages/components/psammead-navigation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bbc/psammead-navigation",
"version": "2.1.1",
"version": "2.1.2",
"description": "A navigation bar to use on index pages",
"main": "dist/index.js",
"module": "esm/index.js",
Expand All @@ -19,15 +19,15 @@
},
"homepage": "https://github.com/bbc/psammead/blob/latest/packages/components/psammead-navigation/README.md",
"dependencies": {
"@bbc/gel-foundations": "^3.0.3",
"@bbc/psammead-styles": "^1.2.0",
"@bbc/psammead-visually-hidden-text": "^1.0.7"
"@bbc/gel-foundations": "^3.2.0",
"@bbc/psammead-styles": "^2.0.1",
"@bbc/psammead-visually-hidden-text": "^1.1.1"
},
"devDependencies": {
"@bbc/psammead-assets": "^1.0.6",
"@bbc/psammead-brand": "^4.1.12",
"@bbc/psammead-storybook-helpers": "^3.1.3",
"@bbc/psammead-test-helpers": "^1.0.2",
"@bbc/psammead-assets": "^1.1.1",
"@bbc/psammead-brand": "^4.2.3",
"@bbc/psammead-storybook-helpers": "^3.3.2",
"@bbc/psammead-test-helpers": "^1.1.0",
"react": "^16.8.6",
"styled-components": "^4.3.2"
},
Expand Down
1 change: 1 addition & 0 deletions packages/components/psammead-paragraph/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<!-- prettier-ignore -->
| Version | Description |
|---------|-------------|
| 2.1.2 | [PR#1641](https://github.com/bbc/psammead/pull/1641) Bump dependencies |
| 2.1.1 | [PR#1365](https://github.com/bbc/psammead/pull/1365) Bump psammead-styles to 1.2.0 |
| 2.1.0 | [PR#1233](https://github.com/bbc/psammead/pull/1233) Add ESM modules entry |
| 2.0.5 | [PR#1182](https://github.com/bbc/psammead/pull/1182) Bump dependencies |
Expand Down
36 changes: 18 additions & 18 deletions packages/components/psammead-paragraph/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions packages/components/psammead-paragraph/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bbc/psammead-paragraph",
"version": "2.1.1",
"version": "2.1.2",
"description": "React styled component for a Paragraph",
"main": "dist/index.js",
"module": "esm/index.js",
Expand All @@ -24,13 +24,13 @@
},
"homepage": "https://github.com/bbc/psammead/blob/latest/packages/components/psammead-paragraph/README.md",
"dependencies": {
"@bbc/gel-foundations": "^3.0.3",
"@bbc/psammead-styles": "^1.2.0"
"@bbc/gel-foundations": "^3.2.0",
"@bbc/psammead-styles": "^2.0.1"
},
"devDependencies": {
"@bbc/psammead-inline-link": "^1.1.10",
"@bbc/psammead-storybook-helpers": "^3.1.3",
"@bbc/psammead-test-helpers": "^1.0.2",
"@bbc/psammead-inline-link": "^1.2.2",
"@bbc/psammead-storybook-helpers": "^3.3.2",
"@bbc/psammead-test-helpers": "^1.1.0",
"react": "^16.8.6",
"styled-components": "^4.3.2"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ exports[`Paragraph should render correctly with arabic script typography values
font-size: 1.125rem;
line-height: 1.75rem;
color: #3F3F42;
font-family: NassimPersian,Arial,Verdana,Geneva,Helvetica,sans-serif;
font-family: "BBC Nassim Persian",Arial,Verdana,Geneva,Helvetica,sans-serif;
font-weight: 400;
font-style: normal;
padding-bottom: 1.5rem;
Expand Down
1 change: 1 addition & 0 deletions packages/components/psammead-story-promo/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<!-- prettier-ignore -->
| Version | Description |
| ------- | ----------- |
| 2.3.1 | [PR#1641](https://github.com/bbc/psammead/pull/1641) Bump dependencies |
| 2.3.0 | [PR#1359](https://github.com/bbc/psammead/pull/1359) Add LiveLabel to story promo exports |
| 2.2.1 | [PR#1502](https://github.com/bbc/psammead/pull/1502) Add media type knob to story |
| 2.2.0 | [PR#1408](https://github.com/bbc/psammead/pull/1408) Use `@bbc/psammead-styles/detection` to detect grid support |
Expand Down
60 changes: 30 additions & 30 deletions packages/components/psammead-story-promo/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading