Skip to content

Commit 7afe067

Browse files
committed
chore: dep updates
1 parent d038062 commit 7afe067

File tree

18 files changed

+840
-1398
lines changed

18 files changed

+840
-1398
lines changed

.eslintrc.old

Lines changed: 0 additions & 83 deletions
This file was deleted.

apps/demo/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The intent of this app is to provide a likely real-world scenario on which users
1717

1818
## Requirements
1919

20-
This package requires an [LTS](https://github.com/nodejs/Release) Node version (v18.0.0+) and React v18.2.0+.
20+
This package requires an [LTS](https://github.com/nodejs/Release) Node version (v20.19.0+) and React v19.1.0+.
2121

2222
## Testing
2323

apps/demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"description": "A project to demo and test the `email preview` CLI command",
66
"license": "MIT",
77
"peerDependencies": {
8-
"react": "^18.2.0 || ^19"
8+
"react": "^19.1.0"
99
},
1010
"dependencies": {
1111
"jsx-email": "workspace:*"

apps/preview/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,21 @@
66
"type": "module",
77
"devDependencies": {
88
"@radix-ui/colors": "3.0.0",
9-
"@radix-ui/react-collapsible": "1.1.1",
10-
"@radix-ui/react-icons": "^1.3.0",
11-
"@radix-ui/react-popover": "1.1.2",
12-
"@radix-ui/react-select": "^2.0.0",
13-
"@radix-ui/react-slot": "1.1.0",
14-
"@radix-ui/react-toggle-group": "1.1.0",
9+
"@radix-ui/react-collapsible": "1.1.4",
10+
"@radix-ui/react-icons": "^1.3.2",
11+
"@radix-ui/react-popover": "1.1.7",
12+
"@radix-ui/react-select": "^2.1.7",
13+
"@radix-ui/react-slot": "1.2.0",
14+
"@radix-ui/react-toggle-group": "1.1.3",
1515
"autoprefixer": "^10.4.16",
1616
"classnames": "2.5.1",
1717
"framer-motion": "11.12.0",
1818
"postcss": "^8.4.32",
19-
"react": "^19",
19+
"react": "^19.1.0",
2020
"react-dom": "^19",
2121
"react-router-dom": "7.0.1",
22-
"shiki": "^1.18.0",
23-
"tailwindcss": "3.4.15",
22+
"shiki": "^3.2.2",
23+
"tailwindcss": "4.1.4",
2424
"titleize": "^4.0.0",
2525
"vite": "^6.3.0"
2626
}

apps/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"devDependencies": {
1111
"@octokit/rest": "^20.0.2",
12-
"globby": "11.0.4",
12+
"globby": "14.1.0",
1313
"titleize": "^4.0.0",
1414
"vitepress": "1.0.0-rc.20",
1515
"vue": "3.3.4"

docs/quick-start.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ For those not familiar with the bits above, here are some links to resources tha
2121

2222
## Prerequisites
2323

24-
- [Node.js](https://nodejs.org/en/) v18.0.0+
25-
- React v18.2.0
24+
- [Node.js](https://nodejs.org/en/) v20.19.0+
25+
- React v19.1.0+
2626

2727
## New Projects
2828

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,10 @@
4848
"packageManager": "[email protected]",
4949
"pnpm": {
5050
"overrides": {
51-
"@types/react": "19.0.2",
52-
"@types/react-dom": "19.0.2",
53-
"react": "19.0.0",
54-
"react-dom": "19.0.0",
51+
"@types/react": "19.1.2",
52+
"@types/react-dom": "19.1.2",
53+
"react": "19.1.0",
54+
"react-dom": "19.1.0",
5555
"react-router-dom": "6.16.0",
5656
"vite": "^6.3.0"
5757
}

packages/create-jsx-email/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
## Requirements
2222

23-
This package requires an [LTS](https://github.com/nodejs/Release) Node version (v18.0.0+) and React v18.2.0+.
23+
This package requires an [LTS](https://github.com/nodejs/Release) Node version (v20.19.0+) and React v19.1.0+.
2424

2525
## Getting started
2626

packages/create-jsx-email/generators/package.json.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
"jsx-email": "^2.0.0"
1313
},
1414
"devDependencies": {
15-
"react": "^19.0.0"{{{ typeDep }}}
15+
"react": "^19.1.0"{{{ typeDep }}}
1616
}
1717
}

packages/create-jsx-email/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ const isEmpty = (path: string) => {
4848
const { log } = console;
4949
const normalizePath = (filename: string) => filename.split(win32.sep).join(posix.sep);
5050
const asConst = ' as const';
51-
const typeDep = ',\n"@types/react": "^19.0.2",\n"typescript": "^5.2.2"';
51+
const typeDep = ',\n"@types/react": "^19.1.2",\n"typescript": "^5.8.3"';
5252
const typeProps = `\ninterface TemplateProps {
5353
email: string;
5454
name: string;

0 commit comments

Comments
 (0)