Skip to content

Commit

Permalink
build: update dependency highlight.js to v11.8.0 (#1483)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
splincode and renovate-bot committed Aug 10, 2023
1 parent d5425bb commit fa43e4a
Show file tree
Hide file tree
Showing 4 changed files with 64 additions and 14 deletions.
4 changes: 2 additions & 2 deletions apps/flex-layout-demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
<meta charset="utf-8" />
<title>Demo</title>
<base href="./" />
<script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/11.7.0/highlight.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/11.8.0/highlight.min.js"></script>
<link
rel="stylesheet"
href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/11.7.0/styles/github.min.css"
href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/11.8.0/styles/github.min.css"
/>
<meta
name="viewport"
Expand Down
4 changes: 2 additions & 2 deletions apps/virtual-table-demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
type="image/x-icon"
href="assets/favicon.ico"
/>
<script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/11.7.0/highlight.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/11.8.0/highlight.min.js"></script>
<link
rel="stylesheet"
href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/11.7.0/styles/github.min.css"
href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/11.8.0/styles/github.min.css"
/>
<link
href="//fonts.googleapis.com/icon?family=Material+Icons"
Expand Down
68 changes: 59 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"class-transformer": "0.5.1",
"cpy-cli": "4.2.0",
"lerna": "^6.6.1",
"make-dir-cli": "3.0.0",
"make-dir-cli": "3.1.0",
"ngx-mask": "14.2.4",
"ngx-toastr": "14.3.0",
"pretty": "2.0.0",
Expand Down

0 comments on commit fa43e4a

Please sign in to comment.