Skip to content
This repository was archived by the owner on Sep 5, 2024. It is now read-only.

Commit ba8968d

Browse files
committed
docs: fix hljs examples breaking
- pin `dgeni-packages` to `0.27.5` as `0.28.0` includes a breaking change - https://github.com/angular/dgeni-packages/blob/master/CHANGELOG.md#0280-12-july-2019 - pin `mkdirp` to `0.5.1` to be compatible with `[email protected]` - angular/dgeni-packages#287
1 parent ab9129a commit ba8968d

File tree

2 files changed

+57
-24
lines changed

2 files changed

+57
-24
lines changed

package-lock.json

Lines changed: 54 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"colors": "^1.4.0",
5151
"conventional-changelog": "^3.1.18",
5252
"dgeni": "^0.4.12",
53-
"dgeni-packages": "^0.28.3",
53+
"dgeni-packages": "0.27.5",
5454
"eslint": "^6.8.0",
5555
"github-contributors-list": "^1.2.4",
5656
"glob": "^7.1.6",
@@ -86,7 +86,7 @@
8686
"lazypipe": "^1.0.2",
8787
"lodash": "^4.17.15",
8888
"minimist": "^1.2.3",
89-
"mkdirp": "^1.0.3",
89+
"mkdirp": "0.5.1",
9090
"moment": "^2.24.0",
9191
"natives": "^1.1.6",
9292
"postcss": "^7.0.27",
@@ -120,4 +120,4 @@
120120
"node": ">=8.17 <12",
121121
"npm": ">=5"
122122
}
123-
}
123+
}

0 commit comments

Comments
 (0)