Skip to content

Commit 623c8ed

Browse files
committed
Version control nvd3@specific_version
Default it seemed to pick a development version. This complains that it requires d3 also, that will be in the next commits.
1 parent f233e0e commit 623c8ed

File tree

9 files changed

+12
-63
lines changed

9 files changed

+12
-63
lines changed

webapp/composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@
7373
"mbostock/d3": "^3.5",
7474
"nelmio/api-doc-bundle": "^5.0",
7575
"nelmio/cors-bundle": "^2.4",
76-
"novus/nvd3": "^1.8",
7776
"phpdocumentor/reflection-docblock": "^5.3",
7877
"phpstan/phpdoc-parser": "^2.0",
7978
"promphp/prometheus_client_php": "^2.6",

webapp/composer.lock

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

webapp/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"bootstrap-toggle": "^2.2.2",
55
"file-saver": "^2.0.5",
66
"jquery-debounce-throttle": "^1.0.6-rc.0",
7-
"monaco": "^1.201704190613.0"
7+
"monaco": "^1.201704190613.0",
8+
"nvd3": "1.8.6"
89
}
910
}

webapp/public/css/nv.d3.min.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
../../vendor/novus/nvd3/build/nv.d3.min.css
1+
../../node_modules/nvd3/build/nv.d3.min.css

webapp/public/css/nv.d3.min.css.map

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

webapp/public/js/nv.d3.min.js

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

webapp/public/js/nv.d3.min.js.map

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

webapp/symfony.lock

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -210,9 +210,6 @@
210210
"nikic/php-parser": {
211211
"version": "v4.2.4"
212212
},
213-
"novus/nvd3": {
214-
"version": "v1.8.6"
215-
},
216213
"phar-io/manifest": {
217214
"version": "1.0.3"
218215
},

webapp/yarn.lock

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,8 @@ monaco@^1.201704190613.0:
3333
version "1.201704190613.0"
3434
resolved "https://registry.npmjs.org/monaco/-/monaco-1.201704190613.0.tgz"
3535
integrity sha512-xcQUOfa7inJdhOjHmwxILMIyPk4nl80E9AVvwyz5PUC2uEbxSjNUR9tjEIUxR+rR5o0xe64lqsIpChSzu8YMOQ==
36+
37+
38+
version "1.8.6"
39+
resolved "https://registry.yarnpkg.com/nvd3/-/nvd3-1.8.6.tgz#2d3eba74bf33363b5101ebf1d093c59a53ae73c4"
40+
integrity sha512-YGQ9hAQHuQCF0JmYkT2GhNMHb5pA+vDfQj6C2GdpQPzdRPj/srPG3mh/3fZzUFt+at1NusLk/RqICUWkxm4viQ==

0 commit comments

Comments
 (0)