Skip to content

Commit

Permalink
fix: update @restart/ui to v1.0.1 (#6220)
Browse files Browse the repository at this point in the history
  • Loading branch information
kyletsang committed Jan 31, 2022
1 parent 2cf9d68 commit f46dee3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -59,7 +59,7 @@
"dependencies": {
"@babel/runtime": "^7.14.0",
"@restart/hooks": "^0.4.5",
"@restart/ui": "^0.2.5",
"@restart/ui": "^1.0.1",
"@types/invariant": "^2.2.33",
"@types/prop-types": "^15.7.3",
"@types/react": ">=16.14.8",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -1278,10 +1278,10 @@
dependencies:
dequal "^2.0.2"

"@restart/ui@^0.2.5":
version "0.2.5"
resolved "https://registry.yarnpkg.com/@restart/ui/-/ui-0.2.5.tgz#e94204cbc88a9d13d1d20ce9cdf4713998b7c0fa"
integrity sha512-3dP8pMFickPpvAG5MVQW53HnJl0c17h7MwvI4nNy9QF66sHSYVchudlqlI8eOSaqnmc5YVjGura63vMb9LTNbQ==
"@restart/ui@^1.0.1":
version "1.0.1"
resolved "https://registry.yarnpkg.com/@restart/ui/-/ui-1.0.1.tgz#379f8340ab14adc18522731a1be6e32eaa10ef92"
integrity sha512-hLAqltcAjQYtjGuHBHKyPpR3ScTxzdkSYNvniwBfN7rUDbYiHu/UZiI1hvV2idJeUvktRnz29l7W9BnNLHrG6Q==
dependencies:
"@babel/runtime" "^7.13.16"
"@popperjs/core" "^2.10.1"
Expand Down

0 comments on commit f46dee3

Please sign in to comment.