Skip to content

Commit

Permalink
Fixes problem with react-syntax-highlighter
Browse files Browse the repository at this point in the history
  • Loading branch information
anthony0030 committed May 31, 2024
1 parent 2ab43e8 commit a7ed263
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## [6.1.22]
Fixes problem with react-syntax-highlighter

## [6.1.21]
Bump react-router-dom from 6.22.2 to 6.22.3 (#315)
Bump follow-redirects from 1.15.4 to 1.15.6 (#316)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-live-clock",
"version": "6.1.21",
"version": "6.1.22",
"description": "React Live Clock",
"main": "lib/index.js",
"types": "index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/example/App/index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
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';
import Clock from '../..';
import css from './App.css';
Expand Down

0 comments on commit a7ed263

Please sign in to comment.