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

-83
This file was deleted.

apps/demo/README.md

+1-1
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

+1-1
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

+9-9
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

+1-1
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

+2-2
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

+4-4
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

+1-1
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

+1-1
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

+1-1
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;

packages/jsx-email/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Everything to know about the components, props, and usage is available within ou
3232

3333
## Requirements
3434

35-
The packages and components that make up JSX email require an [LTS](https://github.com/nodejs/Release) Node version (v18.0.0+) and React v18.2.0+
35+
The packages and components that make up JSX email require an [LTS](https://github.com/nodejs/Release) Node version (v20.19.0+) and React v19.1.0+
3636

3737
<div>
3838
<br/>

packages/jsx-email/cli.js

100644100755
File mode changed.

packages/jsx-email/package.json

+7-5
Original file line numberDiff line numberDiff line change
@@ -47,18 +47,20 @@
4747
"@jsx-email/plugin-inline": "workspace:^",
4848
"@jsx-email/plugin-minify": "workspace:^",
4949
"@jsx-email/plugin-pretty": "workspace:^",
50-
"react": "^18.2.0 || ^19",
51-
"react-dom": "^18.2.0 || ^19"
50+
"@types/react": "^19.1.2",
51+
"@types/react-dom": "^19.1.2",
52+
"react": "^19.1.0",
53+
"react-dom": "^19.1.0"
5254
},
5355
"dependencies": {
5456
"@dot/log": "^0.2.0",
5557
"@jsx-email/doiuse-email": "^1.0.1",
5658
"@parcel/watcher": "^2.4.1",
5759
"@radix-ui/colors": "3.0.0",
5860
"@radix-ui/react-collapsible": "1.1.4",
59-
"@radix-ui/react-icons": "^1.3.0",
61+
"@radix-ui/react-icons": "^1.3.2",
6062
"@radix-ui/react-popover": "1.1.7",
61-
"@radix-ui/react-select": "^2.0.0",
63+
"@radix-ui/react-select": "^2.1.7",
6264
"@radix-ui/react-slot": "1.2.0",
6365
"@radix-ui/react-toggle-group": "1.1.3",
6466
"@unocss/core": "^66.0.0",
@@ -117,7 +119,7 @@
117119
"@types/source-map-support": "^0.5.10",
118120
"@types/yargs-parser": "^21.0.3",
119121
"hast": "^1.0.0",
120-
"unified": "^11.0.4"
122+
"unified": "^11.0.5"
121123
},
122124
"types": "./dist/index.d.ts",
123125
"funding": {

packages/plugin-inline/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
},
6060
"devDependencies": {
6161
"hast": "^1.0.0",
62-
"unified": "^11.0.4"
62+
"unified": "^11.0.5"
6363
},
6464
"types": "./dist/commonjs/index.d.ts",
6565
"funding": {

0 commit comments

Comments
 (0)