diff --git a/Gruntfile.js b/Gruntfile.js index f3025599..97e6a340 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -153,7 +153,7 @@ module.exports = function (grunt) { dir.theme + '/storyboard/', dir.node_modules + '/bootstrap/less/', dir.node_modules + '/font-awesome/less/', - dir.node_modules + '/highlight.js/styles/', + dir.node_modules + '/highlightjs/styles/', dir.node_modules + '/ng-sortable/dist/' ]; }, diff --git a/package.json b/package.json index 6e1ca9fc..22d9219f 100644 --- a/package.json +++ b/package.json @@ -78,7 +78,7 @@ "bootstrap": "3.3.7", "font-awesome": "4.5.0", "gifsicle": "1.0.0", - "highlight.js": "9.1.0", + "highlightjs": "9.10.0", "markdown-it": "8.4.0", "moment-timezone": "0.5.4", "ng-sortable": "1.3.1" diff --git a/src/index.html b/src/index.html index 08ef2b71..31fa443a 100644 --- a/src/index.html +++ b/src/index.html @@ -41,7 +41,7 @@ - + diff --git a/yarn.lock b/yarn.lock index 8dabd394..db47a5f9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -92,6 +92,10 @@ amdefine@>=0.0.4: version "1.0.1" resolved "https://registry.yarnpkg.com/amdefine/-/amdefine-1.0.1.tgz#4a5282ac164729e93619bcfd3ad151f817ce91f5" +angular-bootstrap@0.12.2: + version "0.12.2" + resolved "https://registry.yarnpkg.com/angular-bootstrap/-/angular-bootstrap-0.12.2.tgz#de9900a7db087a7e9da47304a9c2f77f9c069827" + "angular-cache@https://github.com/jmdobry/angular-cache/archive/3.2.5.tar.gz": version "3.2.5" resolved "https://github.com/jmdobry/angular-cache/archive/3.2.5.tar.gz#72685f274de4bfe054bd6200980c6f4ce3cd0bb7" @@ -128,10 +132,6 @@ angular-scenario@1.5.8: version "1.5.8" resolved "https://registry.yarnpkg.com/angular-scenario/-/angular-scenario-1.5.8.tgz#d32af0ac6c2bcccf9500a9ed49d59b17a1ee4b1b" -"angular-ui-bootstrap@https://github.com/angular-ui/bootstrap/archive/0.12.0.tar.gz": - version "0.12.0" - resolved "https://github.com/angular-ui/bootstrap/archive/0.12.0.tar.gz#479e5c7d9ef75d6133f68143b96948f8e77136b2" - angular@1.5.8, angular@>=1.0.6: version "1.5.8" resolved "https://registry.yarnpkg.com/angular/-/angular-1.5.8.tgz#925a5392b8c212d09572dc446db7e01264e094cb" @@ -2459,9 +2459,9 @@ hawk@~6.0.2: hoek "4.x.x" sntp "2.x.x" -highlight.js@9.1.0: - version "9.1.0" - resolved "https://registry.yarnpkg.com/highlight.js/-/highlight.js-9.1.0.tgz#eb94c125f52bbd25dc893551b45c37c5093f1c5c" +highlightjs@9.10.0: + version "9.10.0" + resolved "https://registry.yarnpkg.com/highlightjs/-/highlightjs-9.10.0.tgz#fca9b78ddaa3b1abca89d6c3ee105ad270a80190" hoek@0.9.x: version "0.9.1"