-
Notifications
You must be signed in to change notification settings - Fork 712
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(deps): update dependency tinybench to v3 (#1868)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: gabriel miranda <[email protected]>
- Loading branch information
1 parent
431d8ea
commit 0946dfc
Showing
10 changed files
with
360 additions
and
736 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,8 +17,8 @@ | |
}, | ||
"dependencies": { | ||
"react-email": "workspace:*", | ||
"react-email-canary": "npm:[email protected]", | ||
"tinybench": "2.5.1" | ||
"react-email-2.1.7-canary.2": "npm:[email protected]", | ||
"tinybench": "3.1.0" | ||
}, | ||
"devDependencies": { | ||
"tsconfig": "workspace:*", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
"version": "0.0.0", | ||
"scripts": { | ||
"with-vs-without": "tsx ./src/benchmark-with-vs-without", | ||
"0.0.15-vs-local": "tsx --max-old-space-size=256 ./src/benchmark-0.0.15-vs-local-version", | ||
"0.0.17-vs-local": "tsx --max-old-space-size=256 ./src/benchmark-0.0.17-vs-local-version", | ||
"0.0.12-vs-local": "tsx ./src/benchmark-0.0.12-vs-local-version", | ||
"flamegraph-render-tailwind": "tsx --prof ./src/tailwind-render && node --prof-process --preprocess -j isolate*.log | flamebearer" | ||
}, | ||
|
@@ -22,10 +22,11 @@ | |
"@react-email/components": "workspace:*", | ||
"@react-email/render": "workspace:*", | ||
"@react-email/tailwind": "workspace:*", | ||
"react": "18.2.0", | ||
"react": "19.0.0", | ||
"react-dom": "19.0.0", | ||
"tailwind-0.0.12": "npm:@react-email/[email protected]", | ||
"tailwind-0.0.15": "npm:@react-email/[email protected].15", | ||
"tinybench": "2.5.1" | ||
"tailwind-0.0.17": "npm:@react-email/[email protected].17", | ||
"tinybench": "3.1.0" | ||
}, | ||
"devDependencies": { | ||
"flamebearer": "1.1.3", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,5 +30,13 @@ | |
"vite": "5.4.13", | ||
"vitest": "2.0.5" | ||
}, | ||
"pnpm": { | ||
"overrides": { | ||
"react": "19.0.0", | ||
"react-dom": "19.0.0", | ||
"@types/react": "19.0.1", | ||
"@types/react-dom": "19.0.1" | ||
} | ||
}, | ||
"packageManager": "[email protected]+sha512.76e2379760a4328ec4415815bcd6628dee727af3779aaa4c914e3944156c4299921a89f976381ee107d41f12cfa4b66681ca9c718f0668fa0831ed4c6d8ba56c" | ||
} |
Oops, something went wrong.