Skip to content

Commit

Permalink
fix: Format (resend#910)
Browse files Browse the repository at this point in the history
  • Loading branch information
bukinoshita authored Sep 5, 2023
1 parent 0ff3df8 commit 5e1d698
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion packages/react-email/source/utils/run-server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export const setupServer = async (
type: 'dev' | 'build' | 'start',
dir: string,
port: string,
skipInstall: boolean = false
skipInstall: boolean = false,
) => {
const cwd = await findRoot(CURRENT_PATH).catch(() => ({
rootDir: CURRENT_PATH,
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1302,20 +1302,20 @@
dependencies:
"@octokit/openapi-types" "^17.1.2"

"@radix-ui/[email protected].0":
version "1.0.0"
resolved "https://registry.npmjs.org/@radix-ui/react-compose-refs/-/react-compose-refs-1.0.0.tgz"
integrity sha512-0KaSv6sx787/hK3eF53iOkiSLwAGlFMx5lotrqD2pTjB18KbybKoEIgkNZTKC60YECDQTKGTRcDBILwZVqVKvA==
"@radix-ui/[email protected].1":
version "1.0.1"
resolved "https://registry.yarnpkg.com/@radix-ui/react-compose-refs/-/react-compose-refs-1.0.1.tgz#7ed868b66946aa6030e580b1ffca386dd4d21989"
integrity sha512-fDSBgd44FKHa1FRMU59qBMPFcl2PZE+2nmqunj+BWFyYYjnhIDWL2ItDs3rrbJDQOtzt5nIebLCQc4QRfz6LJw==
dependencies:
"@babel/runtime" "^7.13.10"

"@radix-ui/[email protected].0":
version "1.0.0"
resolved "https://registry.npmjs.org/@radix-ui/react-slot/-/react-slot-1.0.0.tgz"
integrity sha512-3mrKauI/tWXo1Ll+gN5dHcxDPdm/Df1ufcDLCecn+pnCIVcdWE7CujXo8QaXOWRJyZyQWWbpB8eFwHzWXlv5mQ==
"@radix-ui/[email protected].2":
version "1.0.2"
resolved "https://registry.yarnpkg.com/@radix-ui/react-slot/-/react-slot-1.0.2.tgz#a9ff4423eade67f501ffb32ec22064bc9d3099ab"
integrity sha512-YeTpuq4deV+6DusvVUW4ivBgnkHwECUu0BiN43L5UCDFgdhsRUWAghhTF5MbvNTPzmiFOx90asDSUjWuCNapwg==
dependencies:
"@babel/runtime" "^7.13.10"
"@radix-ui/react-compose-refs" "1.0.0"
"@radix-ui/react-compose-refs" "1.0.1"

"@react-email/[email protected]":
version "0.0.2"
Expand Down

0 comments on commit 5e1d698

Please sign in to comment.