Skip to content

Commit 0969f56

Browse files
committed
update to GoJS v3.0
1 parent 702f3ea commit 0969f56

6 files changed

Lines changed: 12 additions & 12 deletions

File tree

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
],
1515
"author": "Northwoods Software",
1616
"dependencies": {
17-
"gojs": "^2.3.11",
17+
"gojs": "^3.0.0",
1818
"gojs-react": "^1.1.2",
19-
"immer": "^10.0.2",
19+
"immer": "^10.0.4",
2020
"react": "^18.2.0",
2121
"react-dom": "^18.2.0"
2222
},
@@ -30,10 +30,10 @@
3030
"not op_mini all"
3131
],
3232
"devDependencies": {
33-
"@types/react": "^18.2.22",
34-
"@types/react-dom": "^18.2.7",
35-
"@vitejs/plugin-react": "^4.1.0",
36-
"typescript": "^5.2.2",
37-
"vite": "^4.4.9"
33+
"@types/react": "^18.2.79",
34+
"@types/react-dom": "^18.2.25",
35+
"@vitejs/plugin-react": "^4.2.1",
36+
"typescript": "^5.4.5",
37+
"vite": "^5.2.10"
3838
}
3939
}

src/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 1998-2023 by Northwoods Software Corporation. All Rights Reserved.
2+
* Copyright (C) 1998-2024 by Northwoods Software Corporation. All Rights Reserved.
33
*/
44

55
import * as go from 'gojs';

src/GuidedDraggingTool.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 1998-2023 by Northwoods Software Corporation. All Rights Reserved.
2+
* Copyright (C) 1998-2024 by Northwoods Software Corporation. All Rights Reserved.
33
*/
44

55
/*

src/components/DiagramWrapper.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 1998-2023 by Northwoods Software Corporation. All Rights Reserved.
2+
* Copyright (C) 1998-2024 by Northwoods Software Corporation. All Rights Reserved.
33
*/
44

55
import * as go from 'gojs';

src/components/InspectorRow.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 1998-2023 by Northwoods Software Corporation. All Rights Reserved.
2+
* Copyright (C) 1998-2024 by Northwoods Software Corporation. All Rights Reserved.
33
*/
44

55
import * as React from 'react';

src/components/SelectionInspector.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 1998-2023 by Northwoods Software Corporation. All Rights Reserved.
2+
* Copyright (C) 1998-2024 by Northwoods Software Corporation. All Rights Reserved.
33
*/
44

55
import * as React from 'react';

0 commit comments

Comments
 (0)