From 9061b84ae9589022e65e7f19cfc5582897f9f4cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Dec 2023 03:08:49 +0000 Subject: [PATCH] Bump tailwindcss from 3.3.2 to 3.3.6 (#30) --- package-lock.json | 13 ++++++------- package.json | 2 +- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index d651230..5f62539 100644 --- a/package-lock.json +++ b/package-lock.json @@ -48,7 +48,7 @@ "jest": "^26.6.3", "metro-react-native-babel-preset": "0.77.0", "react-test-renderer": "18.1.0", - "tailwindcss": "^3.3.2", + "tailwindcss": "^3.3.6", "typescript": "^4.8.3" } }, @@ -17997,19 +17997,19 @@ "license": "MIT" }, "node_modules/tailwindcss": { - "version": "3.3.2", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.3.2.tgz", - "integrity": "sha512-9jPkMiIBXvPc2KywkraqsUfbfj+dHDb+JPWtSJa9MLFdrPyazI7q6WX2sUrm7R9eVR7qqv3Pas7EvQFzxKnI6w==", + "version": "3.3.6", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.3.6.tgz", + "integrity": "sha512-AKjF7qbbLvLaPieoKeTjG1+FyNZT6KaJMJPFeQyLfIp7l82ggH1fbHJSsYIvnbTFQOlkh+gBYpyby5GT1LIdLw==", "dependencies": { "@alloc/quick-lru": "^5.2.0", "arg": "^5.0.2", "chokidar": "^3.5.3", "didyoumean": "^1.2.2", "dlv": "^1.1.3", - "fast-glob": "^3.2.12", + "fast-glob": "^3.3.0", "glob-parent": "^6.0.2", "is-glob": "^4.0.3", - "jiti": "^1.18.2", + "jiti": "^1.19.1", "lilconfig": "^2.1.0", "micromatch": "^4.0.5", "normalize-path": "^3.0.0", @@ -18021,7 +18021,6 @@ "postcss-load-config": "^4.0.1", "postcss-nested": "^6.0.1", "postcss-selector-parser": "^6.0.11", - "postcss-value-parser": "^4.2.0", "resolve": "^1.22.2", "sucrase": "^3.32.0" }, diff --git a/package.json b/package.json index d8a202c..7ec380b 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "jest": "^26.6.3", "metro-react-native-babel-preset": "0.77.0", "react-test-renderer": "18.1.0", - "tailwindcss": "^3.3.2", + "tailwindcss": "^3.3.6", "typescript": "^4.8.3" }, "jest": {