Skip to content

Commit

Permalink
chore: Pin highlight.js to ~9.14.2 to avoid install error. (#311)
Browse files Browse the repository at this point in the history
highlight.js@9.15.x fails to install so add a devDependency on ~9.14.2
to prevent any attempt to install the broken version.  This is not
directly needed by istanbul but is used by documentation.
  • Loading branch information
coreyfarrell committed Feb 25, 2019
1 parent ed40be7 commit 2b747cf
Show file tree
Hide file tree
Showing 7 changed files with 754 additions and 747 deletions.
1,396 changes: 701 additions & 695 deletions package-lock.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
"eslint": "^5.10.0",
"eslint-config-prettier": "^4.0.0",
"eslint-plugin-prettier": "^3.0.0",
"highlight.js": "~9.14.2",
"is-windows": "^1.0.2",
"js-yaml": "^3.12.0",
"lerna": "^3.11.1",
Expand Down
8 changes: 4 additions & 4 deletions packages/istanbul-api/package-lock.json

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

44 changes: 22 additions & 22 deletions packages/istanbul-lib-instrument/package-lock.json

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

6 changes: 3 additions & 3 deletions packages/istanbul-lib-report/package-lock.json

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

12 changes: 6 additions & 6 deletions packages/istanbul-lib-source-maps/package-lock.json

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

34 changes: 17 additions & 17 deletions packages/test-exclude/package-lock.json

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

0 comments on commit 2b747cf

Please sign in to comment.