Skip to content

Commit

Permalink
fix: update hello-goodbye to fix transitions not running reliably
Browse files Browse the repository at this point in the history
  • Loading branch information
tobyzerner committed Jun 25, 2023
1 parent 7d756f7 commit 89f23df
Show file tree
Hide file tree
Showing 2 changed files with 956 additions and 970 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,17 @@
"release": "release-it"
},
"dependencies": {
"@floating-ui/dom": "^1.2.5",
"@floating-ui/dom": "^1.4.2",
"focus-trap": "^6.9.4",
"hello-goodbye": "^0.2.0",
"hello-goodbye": "^0.2.1",
"tabbable": "^5.3.3"
},
"devDependencies": {
"@release-it/conventional-changelog": "^5.1.1",
"prettier": "^2.8.6",
"release-it": "^15.9.1",
"typescript": "^5.0.2",
"vite": "^4.2.1"
"prettier": "^2.8.8",
"release-it": "^15.11.0",
"typescript": "^5.1.3",
"vite": "^4.3.9"
},
"release-it": {
"git": {
Expand Down
Loading

0 comments on commit 89f23df

Please sign in to comment.