diff --git a/docs/package.json b/docs/package.json index ff202bf..213797c 100644 --- a/docs/package.json +++ b/docs/package.json @@ -20,7 +20,7 @@ "react": "^18", "react-dom": "^18", "react-type-animation": "^3.2.0", - "tailwind-merge": "^2.2.1" + "tailwind-merge": "^2.3.0" }, "devDependencies": { "@types/node": "^20", diff --git a/package-lock.json b/package-lock.json index 74c8338..74dd27a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "react": "^18", "react-dom": "^18", "react-type-animation": "^3.2.0", - "tailwind-merge": "^2.2.1" + "tailwind-merge": "^2.3.0" }, "devDependencies": { "@types/node": "^20", @@ -2915,17 +2915,6 @@ "url": "https://opencollective.com/unts" } }, - "docs/node_modules/tailwind-merge": { - "version": "2.2.1", - "license": "MIT", - "dependencies": { - "@babel/runtime": "^7.23.7" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/dcastil" - } - }, "docs/node_modules/tailwindcss": { "version": "3.3.6", "dev": true, @@ -11532,6 +11521,18 @@ "url": "https://github.com/sponsors/ljharb" } }, + "node_modules/tailwind-merge": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/tailwind-merge/-/tailwind-merge-2.3.0.tgz", + "integrity": "sha512-vkYrLpIP+lgR0tQCG6AP7zZXCTLc1Lnv/CCRT3BqJ9CZ3ui2++GPaGb1x/ILsINIMSYqqvrpqjUFsMNLlW99EA==", + "dependencies": { + "@babel/runtime": "^7.24.1" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/dcastil" + } + }, "node_modules/tapable": { "version": "2.2.1", "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.2.1.tgz",