Skip to content

Commit

Permalink
chore(archive): Fix test and update lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Mingze Xiao committed Dec 27, 2019
1 parent 45d1ec2 commit 5a366c8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,9 @@ describe('lib/viewers/archive/ArchiveExplorer', () => {
isExternal: false,
name,
type,
dataAttributes: {
'data-resin-target': type,
},
},
[KEY_MODIFIED_AT]: `20${modifiedAt}`,
[KEY_SIZE]: size,
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2093,10 +2093,10 @@ box-annotations@^2.3.0:
resolved "https://registry.yarnpkg.com/box-annotations/-/box-annotations-2.3.0.tgz#5cac38171f7f8d9283659e2b243310f19d5ab7d3"
integrity sha512-Ea7tPgyJjX7vcnmZIfCorbzHd6oYx/OHVMPnZVQL/dUHR5vRKhLM0610xqwmVlUpk627sqHw5x/APaa+kt4SXg==

box-ui-elements@^11.1.0-beta.18:
version "11.1.0-beta.18"
resolved "https://registry.yarnpkg.com/box-ui-elements/-/box-ui-elements-11.1.0-beta.18.tgz#988e5dd2bfdde01676815e37962909126f5a04fc"
integrity sha512-XFY49xHpHJR0zJ+2jTaqETPHwFIQvwfFZavSRWGaEo2dAJpdTIvX60Q72QWbN6ohsr8Wq35BYpB2C5AXnt0fjg==
box-ui-elements@^11.1.0-beta.27:
version "11.1.0-beta.27"
resolved "https://registry.yarnpkg.com/box-ui-elements/-/box-ui-elements-11.1.0-beta.27.tgz#8342e3f99ecdd175524f284b7d829fb7c37ec450"
integrity sha512-7L5Caad0tZoB7PpQx2qqq9ZGiObf7ULHSlkmP8oms3sXqdbYOYmhTFLQfFVL469bf3EOR1GDxMzwbg0lYf1x+g==

brace-expansion@^1.1.7:
version "1.1.11"
Expand Down

0 comments on commit 5a366c8

Please sign in to comment.