Skip to content

Commit

Permalink
chore: specify highlight.js version
Browse files Browse the repository at this point in the history
This PR updates sets the version to "^1.5.1."

We were locked at 11.0.1 because it was specified in package-lock.json and we using "*" as the version in package.json.
  • Loading branch information
dancormier committed Jun 6, 2022
1 parent a8a7249 commit e15d6d3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 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 @@ -51,7 +51,7 @@
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-jest": "^26.1.5",
"eslint-plugin-no-unsanitized": "^4.0.1",
"highlight.js": "*",
"highlight.js": "^11.5.1",
"html-loader": "^3.1.0",
"html-webpack-plugin": "^5.5.0",
"husky": "^8.0.1",
Expand Down

0 comments on commit e15d6d3

Please sign in to comment.