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

More dependencies bumps #1181

Merged
merged 4 commits into from
Jul 12, 2019
Merged
Show file tree
Hide file tree
Changes from all 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
1 change: 1 addition & 0 deletions packages/components/psammead-brand/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<!-- prettier-ignore -->
| Version | Description |
| ------- | ----------- |
| 4.1.12 | [PR#1181](https://github.com/bbc/psammead/pull/1181) Bump dependencies |
| 4.1.11 | [PR#1082](https://github.com/bbc/psammead/pull/1082) Bump lodash security vulnerability |
| 4.1.10 | [PR#1038](https://github.com/bbc/psammead/pull/1038) Bump dependencies |
| 4.1.9 | [PR#892](https://github.com/bbc/psammead/pull/892) Bump dependencies |
Expand Down
44 changes: 22 additions & 22 deletions packages/components/psammead-brand/package-lock.json

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

14 changes: 7 additions & 7 deletions packages/components/psammead-brand/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bbc/psammead-brand",
"version": "4.1.11",
"version": "4.1.12",
"main": "dist/index.js",
"description": "Provides the BBC News logo (as SVG), nested a hardcoded link to https://www.bbc.co.uk/news",
"repository": {
Expand All @@ -17,14 +17,14 @@
},
"homepage": "https://github.com/bbc/psammead/blob/latest/packages/components/psammead-brand/README.md",
"dependencies": {
"@bbc/gel-foundations": "^3.0.2",
"@bbc/psammead-styles": "^1.1.2",
"@bbc/psammead-visually-hidden-text": "^1.0.4"
"@bbc/gel-foundations": "^3.0.3",
"@bbc/psammead-styles": "^1.1.3",
"@bbc/psammead-visually-hidden-text": "^1.0.7"
},
"devDependencies": {
"@bbc/psammead-assets": "^1.0.4",
"@bbc/psammead-storybook-helpers": "^3.1.1",
"@bbc/psammead-test-helpers": "^1.0.1",
"@bbc/psammead-assets": "^1.0.6",
"@bbc/psammead-storybook-helpers": "^3.1.3",
"@bbc/psammead-test-helpers": "^1.0.2",
"react": "^16.8.6",
"styled-components": "^4.3.2"
},
Expand Down
1 change: 1 addition & 0 deletions packages/components/psammead-consent-banner/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<!-- prettier-ignore -->
| Version | Description |
|---------|-------------|
| 2.0.1 | [PR#1181](https://github.com/bbc/psammead/pull/1181) use `gel-foundations@3.0.3`, `psammead-styles@1.1.3` |
| 2.0.0 | [PR#1025](https://github.com/bbc/psammead/pull/1025) Apply font based on service prop |
| 1.0.4 | [PR#1082](https://github.com/bbc/psammead/pull/1082) Bump lodash security vulnerability |
| 1.0.3 | [PR#892](https://github.com/bbc/psammead/pull/892) Bump dependencies |
Expand Down
22 changes: 11 additions & 11 deletions packages/components/psammead-consent-banner/package-lock.json

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

8 changes: 4 additions & 4 deletions packages/components/psammead-consent-banner/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bbc/psammead-consent-banner",
"version": "2.0.0",
"version": "2.0.1",
"main": "dist/index.js",
"description": "React styled components for the Consent Banner",
"repository": {
Expand All @@ -17,11 +17,11 @@
},
"homepage": "https://github.com/bbc/psammead/blob/latest/packages/components/psammead-consent-banner/README.md",
"dependencies": {
"@bbc/gel-foundations": "^3.0.2",
"@bbc/psammead-styles": "^1.1.2"
"@bbc/gel-foundations": "^3.0.3",
"@bbc/psammead-styles": "^1.1.3"
},
"devDependencies": {
"@bbc/psammead-test-helpers": "^1.0.1",
"@bbc/psammead-test-helpers": "^1.0.2",
"prop-types": "^15.6.2",
"react": "^16.8.6",
"styled-components": "^4.3.2"
Expand Down
1 change: 1 addition & 0 deletions packages/components/psammead-copyright/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<!-- prettier-ignore -->
| Version | Description |
|---------|-------------|
| 1.0.6 | [PR#1181](https://github.com/bbc/psammead/pull/1181) use `gel-foundations@3.0.3`, `psammead-styles@1.1.3`, `psammead-test-helpers@1.0.2`, `psammead-visually-hidden-text@1.0.7` |
| 1.0.5 | [PR#1082](https://github.com/bbc/psammead/pull/1082) Bump lodash security vulnerability |
| 1.0.4 | [PR#892](https://github.com/bbc/psammead/pull/892) Bump dependencies |
| 1.0.3 | [PR#783](https://github.com/bbc/psammead/pull/783) Update to latest psammead-test-helpers. Update snapshots. |
Expand Down
28 changes: 14 additions & 14 deletions packages/components/psammead-copyright/package-lock.json

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

10 changes: 5 additions & 5 deletions packages/components/psammead-copyright/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bbc/psammead-copyright",
"version": "1.0.5",
"version": "1.0.6",
"main": "dist/index.js",
"description": "React styled component for overlaid copyright or source attribution.",
"repository": {
Expand All @@ -17,12 +17,12 @@
},
"homepage": "https://github.com/bbc/psammead/blob/latest/packages/components/psammead-copyright/README.md",
"dependencies": {
"@bbc/gel-foundations": "^3.0.2",
"@bbc/psammead-styles": "^1.1.2"
"@bbc/gel-foundations": "^3.0.3",
"@bbc/psammead-styles": "^1.1.3"
},
"devDependencies": {
"@bbc/psammead-test-helpers": "^1.0.1",
"@bbc/psammead-visually-hidden-text": "^1.0.4",
"@bbc/psammead-test-helpers": "^1.0.2",
"@bbc/psammead-visually-hidden-text": "^1.0.7",
"styled-components": "^4.3.2"
},
"peerDependencies": {
Expand Down
1 change: 1 addition & 0 deletions packages/components/psammead-headings/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<!-- prettier-ignore -->
| Version | Description |
|---------|-------------|
| 2.0.8 | [PR#1181](https://github.com/bbc/psammead/pull/1181) use `gel-foundations@3.0.3`, `psammead-styles@1.1.3`, `psammead-storybook-helpers@3.1.3`, `psammead-test-helpers@.0.2` |
| 2.0.7 | [PR#1082](https://github.com/bbc/psammead/pull/1082) Bump lodash security vulnerability |
| 2.0.6 | [PR#1038](https://github.com/bbc/psammead/pull/1038) Bump dependencies |
| 2.0.5 | [PR#892](https://github.com/bbc/psammead/pull/892) Bump dependencies |
Expand Down
32 changes: 16 additions & 16 deletions packages/components/psammead-headings/package-lock.json

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

10 changes: 5 additions & 5 deletions packages/components/psammead-headings/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bbc/psammead-headings",
"version": "2.0.7",
"version": "2.0.8",
"main": "dist/index.js",
"description": "React styled components for a Headline and SubHeading",
"repository": {
Expand All @@ -17,12 +17,12 @@
},
"homepage": "https://github.com/bbc/psammead/blob/latest/packages/components/psammead-headings/README.md",
"dependencies": {
"@bbc/gel-foundations": "^3.0.2",
"@bbc/psammead-styles": "^1.1.2"
"@bbc/gel-foundations": "^3.0.3",
"@bbc/psammead-styles": "^1.1.3"
},
"devDependencies": {
"@bbc/psammead-storybook-helpers": "^3.1.1",
"@bbc/psammead-test-helpers": "^1.0.1",
"@bbc/psammead-storybook-helpers": "^3.1.3",
"@bbc/psammead-test-helpers": "^1.0.2",
"styled-components": "^4.3.2"
},
"peerDependencies": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<! --prettier-ignore -->
| Version | Description |
|---------|-------------|
| 1.0.5 | [PR#1181](https://github.com/bbc/psammead/pull/1181) use `psammead-assets@1.0.6`, `psammead-styles@1.1.3`, `psammead-test-helpers@1.0.2`|
| 1.0.4 | [PR#1082](https://github.com/bbc/psammead/pull/1082) Bump lodash security vulnerability |
| 1.0.3 | [PR#892](https://github.com/bbc/psammead/pull/892) Bump dependencies |
| 1.0.2 | [PR#783](https://github.com/bbc/psammead/pull/783) Update to latest psammead-test-helpers. Update snapshots. |
Expand Down
Loading