Skip to content

Commit 7c161cb

Browse files
authored
Merge pull request #73 from soilSpoon/feature/edit-comment
Edit react version in comment for Config
2 parents 06a4aac + 5c8f565 commit 7c161cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

types.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ export interface Config {
4040
outputDir?: string
4141
/** `baseUrl` specifies the path prefix for the application (default is '/'). */
4242
baseUrl?: string
43-
/** `reactUrl` specifies the **react** download URL (default is 'https://esm.sh/react@16.14.0'). */
43+
/** `reactUrl` specifies the **react** download URL (default is 'https://esm.sh/react@17.0.1'). */
4444
reactUrl?: string
45-
/** `reactDomUrl` specifies the **react-dom** download URL (default is 'https://esm.sh/react-dom@16.14.0'). */
45+
/** `reactDomUrl` specifies the **react-dom** download URL (default is 'https://esm.sh/react-dom@17.0.1'). */
4646
reactDomUrl?: string
4747
/** `defaultLocale` specifies the default locale of the application (default is '**en**'). */
4848
defaultLocale?: string

0 commit comments

Comments
 (0)