diff --git a/.eslintrc.js b/.eslintrc.js
index 2217fac..af92d33 100644
--- a/.eslintrc.js
+++ b/.eslintrc.js
@@ -9,9 +9,7 @@ module.exports = {
],
globals: {
Atomics: 'readonly',
- SharedArrayBuffer: 'readonly',
- d3: 'readonly',
- dagreD3: 'readonly'
+ SharedArrayBuffer: 'readonly'
},
parserOptions: {
ecmaVersion: 2018,
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 12beec4..3572729 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -5,6 +5,10 @@ on:
paths:
- 'src/**'
- 'tests/**'
+ - '.github/workflows/test.yml'
+
+env:
+ NODE_VERSION: 16
jobs:
lint:
@@ -15,7 +19,7 @@ jobs:
- uses: actions/setup-node@v3
with:
- node-version: 16
+ node-version: ${{ env.NODE_VERSION }}
- name: Install npm dependencies
run: |
@@ -38,7 +42,7 @@ jobs:
- uses: actions/setup-node@v3
with:
- node-version: 16
+ node-version: ${{ env.NODE_VERSION }}
- name: Install npm dependencies
run: |
@@ -66,7 +70,7 @@ jobs:
- uses: actions/setup-node@v3
with:
- node-version: 16
+ node-version: ${{ env.NODE_VERSION }}
- name: Install npm dependencies
run: |
diff --git a/README.md b/README.md
index 922871d..bae08f1 100644
--- a/README.md
+++ b/README.md
@@ -29,14 +29,11 @@ Place the following `
-
-
diff --git a/docs/_static/examples/view-mode.html b/docs/_static/examples/view-mode.html
index ec24848..3c7fb34 100644
--- a/docs/_static/examples/view-mode.html
+++ b/docs/_static/examples/view-mode.html
@@ -23,10 +23,6 @@
-
-
-
-
diff --git a/docs/quickstart.rst b/docs/quickstart.rst
index 2e3ab88..70aa74b 100644
--- a/docs/quickstart.rst
+++ b/docs/quickstart.rst
@@ -39,15 +39,12 @@ Dependencies
Required Dependencies
*********************
-* `D3 `_
-* `dagre-d3 `_
* `Vue.js `_
* `lodash `_
Optional Dependencies
*********************
-* `d3-legend `_ (**Optional**) - if you want to use the legend.
* `Milligram `_ (**Optional**) - for the forms design.
Initialize the ModelVisualizer
@@ -85,10 +82,6 @@ Put it all together and your pages should look like this:
-
-
-
-
diff --git a/examples/index.html b/examples/index.html
index 93a8c47..a1e1e7a 100644
--- a/examples/index.html
+++ b/examples/index.html
@@ -59,11 +59,6 @@
-
-
-
-
-
@@ -84,4 +79,4 @@
}