DefinitelyTyped/d3/package.json
Tom Wanzek c1832fdfe5 [types-2.0] D3 dependencies and d3-format (#12325)
* [fix](d3-format)
* Add apostrophe to permissible thousands separators to accomodate e.g. Switzerland, Liechtenstein

* [chore](d3) Pin down versions
* Added package.json to pin down the minor versions of the D3 modules forming part of the standard bundle
* The pinned major.minor versions correspond to D3 v4.2 of the standard bundle (patches  are not pinnable, major version is too coarse)
* Changes tsconfig.json to used pinned dependencies

* Fixed tsconfig.json:
* Needed to leave type-resolution related options in the tsconfig.json. So that d3-test can find the d3 definition itself.
* packages in dependency are still used to pin down D3 modules
2016-10-29 07:45:05 -07:00

35 lines
961 B
JSON

{
"dependencies": {
"@types/d3-array": "1.0",
"@types/d3-axis": "1.0",
"@types/d3-brush": "1.0",
"@types/d3-chord": "1.0",
"@types/d3-collection": "1.0",
"@types/d3-color": "1.0",
"@types/d3-dispatch": "1.0",
"@types/d3-drag": "1.0",
"@types/d3-dsv": "1.0",
"@types/d3-ease": "1.0",
"@types/d3-force": "1.0",
"@types/d3-format": "1.0",
"@types/d3-geo": "1.2",
"@types/d3-hierarchy": "1.0",
"@types/d3-interpolate": "1.1",
"@types/d3-path": "1.0",
"@types/d3-polygon": "1.0",
"@types/d3-quadtree": "1.0",
"@types/d3-queue": "3.0",
"@types/d3-random": "1.0",
"@types/d3-request": "1.0",
"@types/d3-scale": "1.0",
"@types/d3-selection": "1.0",
"@types/d3-shape": "1.0",
"@types/d3-time": "1.0",
"@types/d3-time-format": "2.0",
"@types/d3-timer": "1.0",
"@types/d3-transition": "1.0",
"@types/d3-voronoi": "1.0",
"@types/d3-zoom": "1.0"
}
}