Skip to content

Commit 3959586

Browse files
committed
COMPASS-2741: Pin d3 dependencies
1 parent d15c8d5 commit 3959586

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -199,9 +199,9 @@
199199
"bootstrap": "https://github.com/twbs/bootstrap/archive/v3.3.5.tar.gz",
200200
"codemirror-mongodb": "^0.10.2",
201201
"create-react-class": "^15.5.2",
202-
"d3": "^3.5.6",
203-
"d3-flextree": "^1.0.3",
204-
"d3-timer": "^1.0.3",
202+
"d3": "3.5.17",
203+
"d3-flextree": "1.0.3",
204+
"d3-timer": "1.0.7",
205205
"debug": "mongodb-js/debug#v2.2.3",
206206
"debug-menu": "^0.3.0",
207207
"detect-coordinates": "^0.2.0",
@@ -238,7 +238,7 @@
238238
"mongodb-explain-plan-model": "^0.2.2",
239239
"mongodb-extended-json": "^1.10.0",
240240
"mongodb-instance-model": "^6.1.0",
241-
"mongodb-js-metrics": "^4.0.1",
241+
"mongodb-js-metrics": "4.0.1",
242242
"mongodb-language-model": "^1.2.0",
243243
"mongodb-ns": "^2.0.0",
244244
"mongodb-query-parser": "^1.0.1",
@@ -268,6 +268,7 @@
268268
"reflux-state-mixin": "mongodb-js/reflux-state-mixin",
269269
"semver": "^5.1.0",
270270
"storage-mixin": "^0.8.1",
271+
"table-parser": "0.1.3",
271272
"turf-destination": "^1.2.1",
272273
"turf-distance": "^1.1.0",
273274
"turf-point": "^2.0.1",

0 commit comments

Comments
 (0)