Skip to content

Commit

Permalink
Bump react-pdf from 5.1.0 to 7.7.3 (#10287)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Oct 18, 2024
1 parent 8992c71 commit f90b853
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@
"react-notification-system": "0.2.14",
"react-nouislider": "2.0.1",
"react-overlays": "1.2.0",
"react-pdf": "5.1.0",
"react-pdf": "7.7.3",
"react-player": "1.15.3",
"react-plotly.js": "2.5.0",
"react-quill": "1.1.0",
Expand Down
2 changes: 1 addition & 1 deletion web/client/components/print/PrintPreview.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import React from 'react';
import PropTypes from 'prop-types';

import { Glyphicon } from 'react-bootstrap';
import { Document, Page } from 'react-pdf/dist/umd/entry.webpack';
import { Document, Page } from 'react-pdf';
import Button from '../misc/Button';


Expand Down

0 comments on commit f90b853

Please sign in to comment.