Skip to content

Commit ff652a7

Browse files
author
Abinash Karmakar
committed
Update tailwind-merge dependency to version 3.0.2 in package.json and bun.lock
1 parent a7b7263 commit ff652a7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: bun.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"react-native-safe-area-context": "^5.2.0",
2727
"react-native-screens": "^4.8.0",
2828
"react-native-svg": "^15.11.1",
29-
"tailwind-merge": "^2.6.0",
29+
"tailwind-merge": "^3.0.2",
3030
"zod": "^3.24.2",
3131
"zustand": "^5.0.3",
3232
},
@@ -1709,7 +1709,7 @@
17091709

17101710
"svgo": ["[email protected]", "", { "dependencies": { "@trysound/sax": "0.2.0", "commander": "^7.2.0", "css-select": "^5.1.0", "css-tree": "^2.3.1", "css-what": "^6.1.0", "csso": "^5.0.5", "picocolors": "^1.0.0" }, "bin": "./bin/svgo" }, "sha512-OoohrmuUlBs8B8o6MB2Aevn+pRIH9zDALSR+6hhqVfa6fRwG/Qw9VUMSMW9VNg2CFc/MTIfabtdOVl9ODIJjpw=="],
17111711

1712-
"tailwind-merge": ["tailwind-merge@2.6.0", "", {}, "sha512-P+Vu1qXfzediirmHOC3xKGAYeZtPcV9g76X+xg2FD4tYgR71ewMA35Y3sCz3zhiN/dwefRpJX0yBcgwi1fXNQA=="],
1712+
"tailwind-merge": ["tailwind-merge@3.0.2", "", {}, "sha512-l7z+OYZ7mu3DTqrL88RiKrKIqO3NcpEO8V/Od04bNpvk0kiIFndGEoqfuzvj4yuhRkHKjRkII2z+KS2HfPcSxw=="],
17131713

17141714
"tailwindcss": ["[email protected]", "", { "dependencies": { "@alloc/quick-lru": "^5.2.0", "arg": "^5.0.2", "chokidar": "^3.6.0", "didyoumean": "^1.2.2", "dlv": "^1.1.3", "fast-glob": "^3.3.2", "glob-parent": "^6.0.2", "is-glob": "^4.0.3", "jiti": "^1.21.6", "lilconfig": "^3.1.3", "micromatch": "^4.0.8", "normalize-path": "^3.0.0", "object-hash": "^3.0.0", "picocolors": "^1.1.1", "postcss": "^8.4.47", "postcss-import": "^15.1.0", "postcss-js": "^4.0.1", "postcss-load-config": "^4.0.2", "postcss-nested": "^6.2.0", "postcss-selector-parser": "^6.1.2", "resolve": "^1.22.8", "sucrase": "^3.35.0" }, "bin": { "tailwind": "lib/cli.js", "tailwindcss": "lib/cli.js" } }, "sha512-w33E2aCvSDP0tW9RZuNXadXlkHXqFzSkQew/aIa2i/Sj8fThxwovwlXHSPXTbAHwEIhBFXAedUhP2tueAKP8Og=="],
17151715

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"react-native-safe-area-context": "^5.2.0",
4242
"react-native-screens": "^4.8.0",
4343
"react-native-svg": "^15.11.1",
44-
"tailwind-merge": "^2.6.0",
44+
"tailwind-merge": "^3.0.2",
4545
"zod": "^3.24.2",
4646
"zustand": "^5.0.3"
4747
},

0 commit comments

Comments
 (0)