Skip to content

Commit 8916548

Browse files
committed
Use [email protected] instead of latest for React 18
1 parent 150b16e commit 8916548

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ You can learn how to work with the yFiles npm module in our [Developer’s Guide
3030
In addition to yFiles, the Process Mining component requires React to be installed in your project.
3131
If you want to start your project from scratch, we recommend using vite:
3232
```
33-
npm create vite@latest my-process-mining-app -- --template react-ts
33+
npm create vite@6.1.1 my-process-mining-app -- --template react-ts
3434
```
3535

3636
Add the yFiles dependency:

docs/introduction/GettingStarted.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ You can learn how to work with the yFiles npm module in our [Developer’s Guide
2626
In addition to yFiles, the Process Mining component requires React to be installed in your project.
2727
If you want to start your project from scratch, we recommend using vite:
2828
```
29-
npm create vite@latest my-process-mining-app -- --template react-ts
29+
npm create vite@6.1.1 my-process-mining-app -- --template react-ts
3030
```
3131

3232
Add the yFiles dependency:

0 commit comments

Comments
 (0)