Skip to content

Commit

Permalink
fix: update @restart/ui to v1.2.0 (#6285)
Browse files Browse the repository at this point in the history
  • Loading branch information
kyletsang committed Mar 25, 2022
1 parent 93a8a0e commit 4f5e625
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -61,7 +61,7 @@
"dependencies": {
"@babel/runtime": "^7.17.2",
"@restart/hooks": "^0.4.5",
"@restart/ui": "^1.0.2",
"@restart/ui": "^1.2.0",
"@types/invariant": "^2.2.35",
"@types/prop-types": "^15.7.4",
"@types/react": ">=16.14.8",
Expand Down
9 changes: 4 additions & 5 deletions yarn.lock
Expand Up @@ -1304,10 +1304,10 @@
dependencies:
dequal "^2.0.2"

"@restart/ui@^1.0.2":
version "1.0.2"
resolved "https://registry.yarnpkg.com/@restart/ui/-/ui-1.0.2.tgz#009a06ae698d624672c5e6a776efd0e8a6017842"
integrity sha512-vKGe0UBJLnbvNAjr8ljlDvphf2HkpjBjXsblmgKPvKdZBDn/mtAz89wmznaomIaEJ9VNoSEY0vA5T5MDi2jIcQ==
"@restart/ui@^1.2.0":
version "1.2.0"
resolved "https://registry.yarnpkg.com/@restart/ui/-/ui-1.2.0.tgz#fb90251aa25f99b41ccedc78a91d2a15f3c5e0fb"
integrity sha512-oIh2t3tG8drZtZ9SlaV5CY6wGsUViHk8ZajjhcI+74IQHyWy+AnxDv8rJR5wVgsgcgrPBUvGNkC1AEdcGNPaLQ==
dependencies:
"@babel/runtime" "^7.13.16"
"@popperjs/core" "^2.10.1"
Expand All @@ -1316,7 +1316,6 @@
"@types/warning" "^3.0.0"
dequal "^2.0.2"
dom-helpers "^5.2.0"
prop-types "^15.7.2"
uncontrollable "^7.2.1"
warning "^4.0.3"

Expand Down

0 comments on commit 4f5e625

Please sign in to comment.