Skip to content

Commit

Permalink
Revert problematic filesize update
Browse files Browse the repository at this point in the history
  • Loading branch information
amcclain committed Sep 29, 2022
1 parent 01f5e0b commit b18e6bd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
1 change: 0 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@

* @fortawesome `6.1 -> 6.2`
* dompurify `2.3 -> 2.4`
* filesize `6.4 -> 10.0`
* react `17.0.1 -> 18.2.0`
* react-dom `17.0.1 -> 18.2.0`

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"dompurify": "~2.4.0",
"downloadjs": "~1.4.7",
"fast-deep-equal": "~3.1.1",
"filesize": "~10.0.3",
"filesize": "~6.4.0",
"golden-layout": "~1.5.9",
"http-status-codes": "~2.2.0",
"inter-ui": "~3.19.3",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3473,10 +3473,10 @@ file-selector@^0.1.12:
dependencies:
tslib "^2.0.1"

filesize@~10.0.3:
version "10.0.3"
resolved "https://registry.yarnpkg.com/filesize/-/filesize-10.0.3.tgz#6669cf85ace042df33685dfc13decd068c5f9873"
integrity sha512-IhHaxwBQQG64fM7mXLUR9pekBp1cpqk5KOUgt3ixwG5fylVfnPrvlFwfTv/IX/AOh5teY5Zobcgjwy0lO3Sz/Q==
filesize@~6.4.0:
version "6.4.0"
resolved "https://registry.yarnpkg.com/filesize/-/filesize-6.4.0.tgz#914f50471dd66fdca3cefe628bd0cde4ef769bcd"
integrity sha512-mjFIpOHC4jbfcTfoh4rkWpI31mF7viw9ikj/JyLoKzqlwG/YsefKfvYlYhdYdg/9mtK2z1AzgN/0LvVQ3zdlSQ==

fill-range@^7.0.1:
version "7.0.1"
Expand Down

0 comments on commit b18e6bd

Please sign in to comment.