mirror of
https://github.com/bartvdbraak/hellob.art.git
synced 2025-04-27 09:31:21 +00:00
chore(deps): bump @t3-oss/env-nextjs from 0.4.0 to 0.4.1
Bumps [@t3-oss/env-nextjs](https://github.com/t3-oss/t3-env/tree/HEAD/packages/nextjs) from 0.4.0 to 0.4.1. - [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.4.1/packages/nextjs) --- updated-dependencies: - dependency-name: "@t3-oss/env-nextjs" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
14b899d2b8
commit
52fde4a0c3
2 changed files with 12 additions and 12 deletions
|
@ -17,7 +17,7 @@
|
|||
"format:check": "prettier . --check --cache"
|
||||
},
|
||||
"dependencies": {
|
||||
"@t3-oss/env-nextjs": "^0.4.0",
|
||||
"@t3-oss/env-nextjs": "^0.4.1",
|
||||
"@tailwindcss/typography": "^0.5.9",
|
||||
"@types/node": "20.3.1",
|
||||
"@types/react": "18.2.12",
|
||||
|
|
|
@ -1,13 +1,9 @@
|
|||
lockfileVersion: '6.0'
|
||||
|
||||
settings:
|
||||
autoInstallPeers: true
|
||||
excludeLinksFromLockfile: false
|
||||
|
||||
dependencies:
|
||||
'@t3-oss/env-nextjs':
|
||||
specifier: ^0.4.0
|
||||
version: 0.4.0(typescript@5.1.3)(zod@3.21.4)
|
||||
specifier: ^0.4.1
|
||||
version: 0.4.1(typescript@5.1.3)(zod@3.21.4)
|
||||
'@tailwindcss/typography':
|
||||
specifier: ^0.5.9
|
||||
version: 0.5.9(tailwindcss@3.3.2)
|
||||
|
@ -323,8 +319,8 @@ packages:
|
|||
tslib: 2.5.3
|
||||
dev: false
|
||||
|
||||
/@t3-oss/env-core@0.4.0(typescript@5.1.3)(zod@3.21.4):
|
||||
resolution: {integrity: sha512-6JlMp0Vru15q/axHzBKsQQjiyGS6k+EsZBY1iErGVmOGzNSoVluBahnYFP7tEkwZ7KoRgSq4NRIc1Ez7SVYuxQ==}
|
||||
/@t3-oss/env-core@0.4.1(typescript@5.1.3)(zod@3.21.4):
|
||||
resolution: {integrity: sha512-JZI8vxlHwtiZO7OYS3qSX9Ngt7UcdqsugLwhBwx7UVi5wp1PtRo2tzMyNoBEGbfHdmkd2QU9IbvYjqtaLUA7TQ==}
|
||||
peerDependencies:
|
||||
typescript: '>=4.7.2'
|
||||
zod: ^3.0.0
|
||||
|
@ -333,13 +329,13 @@ packages:
|
|||
zod: 3.21.4
|
||||
dev: false
|
||||
|
||||
/@t3-oss/env-nextjs@0.4.0(typescript@5.1.3)(zod@3.21.4):
|
||||
resolution: {integrity: sha512-K1u2i+S/uEhjfg++FqWlOzS6x237EARRbWGowH2MkDkFu2q7ZJSiJBJT8e47L7NHWH5IyZrTCM6BdOxyWEnQuQ==}
|
||||
/@t3-oss/env-nextjs@0.4.1(typescript@5.1.3)(zod@3.21.4):
|
||||
resolution: {integrity: sha512-lDbewJvZwOW7bFwHzdKtAH4+YcVTvGU7UEJfHwlb1RqVe9ejPrKn6ax2OGv/nFji1JXGKecKYHz3Xkpru6TFbw==}
|
||||
peerDependencies:
|
||||
typescript: '>=4.7.2'
|
||||
zod: ^3.0.0
|
||||
dependencies:
|
||||
'@t3-oss/env-core': 0.4.0(typescript@5.1.3)(zod@3.21.4)
|
||||
'@t3-oss/env-core': 0.4.1(typescript@5.1.3)(zod@3.21.4)
|
||||
typescript: 5.1.3
|
||||
zod: 3.21.4
|
||||
dev: false
|
||||
|
@ -2844,3 +2840,7 @@ packages:
|
|||
/zod@3.21.4:
|
||||
resolution: {integrity: sha512-m46AKbrzKVzOzs/DZgVnG5H55N1sv1M8qZU3A8RIKbs3mrACDNeIOeilDymVb2HdmP8uwshOCF4uJ8uM9rCqJw==}
|
||||
dev: false
|
||||
|
||||
settings:
|
||||
autoInstallPeers: true
|
||||
excludeLinksFromLockfile: false
|
||||
|
|
Loading…
Reference in a new issue