Skip to content

Commit

Permalink
Upgrade @transloadit/prettier-bytes (#5150)
Browse files Browse the repository at this point in the history
  • Loading branch information
Murderlon committed May 7, 2024
1 parent 5bc82b5 commit 1a7c71d
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion packages/@uppy/compressor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"url": "git+https://github.com/transloadit/uppy.git"
},
"dependencies": {
"@transloadit/prettier-bytes": "^0.3.0",
"@transloadit/prettier-bytes": "^0.3.4",
"@uppy/utils": "workspace:^",
"compressorjs": "^1.2.1",
"preact": "^10.5.13",
Expand Down
2 changes: 1 addition & 1 deletion packages/@uppy/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"url": "git+https://github.com/transloadit/uppy.git"
},
"dependencies": {
"@transloadit/prettier-bytes": "^0.3.0",
"@transloadit/prettier-bytes": "^0.3.4",
"@uppy/store-default": "workspace:^",
"@uppy/utils": "workspace:^",
"lodash": "^4.17.21",
Expand Down
2 changes: 1 addition & 1 deletion packages/@uppy/dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"url": "git+https://github.com/transloadit/uppy.git"
},
"dependencies": {
"@transloadit/prettier-bytes": "^0.3.0",
"@transloadit/prettier-bytes": "^0.3.4",
"@uppy/informer": "workspace:^",
"@uppy/provider-views": "workspace:^",
"@uppy/status-bar": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion packages/@uppy/status-bar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"url": "git+https://github.com/transloadit/uppy.git"
},
"dependencies": {
"@transloadit/prettier-bytes": "^0.3.0",
"@transloadit/prettier-bytes": "^0.3.4",
"@uppy/utils": "workspace:^",
"classnames": "^2.2.6",
"preact": "^10.5.13"
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7633,10 +7633,10 @@ __metadata:
languageName: node
linkType: hard

"@transloadit/prettier-bytes@npm:^0.3.0":
version: 0.3.1
resolution: "@transloadit/prettier-bytes@npm:0.3.1"
checksum: 2ab7dc9cc00bafa47878735c3d613bfdf507af5649251b08b95296a83454c3fb5ccef2de8b74d266078ef8157bc9da9644e1400c9fe5e12b2353b102f48891a4
"@transloadit/prettier-bytes@npm:^0.3.4":
version: 0.3.4
resolution: "@transloadit/prettier-bytes@npm:0.3.4"
checksum: abd6b7a12f57d5db3e744cbfa793e1fbb2aa15943b55901882eed8f32fd95cb72a2805db4e8251862192d8ebaa889a696657f46c9cd41347538d377dea731d58
languageName: node
linkType: hard

Expand Down Expand Up @@ -9254,7 +9254,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@uppy/compressor@workspace:packages/@uppy/compressor"
dependencies:
"@transloadit/prettier-bytes": ^0.3.0
"@transloadit/prettier-bytes": ^0.3.4
"@uppy/utils": "workspace:^"
compressorjs: ^1.2.1
preact: ^10.5.13
Expand All @@ -9269,7 +9269,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@uppy/core@workspace:packages/@uppy/core"
dependencies:
"@transloadit/prettier-bytes": ^0.3.0
"@transloadit/prettier-bytes": ^0.3.4
"@uppy/store-default": "workspace:^"
"@uppy/utils": "workspace:^"
lodash: ^4.17.21
Expand All @@ -9285,7 +9285,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@uppy/dashboard@workspace:packages/@uppy/dashboard"
dependencies:
"@transloadit/prettier-bytes": ^0.3.0
"@transloadit/prettier-bytes": ^0.3.4
"@uppy/google-drive": "workspace:^"
"@uppy/informer": "workspace:^"
"@uppy/provider-views": "workspace:^"
Expand Down Expand Up @@ -9573,7 +9573,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@uppy/status-bar@workspace:packages/@uppy/status-bar"
dependencies:
"@transloadit/prettier-bytes": ^0.3.0
"@transloadit/prettier-bytes": ^0.3.4
"@uppy/utils": "workspace:^"
classnames: ^2.2.6
preact: ^10.5.13
Expand Down

0 comments on commit 1a7c71d

Please sign in to comment.