Skip to content

Commit

Permalink
chore: bump to zod 3.23 (#223)
Browse files Browse the repository at this point in the history
  • Loading branch information
juliusmarminge authored Apr 22, 2024
1 parent 4d6c0d5 commit faaf24f
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 10 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/release-canary.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,10 @@ jobs:

- name: Authenticate to npm and publish
run: |
pnpm build
echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > .npmrc
pnpm publish packages/core --access public --tag canary --no-git-checks
pnpm publish packages/nextjs --access public --tag canary --no-git-checks
pnpm publish packages/nuxt --access public --tag canary --no-git-checks
for dir in packages/*/; do
npm publish "$dir" --access public --tag canary
done
- name: Create a new comment notifying of the new canary version
uses: actions/github-script@v6
Expand Down
Binary file modified bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion examples/astro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@t3-oss/env-core": "workspace:*",
"astro": "^2.3.0",
"solid-js": "^1.4.3",
"zod": "^3.22.4"
"zod": "^3.23.0"
},
"devDependencies": {
"vite": "^4.3.1"
Expand Down
2 changes: 1 addition & 1 deletion examples/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"next": "^14.2.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"zod": "^3.22.4"
"zod": "^3.23.0"
},
"devDependencies": {
"@types/node": "^20.12.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
},
"dependencies": {
"@t3-oss/env-nuxt": "workspace:*",
"zod": "^3.22.4"
"zod": "^3.23.0"
}
}
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@
"devDependencies": {
"bunchee": "^5.1.2",
"typescript": "^5.4.5",
"zod": "^3.22.4"
"zod": "^3.23.0"
}
}
2 changes: 1 addition & 1 deletion packages/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@
"devDependencies": {
"bunchee": "^5.1.2",
"typescript": "^5.4.5",
"zod": "^3.22.4"
"zod": "^3.23.0"
}
}
2 changes: 1 addition & 1 deletion packages/nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@
"devDependencies": {
"bunchee": "^5.1.2",
"typescript": "^5.4.5",
"zod": "^3.22.4"
"zod": "^3.23.0"
}
}

0 comments on commit faaf24f

Please sign in to comment.