From e5a02c08ec15d4de07dc2cfed978e08671790e70 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 08:07:47 -0800 Subject: [PATCH] build(deps): bump @react-email/tailwind from 0.1.0 to 1.0.0 (#111) Bumps [@react-email/tailwind](https://github.com/resend/react-email/tree/HEAD/packages/tailwind) from 0.1.0 to 1.0.0. - [Release notes](https://github.com/resend/react-email/releases) - [Changelog](https://github.com/resend/react-email/blob/canary/packages/tailwind/CHANGELOG.md) - [Commits](https://github.com/resend/react-email/commits/@react-email/tailwind@1.0.0/packages/tailwind) --- updated-dependencies: - dependency-name: "@react-email/tailwind" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 20 ++++---------------- package.json | 2 +- 2 files changed, 5 insertions(+), 17 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6fb992a..4c4e72b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@actions/core": "^1.11.1", "@octokit/rest": "^21.0.2", "@react-email/components": "^0.0.26", - "@react-email/tailwind": "^0.1.0", + "@react-email/tailwind": "^1.0.0", "@types/react": "^18.3.12", "react": "^18.3.1", "resend": "^4.0.0" @@ -1091,17 +1091,6 @@ "react": "^18.0 || ^19.0 || ^19.0.0-rc" } }, - "node_modules/@react-email/components/node_modules/@react-email/tailwind": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@react-email/tailwind/-/tailwind-1.0.0.tgz", - "integrity": "sha512-LV0SflR0aI5Sjxyp8upyPL8Ctwj+7aqwTgCDO9yZuOI6KpXbBGaYz8bSofe8oaVc/BmymZ5O3+/7FjQexbW+Yg==", - "engines": { - "node": ">=18.0.0" - }, - "peerDependencies": { - "react": "^18.0 || ^19.0 || ^19.0.0-rc" - } - }, "node_modules/@react-email/container": { "version": "0.0.14", "resolved": "https://registry.npmjs.org/@react-email/container/-/container-0.0.14.tgz", @@ -1261,10 +1250,9 @@ } }, "node_modules/@react-email/tailwind": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/@react-email/tailwind/-/tailwind-0.1.0.tgz", - "integrity": "sha512-qysVUEY+M3SKUvu35XDpzn7yokhqFOT3tPU6Mj/pgc62TL5tQFj6msEbBtwoKs2qO3WZvai0DIHdLhaOxBQSow==", - "license": "MIT", + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/@react-email/tailwind/-/tailwind-1.0.0.tgz", + "integrity": "sha512-LV0SflR0aI5Sjxyp8upyPL8Ctwj+7aqwTgCDO9yZuOI6KpXbBGaYz8bSofe8oaVc/BmymZ5O3+/7FjQexbW+Yg==", "engines": { "node": ">=18.0.0" }, diff --git a/package.json b/package.json index 79b267f..7c98359 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "@actions/core": "^1.11.1", "@octokit/rest": "^21.0.2", "@react-email/components": "^0.0.26", - "@react-email/tailwind": "^0.1.0", + "@react-email/tailwind": "^1.0.0", "@types/react": "^18.3.12", "react": "^18.3.1", "resend": "^4.0.0"