Skip to content

Commit

Permalink
stricter peer (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
juliusmarminge committed May 6, 2023
1 parent 771a330 commit f0b200c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .changeset/swift-sheep-poke.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@t3-oss/env-nextjs": patch
"@t3-oss/env-core": patch
---

fix: set typescript peerdep to >=4.7
3 changes: 2 additions & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@
"typecheck": "tsc --noEmit"
},
"peerDependencies": {
"zod": "^3.0.0"
"zod": "^3.0.0",
"typescript": ">=4.7.2"
},
"devDependencies": {
"eslint": "^8.39.0",
Expand Down
3 changes: 2 additions & 1 deletion packages/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@
"@t3-oss/env-core": "0.2.2"
},
"peerDependencies": {
"zod": "^3.0.0"
"zod": "^3.0.0",
"typescript": ">=4.7.2"
},
"devDependencies": {
"eslint": "^8.39.0",
Expand Down

1 comment on commit f0b200c

@vercel
Copy link

@vercel vercel bot commented on f0b200c May 6, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

t3-env – ./

env.t3.gg
t3-env-t3-oss.vercel.app
t3-env.vercel.app
t3-env-git-main-t3-oss.vercel.app

Please sign in to comment.