Skip to content

Commit

Permalink
chore(core): Set engines node@>=18
Browse files Browse the repository at this point in the history
  • Loading branch information
wootsbot committed Jul 27, 2023
1 parent 2c6d4a5 commit 592525b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions .changeset/chilled-hairs-tease.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'x-boilerplate': patch
---

Set engines node@>=18"
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.2.0-beta.5",
"private": true,
"engines": {
"node": ">=16",
"node": ">=18",
"pnpm": ">=8"
},
"scripts": {
Expand All @@ -22,7 +22,7 @@
"dependencies": {
"@hookform/resolvers": "3.1.1",
"@icons-pack/react-simple-icons": "8.0.1",
"@lukemorales/query-key-factory": "^1.3.2",
"@lukemorales/query-key-factory": "1.3.2",
"@react-email/components": "0.0.7",
"@react-email/html": "0.0.4",
"@t3-oss/env-nextjs": "0.6.0",
Expand All @@ -37,7 +37,7 @@
"react-dom": "18.2.0",
"react-email": "1.9.4",
"react-hook-form": "7.45.2",
"react-hot-toast": "^2.4.1",
"react-hot-toast": "2.4.1",
"resend": "0.17.2",
"xstate": "4.38.1",
"zod": "3.21.4"
Expand Down
4 changes: 2 additions & 2 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 592525b

@vercel
Copy link

@vercel vercel bot commented on 592525b Jul 27, 2023

Choose a reason for hiding this comment

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

Please sign in to comment.