Skip to content

Commit 7dfe324

Browse files
author
Nicolas ERNY
authored
Fix gojs version (#121)
1 parent 0d710f3 commit 7dfe324

2 files changed

Lines changed: 6 additions & 6 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.1",
3+
"version": "4.7.2",
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.0.18"
53+
"gojs": "2.0.18"
5454
},
5555
"peerDependencies": {
5656
"react": "16.x",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1534,10 +1534,10 @@ 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.0.18:
1538-
version "2.1.19"
1539-
resolved "https://registry.yarnpkg.com/gojs/-/gojs-2.1.19.tgz#b0a929d1774b02b2dc4ca9188ad2dbbbf0fa6706"
1540-
integrity sha512-K2sJlmNdU5PacFQTPK4QMMaxjl+MSNlM3Nr5Okh7cI37EAFHZ/XVccNojYOV6v7Q9RSDDGFZbExfgniqS5kTww==
1537+
gojs@2.0.18:
1538+
version "2.0.18"
1539+
resolved "https://registry.yarnpkg.com/gojs/-/gojs-2.0.18.tgz#160d0e79b727cf70f1039b827a09cc602294dc55"
1540+
integrity sha512-3IB/HPJvPrbwkQrzMevCkVnzR8wKE0c7CrKCBHlr8CLQKV5m2yy3OiHavpWgkM59jIKCc8Kboi9ETUMgjGfZSA==
15411541

15421542
graceful-fs@^4.1.11, graceful-fs@^4.1.15, graceful-fs@^4.1.2:
15431543
version "4.1.15"

0 commit comments

Comments
 (0)