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

Commit 937fb89

Browse files
committed
chore(doc-gen): upgrade dgeni-packages to 0.26.5
Related: #16671, angular/dgeni-packages#271
1 parent aecd551 commit 937fb89

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"cross-spawn": "^4.0.0",
3434
"cz-conventional-changelog": "1.1.4",
3535
"dgeni": "^0.4.9",
36-
"dgeni-packages": "^0.26.2",
36+
"dgeni-packages": "^0.26.5",
3737
"eslint-plugin-promise": "^3.6.0",
3838
"event-stream": "~3.1.0",
3939
"glob": "^6.0.1",

src/Angular.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -791,7 +791,8 @@ function arrayRemove(array, value) {
791791
* * If `source` is not an object or array (inc. `null` and `undefined`), `source` is returned.
792792
* * If `source` is identical to `destination` an exception will be thrown.
793793
*
794-
* <p><!-- Using a `br` tag messes up the formatting due a doc-gen bug. --></p>
794+
* <br />
795+
*
795796
* <div class="alert alert-warning">
796797
* Only enumerable properties are taken into account. Non-enumerable properties (both on `source`
797798
* and on `destination`) will be ignored.

yarn.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -1727,9 +1727,9 @@ detective@^4.0.0:
17271727
acorn "^3.1.0"
17281728
defined "^1.0.0"
17291729

1730-
dgeni-packages@^0.26.2:
1731-
version "0.26.2"
1732-
resolved "https://registry.yarnpkg.com/dgeni-packages/-/dgeni-packages-0.26.2.tgz#dac22d7e861d4d72ed42af5272714f42b6b5bf3d"
1730+
dgeni-packages@^0.26.5:
1731+
version "0.26.5"
1732+
resolved "https://registry.yarnpkg.com/dgeni-packages/-/dgeni-packages-0.26.5.tgz#a76da27b40ce92dfc37a9e629ef9f1d3897f6bde"
17331733
dependencies:
17341734
canonical-path "0.0.2"
17351735
catharsis "^0.8.1"

0 commit comments

Comments
 (0)