Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 3bfe280

Browse files
committed
Use yarn for d3
This also fixes the issue that d3 as dependency is missing for nv3, note that we can't update d3 yet because of this dependency.
1 parent 800b7b3 commit 3bfe280

File tree

5 files changed

+8
-46
lines changed

5 files changed

+8
-46
lines changed

‎webapp/composer.json‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@
7070
"jms/serializer-bundle": "^5.2",
7171
"knplabs/knp-paginator-bundle": "^6.6",
7272
"league/commonmark": "^2.3",
73-
"mbostock/d3": "^3.5",
7473
"nelmio/api-doc-bundle": "^5.0",
7574
"nelmio/cors-bundle": "^2.4",
7675
"phpdocumentor/reflection-docblock": "^5.3",

‎webapp/composer.lock‎

Lines changed: 1 addition & 44 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎webapp/package.json‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"dependencies": {
33
"@melloware/coloris": "^0.25.0",
44
"bootstrap-toggle": "^2.2.2",
5+
"d3": "3.5.17",
56
"file-saver": "^2.0.5",
67
"jquery-debounce-throttle": "^1.0.6-rc.0",
78
"monaco": "^1.201704190613.0",

‎webapp/public/js/d3.min.js‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
../../vendor/mbostock/d3/d3.min.js
1+
../../node_modules/d3/d3.min.js

‎webapp/yarn.lock‎

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ bootstrap-toggle@^2.2.2:
1212
resolved "https://registry.yarnpkg.com/bootstrap-toggle/-/bootstrap-toggle-2.2.2.tgz#2b88534fc1b998674f877f98ba0d8b5b743e96fe"
1313
integrity sha512-AkYD/i3NGCEksIb/PmmUrrxpa0DYi7Si30e9Ldhou2t1HTd9npoXUsxJJjFPvlV7iLUptlysWTcYD7i3DKV6qg==
1414

15+
d3@3.5.17:
16+
version "3.5.17"
17+
resolved "https://registry.yarnpkg.com/d3/-/d3-3.5.17.tgz#bc46748004378b21a360c9fc7cf5231790762fb8"
18+
integrity sha512-yFk/2idb8OHPKkbAL8QaOaqENNoMhIaSHZerk3oQsECwkObkCpJyjYwCe+OHiq6UEdhe1m8ZGARRRO3ljFjlKg==
19+
1520
file-saver@^2.0.5:
1621
version "2.0.5"
1722
resolved "https://registry.yarnpkg.com/file-saver/-/file-saver-2.0.5.tgz#d61cfe2ce059f414d899e9dd6d4107ee25670c38"

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /