@filerobot/status-bar
Advanced tools
Comparing version 1.0.12 to 1.0.13
{ | ||
"name": "@filerobot/status-bar", | ||
"description": "A progress bar for Filerobot, with many bells and whistles.", | ||
"version": "1.0.12", | ||
"version": "1.0.13", | ||
"license": "MIT", | ||
@@ -18,8 +18,10 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@filerobot/common": "1.0.12", | ||
"@filerobot/icons": "1.0.12", | ||
"@filerobot/utils": "1.0.12", | ||
"@filerobot/common": "1.0.13", | ||
"@filerobot/icons": "1.0.13", | ||
"@filerobot/utils": "1.0.13", | ||
"@transloadit/prettier-bytes": "0.0.7", | ||
"classnames": "^2.2.6", | ||
"lodash.throttle": "^4.1.1", | ||
"lodash.throttle": "^4.1.1" | ||
}, | ||
"devDependencies": { | ||
"react": "^17.0.1", | ||
@@ -29,4 +31,6 @@ "react-dom": "^17.0.1" | ||
"peerDependencies": { | ||
"@filerobot/core": "1.0.12" | ||
"@filerobot/core": "1.0.13", | ||
"react": "^17.0.1", | ||
"react-dom": "^17.0.1" | ||
} | ||
} |
61926
2
+ Added@filerobot/common@1.0.13(transitive)
+ Added@filerobot/core@1.0.13(transitive)
+ Added@filerobot/icons@1.0.13(transitive)
+ Added@filerobot/store-default@1.0.13(transitive)
+ Added@filerobot/utils@1.0.13(transitive)
- Removedreact@^17.0.1
- Removedreact-dom@^17.0.1
- Removed@filerobot/common@1.0.12(transitive)
- Removed@filerobot/core@1.0.12(transitive)
- Removed@filerobot/icons@1.0.12(transitive)
- Removed@filerobot/store-default@1.0.12(transitive)
- Removed@filerobot/utils@1.0.12(transitive)
Updated@filerobot/common@1.0.13
Updated@filerobot/icons@1.0.13
Updated@filerobot/utils@1.0.13