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

Commit

Permalink
Merge pull request #1671 from bbc/bump-figure
Browse files Browse the repository at this point in the history
bump dependencies
  • Loading branch information
thekp authored Aug 7, 2019
2 parents f066c5c + ccd828b commit 697dcab
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 53 deletions.
1 change: 1 addition & 0 deletions packages/components/psammead-figure/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<!-- prettier-ignore -->
| Version | Description |
|---------|-------------|
| 1.1.2 | [PR#1671](https://github.com/bbc/psammead/pull/1671) Bump dependencies |
| 1.1.1 | [PR#1522](https://github.com/bbc/psammead/pull/1522) Clear storybook warnings |
| 1.1.0 | [PR#1233](https://github.com/bbc/psammead/pull/1233) Add ESM modules entry |
| 1.0.8 | [PR#1205](https://github.com/bbc/psammead/pull/1205) Bump dependencies |
Expand Down
86 changes: 43 additions & 43 deletions packages/components/psammead-figure/package-lock.json

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

20 changes: 10 additions & 10 deletions packages/components/psammead-figure/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bbc/psammead-figure",
"version": "1.1.1",
"version": "1.1.2",
"main": "dist/index.js",
"module": "esm/index.js",
"sideEffects": false,
Expand All @@ -19,17 +19,17 @@
},
"homepage": "https://github.com/bbc/psammead/blob/latest/packages/components/psammead-figure/README.md",
"dependencies": {
"@bbc/gel-foundations": "^3.0.3"
"@bbc/gel-foundations": "^3.2.0"
},
"devDependencies": {
"@bbc/psammead-caption": "^2.0.3",
"@bbc/psammead-copyright": "^1.0.6",
"@bbc/psammead-image": "^1.0.6",
"@bbc/psammead-image-placeholder": "^1.0.5",
"@bbc/psammead-paragraph": "^2.0.5",
"@bbc/psammead-storybook-helpers": "^3.1.3",
"@bbc/psammead-test-helpers": "^1.0.2",
"@bbc/psammead-visually-hidden-text": "^1.0.7",
"@bbc/psammead-caption": "^2.1.2",
"@bbc/psammead-copyright": "^1.1.2",
"@bbc/psammead-image": "^1.1.2",
"@bbc/psammead-image-placeholder": "^1.1.2",
"@bbc/psammead-paragraph": "^2.1.2",
"@bbc/psammead-storybook-helpers": "^3.3.2",
"@bbc/psammead-test-helpers": "^1.1.0",
"@bbc/psammead-visually-hidden-text": "^1.1.1",
"react": "^16.8.6",
"styled-components": "^4.3.2"
},
Expand Down

0 comments on commit 697dcab

Please sign in to comment.