Skip to content

Commit b30a9f8

Browse files
committed
Update versions in documentation
1 parent 8296d92 commit b30a9f8

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@ 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@6.1.1 my-process-mining-app -- --template react-ts
33+
npm create vite@latest my-process-mining-app -- --template react-ts
3434
```
3535

3636
Add the yFiles dependency:
3737
```
38-
npm install <yFiles package path>/lib/yfiles-30.0.0+dev.tgz
38+
npm install <yFiles package path>/lib-dev/yfiles-30.0.4+dev.tgz
3939
```
4040

4141
<details>
@@ -45,9 +45,9 @@ You can learn how to work with the yFiles npm module in our [Developer’s Guide
4545

4646
```json
4747
"dependencies": {
48-
"react": "^18.2.0",
49-
"react-dom": "^18.2.0",
50-
"@yfiles/yfiles": "./lib/yfiles-30.0.0+dev.tgz"
48+
"react": "^19.2.0",
49+
"react-dom": "^19.2.0",
50+
"@yfiles/yfiles": "./lib-dev/yfiles-30.0.4+dev.tgz"
5151
}
5252
```
5353
</details>

docs/introduction/GettingStarted.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ 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@6.1.1 my-process-mining-app -- --template react-ts
29+
npm create vite@latest my-process-mining-app -- --template react-ts
3030
```
3131

3232
Add the yFiles dependency:
3333
```
34-
npm install <yFiles package path>/lib/yfiles-30.0.0+dev.tgz
34+
npm install <yFiles package path>/lib-dev/yfiles-30.0.4+dev.tgz
3535
```
3636

3737
<details>
@@ -41,9 +41,9 @@ You can learn how to work with the yFiles npm module in our [Developer’s Guide
4141

4242
```json
4343
"dependencies": {
44-
"react": "^18.2.0",
45-
"react-dom": "^18.2.0",
46-
"@yfiles/yfiles": "./lib/yfiles-30.0.0+dev.tgz"
44+
"react": "^19.2.0",
45+
"react-dom": "^19.2.0",
46+
"@yfiles/yfiles": "./lib-dev/yfiles-30.0.4+dev.tgz"
4747
}
4848
```
4949
</details>

0 commit comments

Comments
 (0)