Skip to content

Commit 355d506

Browse files
author
Tom Hutman
committed
upgrade react-file-utils to prevent jsx-runtime from being required
1 parent 22d042a commit 355d506

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"pretty-bytes": "^5.4.1",
3838
"prop-types": "^15.7.2",
3939
"react-fast-compare": "^3.2.0",
40-
"react-file-utils": "1.0.1",
40+
"react-file-utils": "1.0.2",
4141
"react-images": "^1.1.7",
4242
"react-is": "^17.0.1",
4343
"react-markdown": "^5.0.3",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9930,10 +9930,10 @@ react-file-icon@^0.2.0:
99309930
react-dom "^16.2.0"
99319931
tinycolor2 "^1.4.1"
99329932

9933-
9934-
version "1.0.1"
9935-
resolved "https://registry.yarnpkg.com/react-file-utils/-/react-file-utils-1.0.1.tgz#59645dc48d94417b87767327ff8627e3943bfbfc"
9936-
integrity sha512-gk0zvYAprvdQnFDy2zI3IDy8/q6vDPrJ8bFzsYQKonPccov549t5zt96827cLov4mwySvAMaHnlpCifTymu0Gg==
9933+
9934+
version "1.0.2"
9935+
resolved "https://registry.yarnpkg.com/react-file-utils/-/react-file-utils-1.0.2.tgz#c2719584b79f551e12b2b56457ce8bdd3155aeb1"
9936+
integrity sha512-nMLe+Lrebq+Nr9Fk8LmgQ8ofl5uwKFx2vwwoT0Gbe1B+EP95PBivC6kxt8IB5KyD7hYSWt4IHYm12RiXQ60uiw==
99379937
dependencies:
99389938
"@fortawesome/fontawesome-svg-core" "^1.2.13"
99399939
"@fortawesome/free-regular-svg-icons" "^5.7.0"

0 commit comments

Comments
 (0)