Skip to content

Commit 0d710f3

Browse files
author
Nicolas ERNY
authored
Bug(119): downgrade goJS version (#120)
1 parent c4e22f5 commit 0d710f3

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-gojs",
3-
"version": "4.7.0",
3+
"version": "4.7.1",
44
"description": "GoJS React integration",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -50,7 +50,7 @@
5050
"typescript": "^3.9.5"
5151
},
5252
"dependencies": {
53-
"gojs": "^2.1.19"
53+
"gojs": "^2.0.18"
5454
},
5555
"peerDependencies": {
5656
"react": "16.x",

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1534,7 +1534,7 @@ globals@^11.1.0:
15341534
version "11.11.0"
15351535
resolved "https://registry.yarnpkg.com/globals/-/globals-11.11.0.tgz#dcf93757fa2de5486fbeed7118538adf789e9c2e"
15361536

1537-
gojs@^2.1.19:
1537+
gojs@^2.0.18:
15381538
version "2.1.19"
15391539
resolved "https://registry.yarnpkg.com/gojs/-/gojs-2.1.19.tgz#b0a929d1774b02b2dc4ca9188ad2dbbbf0fa6706"
15401540
integrity sha512-K2sJlmNdU5PacFQTPK4QMMaxjl+MSNlM3Nr5Okh7cI37EAFHZ/XVccNojYOV6v7Q9RSDDGFZbExfgniqS5kTww==

0 commit comments

Comments
 (0)