|
35 | 35 | "pretest": "node tasks/pretest.js", |
36 | 36 | "test-jasmine": "karma start test/jasmine/karma.conf.js", |
37 | 37 | "test-image": "node tasks/test_image.js", |
38 | | - "test-image-gl2d": "node tasks/test_image.js gl2d_* --queue", |
39 | 38 | "test-export": "node tasks/test_export.js", |
40 | 39 | "test-syntax": "node tasks/test_syntax.js && npm run find-strings -- --no-output", |
41 | 40 | "test-bundle": "node tasks/test_bundle.js", |
42 | | - "test": "npm run test-jasmine && npm run test-bundle && npm run test-image && npm run test-image-gl2d && npm run test-syntax && npm run lint", |
| 41 | + "test": "npm run test-jasmine -- --nowatch && npm run test-bundle && npm run test-image && npm run test-export && npm run test-syntax && npm run lint", |
43 | 42 | "start-test_dashboard": "node devtools/test_dashboard/server.js", |
44 | 43 | "start-image_viewer": "node devtools/image_viewer/server.js", |
45 | 44 | "start": "npm run start-test_dashboard", |
|
66 | 65 | "country-regex": "^1.1.0", |
67 | 66 | "d3": "^3.5.12", |
68 | 67 | "d3-force": "^1.0.6", |
| 68 | + "d3-hierarchy": "^1.1.8", |
69 | 69 | "d3-interpolate": "1", |
70 | 70 | "d3-sankey-circular": "0.33.0", |
71 | 71 | "delaunay-triangulate": "^1.1.6", |
72 | 72 | "es6-promise": "^3.0.2", |
73 | 73 | "fast-isnumeric": "^1.1.2", |
74 | 74 | "font-atlas-sdf": "^1.3.3", |
75 | | - "gl-cone3d": "^1.3.0", |
| 75 | + "gl-cone3d": "^1.3.1", |
76 | 76 | "gl-contour2d": "^1.1.5", |
77 | | - "gl-error3d": "^1.0.14", |
| 77 | + "gl-error3d": "^1.0.15", |
78 | 78 | "gl-heatmap2d": "^1.0.5", |
79 | | - "gl-line3d": "^1.1.10", |
| 79 | + "gl-line3d": "^1.1.11", |
80 | 80 | "gl-mat4": "^1.2.0", |
81 | | - "gl-mesh3d": "^2.0.8", |
| 81 | + "gl-mesh3d": "^2.0.9", |
82 | 82 | "gl-plot2d": "^1.4.2", |
83 | | - "gl-plot3d": "^2.2.0", |
| 83 | + "gl-plot3d": "^2.2.1", |
84 | 84 | "gl-pointcloud2d": "^1.0.2", |
85 | | - "gl-scatter3d": "^1.2.0", |
| 85 | + "gl-scatter3d": "^1.2.1", |
86 | 86 | "gl-select-box": "^1.0.3", |
87 | 87 | "gl-spikes2d": "^1.0.2", |
88 | | - "gl-streamtube3d": "^1.2.0", |
89 | | - "gl-surface3d": "^1.4.3", |
| 88 | + "gl-streamtube3d": "^1.2.1", |
| 89 | + "gl-surface3d": "^1.4.5", |
90 | 90 | "gl-text": "^1.1.6", |
91 | 91 | "glslify": "^7.0.0", |
92 | 92 | "has-hover": "^1.0.1", |
|
104 | 104 | "regl": "^1.3.11", |
105 | 105 | "regl-error2d": "^2.0.6", |
106 | 106 | "regl-line2d": "3.0.13", |
107 | | - "regl-scatter2d": "^3.1.3", |
| 107 | + "regl-scatter2d": "^3.1.4", |
108 | 108 | "regl-splom": "^1.0.6", |
109 | 109 | "right-now": "^1.0.0", |
110 | 110 | "robust-orientation": "^1.1.3", |
|
0 commit comments