Skip to content

Commit dbbc9af

Browse files
chore(deps)(deps): bump the minor-patch-updates group across 1 directory with 5 updates (#785)
Bumps the minor-patch-updates group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@react-email/components](https://github.com/resend/react-email/tree/HEAD/packages/components) | `1.0.2` | `1.0.3` | | [zod](https://github.com/colinhacks/zod) | `4.2.1` | `4.3.4` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `25.0.1` | `25.0.3` | | [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.50.1` | `8.51.0` | | [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.50.1` | `8.51.0` | Updates `@react-email/components` from 1.0.2 to 1.0.3 - [Release notes](https://github.com/resend/react-email/releases) - [Changelog](https://github.com/resend/react-email/blob/canary/packages/components/CHANGELOG.md) - [Commits](https://github.com/resend/react-email/commits/@react-email/[email protected]/packages/components) Updates `zod` from 4.2.1 to 4.3.4 - [Release notes](https://github.com/colinhacks/zod/releases) - [Commits](colinhacks/zod@v4.2.1...v4.3.4) Updates `@types/node` from 25.0.1 to 25.0.3 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `@typescript-eslint/eslint-plugin` from 8.50.1 to 8.51.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.51.0/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 8.50.1 to 8.51.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.51.0/packages/parser) --- updated-dependencies: - dependency-name: "@react-email/components" dependency-version: 1.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-patch-updates - dependency-name: zod dependency-version: 4.3.4 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-patch-updates - dependency-name: "@types/node" dependency-version: 25.0.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-patch-updates - dependency-name: "@typescript-eslint/eslint-plugin" dependency-version: 8.51.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-patch-updates - dependency-name: "@typescript-eslint/parser" dependency-version: 8.51.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-patch-updates ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 88dc189 commit dbbc9af

File tree

2 files changed

+256
-247
lines changed

2 files changed

+256
-247
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"@radix-ui/react-slot": "^1.2.4",
6969
"@radix-ui/react-switch": "^1.2.6",
7070
"@radix-ui/react-tooltip": "^1.2.8",
71-
"@react-email/components": "^1.0.2",
71+
"@react-email/components": "^1.0.3",
7272
"@sentry/nextjs": "^10.32.1",
7373
"@supabase/ssr": "^0.8.0",
7474
"@supabase/supabase-js": "^2.89.0",
@@ -93,7 +93,7 @@
9393
"sanitize-html": "^2.17.0",
9494
"sonner": "^2.0.7",
9595
"tailwind-merge": "^3.4.0",
96-
"zod": "^4.2.1",
96+
"zod": "^4.3.4",
9797
"zxcvbn": "^4.4.2"
9898
},
9999
"devDependencies": {
@@ -107,13 +107,13 @@
107107
"@testing-library/react": "^16.3.1",
108108
"@testing-library/user-event": "^14.6.1",
109109
"@tsconfig/strictest": "^2.0.8",
110-
"@types/node": "^25.0.1",
110+
"@types/node": "^25.0.3",
111111
"@types/qrcode": "^1.5.6",
112112
"@types/react": "^19.2.7",
113113
"@types/react-dom": "^19.2.0",
114114
"@types/sanitize-html": "^2.16.0",
115-
"@typescript-eslint/eslint-plugin": "^8.50.1",
116-
"@typescript-eslint/parser": "^8.46.4",
115+
"@typescript-eslint/eslint-plugin": "^8.51.0",
116+
"@typescript-eslint/parser": "^8.51.0",
117117
"@vitejs/plugin-react": "^5.1.2",
118118
"@vitest/coverage-v8": "^4.0.16",
119119
"@vitest/ui": "^4.0.8",

0 commit comments

Comments
 (0)