Update multiple package versions across the project

This commit performs an update of the version numbers for several packages used across the project. Overall, this is part of a maintenance task to ensure the latest version of each package is used to gain performance improvements, bug fixes and new features where applicable.
This commit is contained in:
gbuomprisco
2024-07-03 10:52:32 +08:00
parent d155940df2
commit fa73cf103a
18 changed files with 298 additions and 320 deletions

View File

@@ -13,7 +13,7 @@
".": "./src/index.ts"
},
"dependencies": {
"@react-email/components": "0.0.19"
"@react-email/components": "0.0.20"
},
"devDependencies": {
"@kit/eslint-config": "workspace:*",