Skip to content

Commit

Permalink
fix: update @restart/ui to 1.4.0 (#6479)
Browse files Browse the repository at this point in the history
Fixes a TypeScript 4.8 error applications using react-bootstrap may have
encountered with usePopper's typing through the transitive dependency:
react-restart/ui#65
  • Loading branch information
zarvox committed Nov 6, 2022
1 parent fb3e4d5 commit e38deae
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 @@ -61,7 +61,7 @@
"dependencies": {
"@babel/runtime": "^7.17.2",
"@restart/hooks": "^0.4.6",
"@restart/ui": "^1.3.1",
"@restart/ui": "^1.4.0",
"@types/react-transition-group": "^4.4.4",
"classnames": "^2.3.1",
"dom-helpers": "^5.2.1",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -1328,10 +1328,10 @@
dependencies:
dequal "^2.0.2"

"@restart/ui@^1.3.1":
version "1.3.1"
resolved "https://registry.yarnpkg.com/@restart/ui/-/ui-1.3.1.tgz#ae16be26128cc205efb7e0bf93d1f34deb1fe116"
integrity sha512-MYvMs2eeZTHu2dBJHOXKx72vxzEZeWbZx2z1QjeXq62iYjpjIyukBC2ZEy8x+sb9Gl0AiOiHkPXrl1wn95aOGQ==
"@restart/ui@^1.4.0":
version "1.4.0"
resolved "https://registry.yarnpkg.com/@restart/ui/-/ui-1.4.0.tgz#8333294fefb045f58852d5bb34367c3323e2edb3"
integrity sha512-5dDj5uDzUgK1iijWPRg6AnxjkHM04XhTQDJirM1h/8tIc7KyLtF9YyjcCpNEn259hPMXswpkfXKNgiag0skPFg==
dependencies:
"@babel/runtime" "^7.18.3"
"@popperjs/core" "^2.11.5"
Expand Down

0 comments on commit e38deae

Please sign in to comment.