From b94d29529743adeabb1169b33f085fa6f98782b9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 25 Jun 2023 19:11:45 +0000 Subject: [PATCH] fix(deps): update dependency @t3-oss/env-nextjs to ^0.5.0 --- package.json | 2 +- pnpm-lock.yaml | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index 012989b..d1a5e83 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "format:check": "prettier . --check --cache" }, "dependencies": { - "@t3-oss/env-nextjs": "^0.4.1", + "@t3-oss/env-nextjs": "^0.5.0", "@tailwindcss/typography": "^0.5.9", "@types/node": "20.3.1", "@types/react": "18.2.14", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index aa37487..5ad05cc 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -6,8 +6,8 @@ settings: dependencies: '@t3-oss/env-nextjs': - specifier: ^0.4.1 - version: 0.4.1(typescript@5.1.3)(zod@3.21.4) + specifier: ^0.5.0 + version: 0.5.0(typescript@5.1.3)(zod@3.21.4) '@tailwindcss/typography': specifier: ^0.5.9 version: 0.5.9(tailwindcss@3.3.2) @@ -323,8 +323,8 @@ packages: tslib: 2.5.3 dev: false - /@t3-oss/env-core@0.4.1(typescript@5.1.3)(zod@3.21.4): - resolution: {integrity: sha512-JZI8vxlHwtiZO7OYS3qSX9Ngt7UcdqsugLwhBwx7UVi5wp1PtRo2tzMyNoBEGbfHdmkd2QU9IbvYjqtaLUA7TQ==} + /@t3-oss/env-core@0.5.0(typescript@5.1.3)(zod@3.21.4): + resolution: {integrity: sha512-EptD5z+9wNUlUdaembwXhz5hMqetIm0R6j/f7r58vintBWaJeaiKNnqARUA/FKK5jzR1U8jbgYD7K/F8Q8XZhg==} peerDependencies: typescript: '>=4.7.2' zod: ^3.0.0 @@ -333,13 +333,13 @@ packages: zod: 3.21.4 dev: false - /@t3-oss/env-nextjs@0.4.1(typescript@5.1.3)(zod@3.21.4): - resolution: {integrity: sha512-lDbewJvZwOW7bFwHzdKtAH4+YcVTvGU7UEJfHwlb1RqVe9ejPrKn6ax2OGv/nFji1JXGKecKYHz3Xkpru6TFbw==} + /@t3-oss/env-nextjs@0.5.0(typescript@5.1.3)(zod@3.21.4): + resolution: {integrity: sha512-2Xb8y3EazxGMz1czwcQe+R0baj+PxYhZHY9clD2b1jSbFyelRwX3NP9MQI3njAeUUa1pbFwC468gf+8tX8faag==} peerDependencies: typescript: '>=4.7.2' zod: ^3.0.0 dependencies: - '@t3-oss/env-core': 0.4.1(typescript@5.1.3)(zod@3.21.4) + '@t3-oss/env-core': 0.5.0(typescript@5.1.3)(zod@3.21.4) typescript: 5.1.3 zod: 3.21.4 dev: false