react-live-clock
Advanced tools
Comparing version 5.4.0 to 5.4.1
# Changelog | ||
## [5.4.1] | ||
Bumps prop-types from 15.7.2 to 15.8.1 #146 | ||
Bumps eslint from 8.0.1 to 8.6.0 #145 | ||
Bumps eslint-plugin-react from 7.26.1 to 7.28.0 #144 | ||
Bumps moment-timezone from 0.5.33 to 0.5.34 #130 | ||
## [5.4.0] | ||
@@ -4,0 +10,0 @@ Adds onReady Prop |
{ | ||
"name": "react-live-clock", | ||
"version": "5.4.0", | ||
"version": "5.4.1", | ||
"description": "React Live Clock", | ||
@@ -44,7 +44,7 @@ "main": "lib/index.js", | ||
"cf-react-component-template": "0.1.8", | ||
"eslint": "8.0.1", | ||
"eslint-plugin-react": "7.26.1", | ||
"eslint": "8.6.0", | ||
"eslint-plugin-react": "7.28.0", | ||
"moment": "^2.29.1", | ||
"moment-timezone": "^0.5.33", | ||
"prop-types": "15.7.2", | ||
"prop-types": "15.8.1", | ||
"react": "16.14.0 || ^17", | ||
@@ -51,0 +51,0 @@ "react-component-template": "0.1.10", |
@@ -203,5 +203,4 @@ import React from 'react'; | ||
code="<Clock format={'HH:mm:ss a'} ticking={true} locale={'fr'} />" | ||
title="Set the display language" | ||
> | ||
<Clock format={"HH:mm:ss a"} locale={"fr"} ticking={true} /> | ||
title="Set the display language"> | ||
<Clock format={'HH:mm:ss a'} locale={'fr'} ticking={true} /> | ||
</Panel> | ||
@@ -208,0 +207,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
8100559
81525