Skip to content

Commit

Permalink
Upgrade highlight.js to 11.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
superstructor committed Jun 23, 2021
1 parent 57ca27d commit c98846f
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## Unreleased

#### Changed

- Upgrade highlight.js to 11.0.1

## 0.0.2 (2021-04-06)

#### Changed
Expand Down
6 changes: 3 additions & 3 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
@@ -1,7 +1,7 @@
{
"name": "superstructor.re-highlight",
"dependencies": {
"highlight.js": "10.7.2"
"highlight.js": "11.0.1"
},
"devDependencies": {
"karma": "6.3.2",
Expand Down
2 changes: 1 addition & 1 deletion resources/public/index_dev.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<link rel="stylesheet" href="styles/re-com.css">
<link rel="stylesheet" href="styles/bootstrap.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.7.2/styles/default.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.0.1/styles/default.min.css">
</head>
<body>
<div id="app"></div>
Expand Down
2 changes: 1 addition & 1 deletion src/deps.cljs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{:npm-deps {"highlight.js" "10.7.2"}
{:npm-deps {"highlight.js" "11.0.1"}
:npm-dev-deps {"react" "17.0.2"
"react-dom" "17.0.2"
"shadow-cljs" "2.14.5"
Expand Down

0 comments on commit c98846f

Please sign in to comment.