From 48ae49a2181e2f6a4336e90f0df8a154541c1576 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Oct 2023 15:12:03 +0000 Subject: [PATCH] chore(deps-dev): bump @t3-oss/env-nextjs from 0.6.1 to 0.7.0 Bumps [@t3-oss/env-nextjs](https://github.com/t3-oss/t3-env/tree/HEAD/packages/nextjs) from 0.6.1 to 0.7.0. - [Release notes](https://github.com/t3-oss/t3-env/releases) - [Changelog](https://github.com/t3-oss/t3-env/blob/main/packages/nextjs/CHANGELOG.md) - [Commits](https://github.com/t3-oss/t3-env/commits/@t3-oss/env-nextjs@0.7.0/packages/nextjs) --- updated-dependencies: - dependency-name: "@t3-oss/env-nextjs" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- pnpm-lock.yaml | 20 +++++++++++++------- 2 files changed, 14 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index cbe0e3a..310fb7d 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ }, "devDependencies": { "@ianvs/prettier-plugin-sort-imports": "^4.1.0", - "@t3-oss/env-nextjs": "^0.6.1", + "@t3-oss/env-nextjs": "^0.7.0", "@types/node": "20.8.4", "@types/react": "18.2.24", "@types/react-dom": "18.2.8", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 09cf36a..aa33569 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -38,8 +38,8 @@ devDependencies: specifier: ^4.1.0 version: 4.1.0(prettier@3.0.3) '@t3-oss/env-nextjs': - specifier: ^0.6.1 - version: 0.6.1(typescript@5.2.2)(zod@3.22.4) + specifier: ^0.7.0 + version: 0.7.0(typescript@5.2.2)(zod@3.22.4) '@types/node': specifier: 20.8.4 version: 20.8.4 @@ -656,23 +656,29 @@ packages: tslib: 2.6.0 dev: false - /@t3-oss/env-core@0.6.1(typescript@5.2.2)(zod@3.22.4): - resolution: {integrity: sha512-KQD7qEDJtkWIWWmTVjNvk0wnHpkvAQ6CRbUxbWMFNG/fiosBQDQvtRpBNu6USxBscJCoC4z6y7P9MN52/mLOzw==} + /@t3-oss/env-core@0.7.0(typescript@5.2.2)(zod@3.22.4): + resolution: {integrity: sha512-cgunN82CqgQOOyuMOK/bGtujX5/ooXQTwGMJVWI6mCowq6WE5EgRLOqF/DRcrElI0gSFGA9i9GrxzCnk73HZLQ==} peerDependencies: typescript: '>=4.7.2' zod: ^3.0.0 + peerDependenciesMeta: + typescript: + optional: true dependencies: typescript: 5.2.2 zod: 3.22.4 dev: true - /@t3-oss/env-nextjs@0.6.1(typescript@5.2.2)(zod@3.22.4): - resolution: {integrity: sha512-z1dIC++Vxj9kmzX5nSPfcrCSkszy3dTEPC4Ssx7Ap5AqR3c2Qa7S0xf8axn6coy7D/vCXDAAnHYnCMDhtcY3SQ==} + /@t3-oss/env-nextjs@0.7.0(typescript@5.2.2)(zod@3.22.4): + resolution: {integrity: sha512-rjQIt6P3tac2eRx4BNQLNaJ+AIb2P8wXw4uFvYbEekqMGShikkUALnX3hUn1twYiGVGHXRm6UbU+LqtjIktuGg==} peerDependencies: typescript: '>=4.7.2' zod: ^3.0.0 + peerDependenciesMeta: + typescript: + optional: true dependencies: - '@t3-oss/env-core': 0.6.1(typescript@5.2.2)(zod@3.22.4) + '@t3-oss/env-core': 0.7.0(typescript@5.2.2)(zod@3.22.4) typescript: 5.2.2 zod: 3.22.4 dev: true