Bump tailwind-merge from 2.2.1 to 2.2.2 in /web

Bumps [tailwind-merge](https://github.com/dcastil/tailwind-merge) from 2.2.1 to 2.2.2.
- [Release notes](https://github.com/dcastil/tailwind-merge/releases)
- [Commits](https://github.com/dcastil/tailwind-merge/compare/v2.2.1...v2.2.2)

---
updated-dependencies:
- dependency-name: tailwind-merge
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-03-21 11:30:08 +00:00 committed by GitHub
parent f113acee33
commit 7aea8646b1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 6 deletions

10
web/package-lock.json generated
View File

@ -59,7 +59,7 @@
"sort-by": "^1.2.0",
"strftime": "^0.10.2",
"swr": "^2.2.5",
"tailwind-merge": "^2.1.0",
"tailwind-merge": "^2.2.2",
"tailwindcss-animate": "^1.0.7",
"vaul": "^0.9.0",
"vite-plugin-monaco-editor": "^1.1.0",
@ -7432,11 +7432,11 @@
}
},
"node_modules/tailwind-merge": {
"version": "2.2.1",
"resolved": "https://registry.npmjs.org/tailwind-merge/-/tailwind-merge-2.2.1.tgz",
"integrity": "sha512-o+2GTLkthfa5YUt4JxPfzMIpQzZ3adD1vLVkvKE1Twl9UAhGsEbIZhHHZVRttyW177S8PDJI3bTQNaebyofK3Q==",
"version": "2.2.2",
"resolved": "https://registry.npmjs.org/tailwind-merge/-/tailwind-merge-2.2.2.tgz",
"integrity": "sha512-tWANXsnmJzgw6mQ07nE3aCDkCK4QdT3ThPMCzawoYA2Pws7vSTCvz3Vrjg61jVUGfFZPJzxEP+NimbcW+EdaDw==",
"dependencies": {
"@babel/runtime": "^7.23.7"
"@babel/runtime": "^7.24.0"
},
"funding": {
"type": "github",

View File

@ -64,7 +64,7 @@
"sort-by": "^1.2.0",
"strftime": "^0.10.2",
"swr": "^2.2.5",
"tailwind-merge": "^2.1.0",
"tailwind-merge": "^2.2.2",
"tailwindcss-animate": "^1.0.7",
"vaul": "^0.9.0",
"vite-plugin-monaco-editor": "^1.1.0",