Skip to content

Commit dfc1672

Browse files
github-actions[bot]gabrielmfern
authored andcommitted
chore(root): Version packages (canary) (#2217)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 1c936ba commit dfc1672

File tree

2 files changed

+7
-46
lines changed

2 files changed

+7
-46
lines changed

packages/react-email/package.json

Lines changed: 6 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,13 @@
33
"version": "4.1.0-canary.7",
44
"description": "A live preview of your emails right in your browser.",
55
"bin": {
6-
"email": "./dist/cli/index.mjs"
6+
"email": "./dist/index.mjs"
77
},
8+
"type": "module",
89
"scripts": {
9-
"build": "tsup-node && node ./scripts/build-preview-server.mjs",
10-
"postbuild": "pnpm install --frozen-lockfile",
11-
"caniemail:fetch": "node ./scripts/fill-caniemail-data.mjs",
10+
"build": "tsup-node && pnpm install --frozen-lockfile",
1211
"clean": "rm -rf dist",
1312
"dev": "tsup-node --watch",
14-
"dev:preview": "cd ../../apps/demo && tsx ../../packages/react-email/src/cli/index.ts dev",
1513
"test": "vitest run",
1614
"test:watch": "vitest"
1715
},
@@ -39,58 +37,21 @@
3937
"glob": "^11.0.0",
4038
"log-symbols": "^7.0.0",
4139
"mime-types": "^3.0.0",
42-
"next": "^15.3.1",
4340
"normalize-path": "^3.0.0",
41+
"nypm": "0.6.0",
4442
"ora": "^8.0.0",
4543
"socket.io": "^4.8.1",
4644
"tsconfig-paths": "4.2.0"
4745
},
4846
"devDependencies": {
49-
"@babel/core": "7.26.10",
50-
"@lottiefiles/dotlottie-react": "0.13.3",
51-
"@radix-ui/colors": "3.0.0",
52-
"@radix-ui/react-collapsible": "1.1.7",
53-
"@radix-ui/react-dropdown-menu": "2.1.10",
54-
"@radix-ui/react-popover": "1.1.10",
55-
"@radix-ui/react-slot": "1.2.0",
56-
"@radix-ui/react-tabs": "1.1.7",
57-
"@radix-ui/react-toggle-group": "1.1.6",
58-
"@radix-ui/react-tooltip": "1.2.3",
5947
"@react-email/components": "workspace:*",
60-
"@swc/core": "1.11.21",
61-
"@types/babel__core": "7.20.5",
62-
"@types/babel__traverse": "7.20.7",
63-
"@types/fs-extra": "11.0.1",
6448
"@types/mime-types": "2.1.4",
65-
"@types/node": "22.14.1",
66-
"@types/normalize-path": "3.0.2",
67-
"@types/react": "19.0.10",
68-
"@types/react-dom": "19.0.4",
69-
"@types/webpack": "5.28.5",
70-
"autoprefixer": "10.4.21",
71-
"clsx": "2.1.1",
72-
"framer-motion": "12.7.5",
7349
"jiti": "2.4.2",
74-
"json5": "2.2.3",
75-
"module-punycode": "npm:[email protected]",
76-
"node-html-parser": "7.0.1",
77-
"postcss": "8.5.3",
78-
"pretty-bytes": "6.1.1",
79-
"prism-react-renderer": "2.4.1",
50+
"next": "^15.3.1",
8051
"react": "19.0.0",
8152
"react-dom": "19.0.0",
82-
"sharp": "0.34.1",
83-
"socket.io-client": "4.8.1",
84-
"sonner": "2.0.3",
85-
"source-map-js": "1.2.1",
86-
"spamc": "0.0.5",
87-
"stacktrace-parser": "0.1.11",
88-
"tailwind-merge": "3.2.0",
89-
"tailwindcss": "3.4.0",
9053
"tsup": "8.4.0",
9154
"tsx": "4.19.3",
92-
"typescript": "5.8.3",
93-
"use-debounce": "10.0.4",
94-
"zod": "3.24.3"
55+
"typescript": "5.8.3"
9556
}
9657
}

pnpm-lock.yaml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)