Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f46dee3

Browse files
authoredJan 31, 2022
fix: update @restart/ui to v1.0.1 (#6220)
1 parent 2cf9d68 commit f46dee3

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed
 

‎package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"dependencies": {
6060
"@babel/runtime": "^7.14.0",
6161
"@restart/hooks": "^0.4.5",
62-
"@restart/ui": "^0.2.5",
62+
"@restart/ui": "^1.0.1",
6363
"@types/invariant": "^2.2.33",
6464
"@types/prop-types": "^15.7.3",
6565
"@types/react": ">=16.14.8",

‎yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1278,10 +1278,10 @@
12781278
dependencies:
12791279
dequal "^2.0.2"
12801280

1281-
"@restart/ui@^0.2.5":
1282-
version "0.2.5"
1283-
resolved "https://registry.yarnpkg.com/@restart/ui/-/ui-0.2.5.tgz#e94204cbc88a9d13d1d20ce9cdf4713998b7c0fa"
1284-
integrity sha512-3dP8pMFickPpvAG5MVQW53HnJl0c17h7MwvI4nNy9QF66sHSYVchudlqlI8eOSaqnmc5YVjGura63vMb9LTNbQ==
1281+
"@restart/ui@^1.0.1":
1282+
version "1.0.1"
1283+
resolved "https://registry.yarnpkg.com/@restart/ui/-/ui-1.0.1.tgz#379f8340ab14adc18522731a1be6e32eaa10ef92"
1284+
integrity sha512-hLAqltcAjQYtjGuHBHKyPpR3ScTxzdkSYNvniwBfN7rUDbYiHu/UZiI1hvV2idJeUvktRnz29l7W9BnNLHrG6Q==
12851285
dependencies:
12861286
"@babel/runtime" "^7.13.16"
12871287
"@popperjs/core" "^2.10.1"

0 commit comments

Comments
 (0)
Please sign in to comment.