Skip to content

Commit

Permalink
fix manypkg
Browse files Browse the repository at this point in the history
  • Loading branch information
juliusmarminge committed May 6, 2023
1 parent bfa7645 commit b68140a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 138 deletions.
2 changes: 1 addition & 1 deletion examples/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@types/react": "18.0.38",
"@types/react-dom": "18.0.11",
"eslint": "^8.39.0",
"next": "^13.3.1",
"next": "^13.4.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"typescript": "^5.0.4",
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"build": "turbo build --filter @t3-oss/env*",
"dev": "turbo dev --filter @t3-oss/env*",
"lint": "turbo lint && manypkg check",
"lint:fix": "turbo lint -- --fix && manypkg fix",
"test": "turbo test",
"typecheck": "turbo typecheck"
},
Expand Down
139 changes: 2 additions & 137 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 comment on commit b68140a

@vercel
Copy link

@vercel vercel bot commented on b68140a 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 – ./

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

Please sign in to comment.