mirror of
https://github.com/bartvdbraak/hellob.art.git
synced 2025-04-27 09:31:21 +00:00
fix(deps): update dependency @t3-oss/env-nextjs to ^0.6.0
This commit is contained in:
parent
615ef147b9
commit
3d35243f51
2 changed files with 8 additions and 8 deletions
|
@ -17,7 +17,7 @@
|
|||
"format:check": "prettier . --check --cache"
|
||||
},
|
||||
"dependencies": {
|
||||
"@t3-oss/env-nextjs": "^0.5.0",
|
||||
"@t3-oss/env-nextjs": "^0.6.0",
|
||||
"@tailwindcss/typography": "^0.5.9",
|
||||
"@types/node": "20.3.1",
|
||||
"@types/react": "18.2.14",
|
||||
|
|
|
@ -6,8 +6,8 @@ settings:
|
|||
|
||||
dependencies:
|
||||
'@t3-oss/env-nextjs':
|
||||
specifier: ^0.5.0
|
||||
version: 0.5.0(typescript@5.1.3)(zod@3.21.4)
|
||||
specifier: ^0.6.0
|
||||
version: 0.6.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.5.0(typescript@5.1.3)(zod@3.21.4):
|
||||
resolution: {integrity: sha512-EptD5z+9wNUlUdaembwXhz5hMqetIm0R6j/f7r58vintBWaJeaiKNnqARUA/FKK5jzR1U8jbgYD7K/F8Q8XZhg==}
|
||||
/@t3-oss/env-core@0.6.0(typescript@5.1.3)(zod@3.21.4):
|
||||
resolution: {integrity: sha512-3FkPAba069WRZVVab/sB1m3eSGn/rZeypx5k+sWEu1d+k0OQdRDnvFS+7MtxYgqVrwaRk3b7yVnX2dgSPVmWPQ==}
|
||||
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.5.0(typescript@5.1.3)(zod@3.21.4):
|
||||
resolution: {integrity: sha512-2Xb8y3EazxGMz1czwcQe+R0baj+PxYhZHY9clD2b1jSbFyelRwX3NP9MQI3njAeUUa1pbFwC468gf+8tX8faag==}
|
||||
/@t3-oss/env-nextjs@0.6.0(typescript@5.1.3)(zod@3.21.4):
|
||||
resolution: {integrity: sha512-SpzcGNIbUYcQw4zPPFeRJqCC1560zL7QmB0puIqOnuCsmykPkqHPX+n9CNZLXVQerboHzfvb7Kd+jAdouk72Vw==}
|
||||
peerDependencies:
|
||||
typescript: '>=4.7.2'
|
||||
zod: ^3.0.0
|
||||
dependencies:
|
||||
'@t3-oss/env-core': 0.5.0(typescript@5.1.3)(zod@3.21.4)
|
||||
'@t3-oss/env-core': 0.6.0(typescript@5.1.3)(zod@3.21.4)
|
||||
typescript: 5.1.3
|
||||
zod: 3.21.4
|
||||
dev: false
|
||||
|
|
Loading…
Reference in a new issue