Skip to content

Commit bb26acf

Browse files
committed
REA-465: Fix doc for 3.0
1 parent a0920dd commit bb26acf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/src/content/introduction/GettingStarted.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ to yFiles is to use the [yFiles Dev Suite](https://www.npmjs.com/package/yfiles-
4747
"react": "^18.2.0",
4848
"react-dom": "^18.2.0",
4949
"reactflow": "^11.11.0",
50-
"@yfiles/yfiles": "./lib/yfiles-30.0.0.tgz"
50+
"@yfiles/yfiles": "./lib/yfiles-30.0.0+dev.tgz"
5151
}
5252
```
5353
</details>

yfiles-layout-reactflow/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ to yFiles is to use the [yFiles Dev Suite](https://www.npmjs.com/package/yfiles-
5555
"react": "^18.2.0",
5656
"react-dom": "^18.2.0",
5757
"reactflow": "^11.11.0",
58-
"@yfiles/yfiles": "./lib/yfiles-30.0.0.tgz"
58+
"@yfiles/yfiles": "./lib/yfiles-30.0.0+dev.tgz"
5959
}
6060
```
6161
</details>

0 commit comments

Comments
 (0)