react-live-clock
Advanced tools
Comparing version 6.1.21 to 6.1.22
# Changelog | ||
## [6.1.22] | ||
Fixes problem with react-syntax-highlighter | ||
## [6.1.21] | ||
@@ -4,0 +7,0 @@ Bump react-router-dom from 6.22.2 to 6.22.3 (#315) |
{ | ||
"name": "react-live-clock", | ||
"version": "6.1.21", | ||
"version": "6.1.22", | ||
"description": "React Live Clock", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
import React from 'react'; | ||
import PropTypes from 'prop-types'; | ||
import SyntaxHighlighter from 'react-syntax-highlighter'; | ||
import {vscDarkPlus} from 'react-syntax-highlighter/dist/esm/styles/prism'; | ||
import {vscDarkPlus} from 'react-syntax-highlighter/dist/cjs/styles/prism'; | ||
import moment from 'moment-timezone'; | ||
@@ -6,0 +6,0 @@ import Clock from '../..'; |
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
9928399