@bbc/psammead-timestamp-container
Advanced tools
Comparing version 5.0.25 to 5.0.26
@@ -6,2 +6,3 @@ # Psammead Timestamp Container Changelog | ||
|---------|-------------| | ||
| 5.0.26 | [PR#4335](https://github.com/bbc/psammead/pull/4335) switch to yarn for package management | | ||
| 5.0.25 | [PR#4305](https://github.com/bbc/psammead/pull/4305) Talos - Bump Dependencies - @bbc/psammead-timestamp | | ||
@@ -8,0 +9,0 @@ | 5.0.24 | [PR#4304](https://github.com/bbc/psammead/pull/4304) Talos - Bump Dependencies - @bbc/gel-foundations, @bbc/psammead-timestamp, @bbc/psammead-locales | |
{ | ||
"name": "@bbc/psammead-timestamp-container", | ||
"version": "5.0.25", | ||
"version": "5.0.26", | ||
"main": "dist/index.js", | ||
@@ -36,5 +36,5 @@ "module": "esm/index.js", | ||
"peerDependencies": { | ||
"react": ">=16.9.0", | ||
"moment": "^2.24.0" | ||
"moment": "^2.24.0", | ||
"react": ">=16.9.0" | ||
} | ||
} |
60689