Skip to content

Commit

Permalink
#2020111694000094 Update vis lib and javascript imports
Browse files Browse the repository at this point in the history
  • Loading branch information
nook24 committed Nov 19, 2020
1 parent 0013920 commit 6d3b9cd
Showing 2 changed files with 13 additions and 4 deletions.
9 changes: 8 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -4,6 +4,7 @@
"description": "",
"main": "index.js",
"dependencies": {
"@egjs/hammerjs": "^2.0.17",
"@fortawesome/fontawesome-free": "^5.15.1",
"@fullcalendar/bootstrap": "^4.4.2",
"@fullcalendar/core": "^4.4.2",
@@ -22,6 +23,7 @@
"bootstrap4c-chosen": "^1.1.1",
"canvas-gauges": "^2.1.7",
"chart.js": "^2.9.3",
"component-emitter": "^1.3.0",
"dropzone": "^5.7.2",
"file-saver": "^2.0.2",
"flag-icon-css": "^3.5.0",
@@ -36,18 +38,23 @@
"jquery-sparkline": "^2.4.0",
"jquery-ui-dist": "^1.12.1",
"jquery.cookie": "^1.4.1",
"keycharm": "^0.3.0",
"ng-nestable": "^0.0.1",
"node-waves": "^0.7.6",
"noty": "^3.1.4",
"popper.js": "^1.15.0",
"propagating-hammerjs": "^1.5.0",
"rangyinputs": "^1.2.0",
"raphael": "^2.3.0",
"spectrum-colorpicker2": "^2.0.4",
"timsort": "^0.3.0",
"tsparticles": "^1.18.0",
"underscore": "^1.11.0",
"uuid": "^7.0.3",
"vis-data": "^6.6.1",
"vis-network": "^7.10.2",
"vis-timeline": "^7.3.10"
"vis-timeline": "^7.3.10",
"vis-util": "^4.0.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
8 changes: 5 additions & 3 deletions src/itnovum/openITCOCKPIT/Core/AngularJS/AngularAssets.php
Original file line number Diff line number Diff line change
@@ -66,9 +66,11 @@ class AngularAssets implements AngularAssetsInterface {
'js/lib/angular-nestable.js',
'js/lib/parseuri.js',
'node_modules/moment/min/moment.min.js',
'node_modules/vis-data/dist/umd.js',
'node_modules/vis-network/dist/vis-network.js',
'node_modules/vis-timeline/peer/umd/vis-timeline-graph2d.js',
'node_modules/vis-util/peer/umd/vis-util.min.js',
'node_modules/vis-data/peer/umd/vis-data.min.js',
'node_modules/vis-network/peer/umd/vis-network.min.js',
//'node_modules/vis-timeline/peer/umd/vis-timeline-graph2d.min.js',
'node_modules/vis-timeline/standalone/umd/vis-timeline-graph2d.min.js',
'js/scripts/ng.app.js',
'js/lib/UUID.js-4.0.3/dist/uuid.core.js',
'node_modules/underscore/underscore-min.js',

0 comments on commit 6d3b9cd

Please sign in to comment.