Skip to content

Commit

Permalink
fix: bump non-breaking prod dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
aversini committed Nov 6, 2023
1 parent 3a237be commit 32e0626
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/ui-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@
"tailwindcss": "3.3.5"
},
"dependencies": {
"@floating-ui/react": "^0.26.0",
"@floating-ui/react": "^0.26.1",
"@tailwindcss/typography": "^0.5.10",
"clsx": "^2.0.0",
"uuid": "^9.0.1",
"tailwindcss": "^3.3.3"
"tailwindcss": "^3.3.5"
},
"sideEffects": [
"**/*.css"
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@
dependencies:
"@floating-ui/dom" "^1.5.1"

"@floating-ui/react@^0.26.0":
"@floating-ui/react@^0.26.1":
version "0.26.1"
resolved "https://registry.yarnpkg.com/@floating-ui/react/-/react-0.26.1.tgz#a790bd3cff5f334d9e87d3ec132a3dc39d937800"
integrity sha512-5gyJIJ2tZOPMgmZ/vEcVhdmQiy75b7LPO71sYIiDsxGcZ4hxLuygQWCuT0YXHqppt//Eese+L6t5KnX/gZ3tVA==
Expand Down Expand Up @@ -6461,7 +6461,7 @@ [email protected]:
resolve "^1.22.2"
sucrase "^3.32.0"

[email protected], tailwindcss@^3.3.3:
[email protected], tailwindcss@^3.3.5:
version "3.3.5"
resolved "https://registry.yarnpkg.com/tailwindcss/-/tailwindcss-3.3.5.tgz#22a59e2fbe0ecb6660809d9cc5f3976b077be3b8"
integrity sha512-5SEZU4J7pxZgSkv7FP1zY8i2TIAOooNZ1e/OGtxIEv6GltpoiXUqWvLy89+a10qYTB1N5Ifkuw9lqQkN9sscvA==
Expand Down

0 comments on commit 32e0626

Please sign in to comment.