Skip to content

Commit 643a0e4

Browse files
committed
refactor: update CustomTooltips v1.2
1 parent 456156f commit 643a0e4

19 files changed

+2362
-918
lines changed

package-lock.json

Lines changed: 1556 additions & 590 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@
6363
"watch-js": "nodemon --watch src/js/src/ -x \"npm run js\""
6464
},
6565
"dependencies": {
66-
"@coreui/coreui": "^2.0.0-beta.9",
67-
"@coreui/coreui-plugin-chartjs-custom-tooltips": "1.0.0",
66+
"@coreui/coreui": "^2.0.0-beta.10",
67+
"@coreui/coreui-plugin-chartjs-custom-tooltips": "^1.2.0",
6868
"bootstrap": "4.1.0",
6969
"chart.js": "^2.7.2",
7070
"flag-icon-css": "3.0.0",
@@ -76,14 +76,14 @@
7676
"simple-line-icons": "2.4.1"
7777
},
7878
"devDependencies": {
79-
"@babel/cli": "^7.0.0-beta.44",
80-
"@babel/core": "^7.0.0-beta.44",
81-
"@babel/plugin-proposal-object-rest-spread": "^7.0.0-beta.44",
82-
"@babel/preset-env": "^7.0.0-beta.44",
79+
"@babel/cli": "^7.0.0-beta.46",
80+
"@babel/core": "^7.0.0-beta.46",
81+
"@babel/plugin-proposal-object-rest-spread": "^7.0.0-beta.46",
82+
"@babel/preset-env": "^7.0.0-beta.46",
8383
"autoprefixer": "^8.3.0",
8484
"babel-eslint": "^8.2.3",
8585
"babel-plugin-transform-es2015-modules-strip": "^0.1.1",
86-
"browser-sync": "2.23.6",
86+
"browser-sync": "2.23.7",
8787
"clean-css-cli": "^4.1.11",
8888
"copyfiles": "^2.0.0",
8989
"cross-env": "^5.1.4",

src/charts.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -745,4 +745,4 @@ <h6>System Utilization</h6>
745745
<script src="node_modules/@coreui/coreui-plugin-chartjs-custom-tooltips/dist/js/custom-tooltips.min.js"></script>
746746
<script src="js/charts.js"></script>
747747
</body>
748-
</html>
748+
</html>

0 commit comments

Comments
 (0)