From 9f1754ba71d355c30b56bbbfd9128a76b846261d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Jul 2024 19:09:44 +0000 Subject: [PATCH] Update dependency tailwindcss to v3.4.7 --- apps/electron/package.json | 2 +- pnpm-lock.yaml | 29 +++++++++++++++-------------- themes/gallery/package.json | 2 +- tooling/tailwind/package.json | 2 +- 4 files changed, 18 insertions(+), 17 deletions(-) diff --git a/apps/electron/package.json b/apps/electron/package.json index 5305a490..0b99ac1b 100644 --- a/apps/electron/package.json +++ b/apps/electron/package.json @@ -67,7 +67,7 @@ "prettier": "^3.0.2", "react": "18.2.0", "react-dom": "18.2.0", - "tailwindcss": "3.3.6", + "tailwindcss": "3.4.7", "typescript": "^5.1.6", "vite": "^4.4.2" }, diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index be5c1cd3..9e84637e 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -146,8 +146,8 @@ importers: specifier: 18.2.0 version: 18.2.0(react@18.2.0) tailwindcss: - specifier: 3.3.6 - version: 3.3.6 + specifier: 3.4.7 + version: 3.4.7 typescript: specifier: ^5.1.6 version: 5.1.6 @@ -522,8 +522,8 @@ importers: specifier: ^3.0.3 version: 3.1.0 tailwindcss: - specifier: 3.3.6 - version: 3.3.6 + specifier: 3.4.7 + version: 3.4.7 typescript: specifier: ^5.2.2 version: 5.2.2 @@ -611,8 +611,8 @@ importers: specifier: ^12.0.1 version: 12.0.1(postcss@8.4.32) tailwindcss: - specifier: 3.3.6 - version: 3.3.6 + specifier: 3.4.7 + version: 3.4.7 devDependencies: '@rao-pics/eslint-config': specifier: workspace:* @@ -631,7 +631,7 @@ importers: version: 3.0.2 tailwind-scrollbar: specifier: ^3.0.5 - version: 3.0.5(tailwindcss@3.3.6) + version: 3.0.5(tailwindcss@3.4.7) typescript: specifier: ^5.1.6 version: 5.1.6 @@ -4396,6 +4396,7 @@ packages: glob-parent: 5.1.2 merge2: 1.4.1 micromatch: 4.0.5 + dev: false /fast-glob@3.3.2: resolution: {integrity: sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==} @@ -4406,7 +4407,6 @@ packages: glob-parent: 5.1.2 merge2: 1.4.1 micromatch: 4.0.5 - dev: true /fast-json-stable-stringify@2.1.0: resolution: {integrity: sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==} @@ -4699,6 +4699,7 @@ packages: /glob@7.1.6: resolution: {integrity: sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA==} + deprecated: Glob versions prior to v9 are no longer supported dependencies: fs.realpath: 1.0.0 inflight: 1.0.6 @@ -4795,7 +4796,7 @@ packages: engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} dependencies: dir-glob: 3.0.1 - fast-glob: 3.3.1 + fast-glob: 3.3.2 ignore: 5.2.4 merge2: 1.4.1 slash: 4.0.0 @@ -6999,17 +7000,17 @@ packages: tslib: 2.6.2 dev: false - /tailwind-scrollbar@3.0.5(tailwindcss@3.3.6): + /tailwind-scrollbar@3.0.5(tailwindcss@3.4.7): resolution: {integrity: sha512-0ZwxTivevqq9BY9fRP9zDjHl7Tu+J5giBGbln+0O1R/7nHtBUKnjQcA1aTIhK7Oyjp6Uc/Dj6/dn8Dq58k5Uww==} engines: {node: '>=12.13.0'} peerDependencies: tailwindcss: 3.x dependencies: - tailwindcss: 3.3.6 + tailwindcss: 3.4.7 dev: true - /tailwindcss@3.3.6: - resolution: {integrity: sha512-AKjF7qbbLvLaPieoKeTjG1+FyNZT6KaJMJPFeQyLfIp7l82ggH1fbHJSsYIvnbTFQOlkh+gBYpyby5GT1LIdLw==} + /tailwindcss@3.4.7: + resolution: {integrity: sha512-rxWZbe87YJb4OcSopb7up2Ba4U82BoiSGUdoDr3Ydrg9ckxFS/YWsvhN323GMcddgU65QRy7JndC7ahhInhvlQ==} engines: {node: '>=14.0.0'} hasBin: true dependencies: @@ -7018,7 +7019,7 @@ packages: chokidar: 3.5.3 didyoumean: 1.2.2 dlv: 1.1.3 - fast-glob: 3.3.1 + fast-glob: 3.3.2 glob-parent: 6.0.2 is-glob: 4.0.3 jiti: 1.21.0 diff --git a/themes/gallery/package.json b/themes/gallery/package.json index a55e5e52..adc72d79 100644 --- a/themes/gallery/package.json +++ b/themes/gallery/package.json @@ -56,7 +56,7 @@ "dotenv-cli": "^7.3.0", "eslint": "^8.53.0", "prettier": "^3.0.3", - "tailwindcss": "3.3.6", + "tailwindcss": "3.4.7", "typescript": "^5.2.2" } } diff --git a/tooling/tailwind/package.json b/tooling/tailwind/package.json index 01cd5e85..1ebb1318 100644 --- a/tooling/tailwind/package.json +++ b/tooling/tailwind/package.json @@ -25,7 +25,7 @@ "daisyui": "^4.4.0", "postcss": "8.4.32", "postcss-nesting": "^12.0.1", - "tailwindcss": "3.3.6" + "tailwindcss": "3.4.7" }, "devDependencies": { "@rao-pics/eslint-config": "workspace:*",