Skip to content
This repository was archived by the owner on Mar 17, 2024. It is now read-only.

Commit 0054eea

Browse files
committed
fix ts-graphviz dependency version
1 parent 98005a2 commit 0054eea

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
@@ -25,7 +25,7 @@ $ npm install @ts-graphviz/react
2525

2626
```bash
2727
# Peer Dependencies
28-
$ yarn add react react-dom ts-graphviz
28+
$ yarn add react react-dom ts-graphviz@"^0.12.0"
2929
# Optional Peer Dependencies
3030
$ yarn add @hpcc-js/wasm
3131
```

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"@hpcc-js/wasm": "^0.3.13",
3939
"react": ">=16.8.0",
4040
"react-dom": ">=16.8.0",
41-
"ts-graphviz": ">=0.10.0"
41+
"ts-graphviz": "^0.12.0"
4242
},
4343
"peerDependenciesMeta": {
4444
"@hpcc-js/wasm": {

0 commit comments

Comments
 (0)