diff --git a/package.json b/package.json index b6b5432..b2de10f 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "@hookform/resolvers": "^3.3.1", "@radix-ui/react-label": "^2.0.2", "@radix-ui/react-slot": "^1.0.2", - "@t3-oss/env-nextjs": "^0.3.1", + "@t3-oss/env-nextjs": "^0.6.0", "@total-typescript/ts-reset": "^0.5.1", "class-variance-authority": "^0.7.0", "clsx": "^2.0.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 93b96ab..1eea564 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1,5 +1,9 @@ lockfileVersion: "6.0" +settings: + autoInstallPeers: true + excludeLinksFromLockfile: false + dependencies: "@hookform/resolvers": specifier: ^3.3.1 @@ -11,8 +15,8 @@ dependencies: specifier: ^1.0.2 version: 1.0.2(@types/react@18.2.21)(react@18.2.0) "@t3-oss/env-nextjs": - specifier: ^0.3.1 - version: 0.3.1(typescript@5.2.2)(zod@3.22.2) + specifier: ^0.6.0 + version: 0.6.1(typescript@5.2.2)(zod@3.22.2) "@total-typescript/ts-reset": specifier: ^0.5.1 version: 0.5.1 @@ -765,10 +769,10 @@ packages: tslib: 2.6.2 dev: false - /@t3-oss/env-core@0.3.1(typescript@5.2.2)(zod@3.22.2): + /@t3-oss/env-core@0.6.1(typescript@5.2.2)(zod@3.22.2): resolution: { - integrity: sha512-iEnBuWeSjzqQLDTUw7H+YhstV4OZrGXTkQGL6ZOMxZQoCmwGX7GVS+1KCd5RvCzOtrIAD9jeOItSWNjC7sG4Sg==, + integrity: sha512-KQD7qEDJtkWIWWmTVjNvk0wnHpkvAQ6CRbUxbWMFNG/fiosBQDQvtRpBNu6USxBscJCoC4z6y7P9MN52/mLOzw==, } peerDependencies: typescript: ">=4.7.2" @@ -778,16 +782,16 @@ packages: zod: 3.22.2 dev: false - /@t3-oss/env-nextjs@0.3.1(typescript@5.2.2)(zod@3.22.2): + /@t3-oss/env-nextjs@0.6.1(typescript@5.2.2)(zod@3.22.2): resolution: { - integrity: sha512-W1OgOn5xtpdEGraAQesyLzO2aNLRfSJEyK6qjQFfEUnrPbkvB+WxABX2bPMqfn4KJQ8pziLCSdBFiUN8OagqAg==, + integrity: sha512-z1dIC++Vxj9kmzX5nSPfcrCSkszy3dTEPC4Ssx7Ap5AqR3c2Qa7S0xf8axn6coy7D/vCXDAAnHYnCMDhtcY3SQ==, } peerDependencies: typescript: ">=4.7.2" zod: ^3.0.0 dependencies: - "@t3-oss/env-core": 0.3.1(typescript@5.2.2)(zod@3.22.2) + "@t3-oss/env-core": 0.6.1(typescript@5.2.2)(zod@3.22.2) typescript: 5.2.2 zod: 3.22.2 dev: false @@ -4334,7 +4338,3 @@ packages: integrity: sha512-wvWkphh5WQsJbVk1tbx1l1Ly4yg+XecD+Mq280uBGt9wa5BKSWf4Mhp6GmrkPixhMxmabYY7RbzlwVP32pbGCg==, } dev: false - -settings: - autoInstallPeers: true - excludeLinksFromLockfile: false