Skip to content

Commit

Permalink
fix: update @restart/ui to 1.3.1 (#6408)
Browse files Browse the repository at this point in the history
  • Loading branch information
kyletsang committed Jul 22, 2022
1 parent 6e69e48 commit a49d435
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 11 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.0",
"@restart/ui": "^1.3.1",
"@types/react-transition-group": "^4.4.4",
"classnames": "^2.3.1",
"dom-helpers": "^5.2.1",
Expand Down
8 changes: 2 additions & 6 deletions www/src/examples/Tabs/LeftTabs.js
Expand Up @@ -12,14 +12,10 @@ function LeftTabsExample() {
<Col sm={3}>
<Nav variant="pills" className="flex-column">
<Nav.Item>
<Nav.Link eventKey="first" href="#">
Tab 1
</Nav.Link>
<Nav.Link eventKey="first">Tab 1</Nav.Link>
</Nav.Item>
<Nav.Item>
<Nav.Link eventKey="second" href="#">
Tab 2
</Nav.Link>
<Nav.Link eventKey="second">Tab 2</Nav.Link>
</Nav.Item>
</Nav>
</Col>
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -1352,10 +1352,10 @@
dependencies:
dequal "^2.0.2"

"@restart/ui@^1.3.0":
version "1.3.0"
resolved "https://registry.yarnpkg.com/@restart/ui/-/ui-1.3.0.tgz#a5589aaf752bbcc0d089ae5c7c52d7984c22cb9a"
integrity sha512-VRb330/6tDaHAHRkqe0GOawuj+hcZM7Zp5piWk/3AVwW18+0sQxGqqFeiH1ZeEMdn7w+D8bZPaY3QoLTmDKcGg==
"@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==
dependencies:
"@babel/runtime" "^7.18.3"
"@popperjs/core" "^2.11.5"
Expand Down

0 comments on commit a49d435

Please sign in to comment.