Skip to content

Commit b4467e6

Browse files
committed
Use [email protected] instead of latest for React 18
1 parent c5076e9 commit b4467e6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ You can learn how to work with the yFiles npm module in our [Developer’s Guide
2424
In addition to yFiles, the Organization Chart component requires React to be installed in your project.
2525
If you want to start your project from scratch, we recommend using vite:
2626
```
27-
npm create vite@latest my-orgchart-app -- --template react-ts
27+
npm create vite@6.1.1 my-orgchart-app -- --template react-ts
2828
```
2929

3030
Add the yFiles dependency:

docs/introduction/GettingStarted.mdx

+1-1
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 Organization Chart 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-orgchart-app -- --template react-ts
29+
npm create vite@6.1.1 my-orgchart-app -- --template react-ts
3030
```
3131

3232
Add the yFiles dependency:

0 commit comments

Comments
 (0)