mirror of
https://github.com/nasa/openmct.git
synced 2025-02-20 09:26:45 +00:00
Pin d3 major/minor versoins (#1963)
Pin to specific d3 major/minor versions while allowing new patches. Previously, we were pinned to major versions only, and minor versions contained changes to the distributed files which would result in broken builds. This should hopefully prevent broken builds from dependency updates.
This commit is contained in:
parent
8db75bf41e
commit
1c97138607
20
package.json
20
package.json
@ -3,16 +3,16 @@
|
||||
"version": "0.13.3-SNAPSHOT",
|
||||
"description": "The Open MCT core platform",
|
||||
"dependencies": {
|
||||
"d3-array": "^1.0.2",
|
||||
"d3-axis": "^1.0.4",
|
||||
"d3-collection": "^1.0.2",
|
||||
"d3-color": "^1.0.2",
|
||||
"d3-format": "^1.0.2",
|
||||
"d3-interpolate": "^1.1.3",
|
||||
"d3-scale": "^1.0.4",
|
||||
"d3-selection": "^1.0.3",
|
||||
"d3-time": "^1.0.4",
|
||||
"d3-time-format": "^2.0.3",
|
||||
"d3-array": "1.2.x",
|
||||
"d3-axis": "1.0.x",
|
||||
"d3-collection": "1.0.x",
|
||||
"d3-color": "1.0.x",
|
||||
"d3-format": "1.2.x",
|
||||
"d3-interpolate": "1.1.x",
|
||||
"d3-scale": "1.0.x",
|
||||
"d3-selection": "1.3.x",
|
||||
"d3-time": "1.0.x",
|
||||
"d3-time-format": "2.1.x",
|
||||
"express": "^4.13.1",
|
||||
"minimist": "^1.1.1",
|
||||
"request": "^2.69.0",
|
||||
|
Loading…
x
Reference in New Issue
Block a user