Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c0ae3ce

Browse files
authoredApr 1, 2024··
fix(deps): bump tailwind-merge from 2.0.0 to 2.2.2
Bumps [tailwind-merge](https://github.com/dcastil/tailwind-merge) from 2.0.0 to 2.2.2. - [Release notes](https://github.com/dcastil/tailwind-merge/releases) - [Commits](dcastil/tailwind-merge@v2.0.0...v2.2.2) --- updated-dependencies: - dependency-name: tailwind-merge dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e727c4b commit c0ae3ce

File tree

2 files changed

+17
-8
lines changed

2 files changed

+17
-8
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"recharts": "^2.9.2",
4545
"remeda": "^1.29.0",
4646
"sharp": "^0.32.6",
47-
"tailwind-merge": "^2.0.0",
47+
"tailwind-merge": "^2.2.2",
4848
"tailwindcss": "^3.3.5",
4949
"uuid": "^9.0.1"
5050
},

‎yarn.lock

+16-7
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ __metadata:
4747
languageName: node
4848
linkType: hard
4949

50-
"@babel/runtime@npm:^7.1.2, @babel/runtime@npm:^7.13.10, @babel/runtime@npm:^7.20.7, @babel/runtime@npm:^7.23.1":
50+
"@babel/runtime@npm:^7.1.2, @babel/runtime@npm:^7.13.10, @babel/runtime@npm:^7.20.7":
5151
version: 7.23.2
5252
resolution: "@babel/runtime@npm:7.23.2"
5353
dependencies:
@@ -65,6 +65,15 @@ __metadata:
6565
languageName: node
6666
linkType: hard
6767

68+
"@babel/runtime@npm:^7.24.0":
69+
version: 7.24.1
70+
resolution: "@babel/runtime@npm:7.24.1"
71+
dependencies:
72+
regenerator-runtime: "npm:^0.14.0"
73+
checksum: 3a8d61400c636d1ce3a42895a106cd4dfb4e9b88832a8a754a724c68652f821d7a46dce394305d7623f9f0d3597bf0a98aeb5f9c150ef60e14bbbf66caab4654
74+
languageName: node
75+
linkType: hard
76+
6877
"@cspotcode/source-map-support@npm:^0.8.0":
6978
version: 0.8.1
7079
resolution: "@cspotcode/source-map-support@npm:0.8.1"
@@ -4175,7 +4184,7 @@ __metadata:
41754184
recharts: "npm:^2.9.2"
41764185
remeda: "npm:^1.29.0"
41774186
sharp: "npm:^0.32.6"
4178-
tailwind-merge: "npm:^2.0.0"
4187+
tailwind-merge: "npm:^2.2.2"
41794188
tailwindcss: "npm:^3.3.5"
41804189
ts-node: "npm:^10.9.1"
41814190
typescript: "npm:^5.2.2"
@@ -7444,12 +7453,12 @@ __metadata:
74447453
languageName: node
74457454
linkType: hard
74467455

7447-
"tailwind-merge@npm:^2.0.0":
7448-
version: 2.0.0
7449-
resolution: "tailwind-merge@npm:2.0.0"
7456+
"tailwind-merge@npm:^2.2.2":
7457+
version: 2.2.2
7458+
resolution: "tailwind-merge@npm:2.2.2"
74507459
dependencies:
7451-
"@babel/runtime": "npm:^7.23.1"
7452-
checksum: d20d2551f4b2fd9eb68466accccf9b81baef0d8cfb9ecf89738a9abe72e023ec9fe9aad5b3b9da0a0b0ec340432069568b83dea9463ae670a20a9937fbb59bb0
7460+
"@babel/runtime": "npm:^7.24.0"
7461+
checksum: f7ec370e58d1d8f12ed6509d93333f2dacfcb43110334c5424db50ae456d14939ad32cff1ef7e31d1d10a6fff9d2e80be11560ef1ebb3fe5c83de6d465a7f7b8
74537462
languageName: node
74547463
linkType: hard
74557464

0 commit comments

Comments
 (0)
Please sign in to comment.