Skip to content

Commit

Permalink
fix(deps): update dependency highlight.js to v11 (#177)
Browse files Browse the repository at this point in the history
* fix(deps): update dependency highlight.js to v11

* chore: fix css

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: guokairui <guokairui1@wps.cn>
  • Loading branch information
3 people committed Jun 9, 2021
1 parent 663e1e9 commit 3496e3c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion example/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

<script>
import Markdown from './markdown.md'
import 'highlight.js/styles/github-gist.css'
import 'highlight.js/styles/github.css'
export default {
components: { Markdown }
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"webpack-dev-server": "3.11.2"
},
"dependencies": {
"highlight.js": "^10.0.3",
"highlight.js": "^11.0.0",
"loader-utils": "^2.0.0",
"markdown-it": "^12.0.0"
}
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4484,10 +4484,10 @@ he@1.2.0, he@^1.1.0:
resolved "https://registry.npm.taobao.org/he/download/he-1.2.0.tgz#84ae65fa7eafb165fddb61566ae14baf05664f0f"
integrity sha1-hK5l+n6vsWX922FWauFLrwVmTw8=

highlight.js@^10.0.3:
version "10.4.1"
resolved "https://registry.npm.taobao.org/highlight.js/download/highlight.js-10.4.1.tgz#d48fbcf4a9971c4361b3f95f302747afe19dbad0"
integrity sha1-1I+89KmXHENhs/lfMCdHr+GdutA=
highlight.js@^11.0.0:
version "11.0.1"
resolved "https://registry.nlark.com/highlight.js/download/highlight.js-11.0.1.tgz#a78bafccd9aa297978799fe5eed9beb7ee1ef887"
integrity sha1-p4uvzNmqKXl4eZ/l7tm+t+4e+Ic=

hmac-drbg@^1.0.0:
version "1.0.1"
Expand Down

0 comments on commit 3496e3c

Please sign in to comment.