Skip to content

Commit 82b1af4

Browse files
update to uirouter/core 5.0.21
1 parent 73d5bc0 commit 82b1af4

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"module": "lib/index.js",
5050
"typings": "lib/index.d.ts",
5151
"dependencies": {
52-
"@uirouter/core": "5.0.20",
52+
"@uirouter/core": "5.0.21",
5353
"@uirouter/rx": "0.5.0"
5454
},
5555
"peerDependencies": {

typedoc.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
"name": "@uirouter/angular",
2626
"theme": "node_modules/ui-router-typedoc-themes/bin/default",
2727
"out": "_doc",
28-
"internal-aliases": "internal,coreapi,ng2api",
29-
"external-aliases": "internalapi,external",
28+
"internal-aliases": "internal,publicapi,ng2api",
29+
"external-aliases": "external,internalapi",
3030
"navigation-label-globals": "@uirouter/angular"
3131
}
3232
}

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -136,9 +136,9 @@
136136
"@types/glob" "*"
137137
"@types/node" "*"
138138

139-
"@uirouter/[email protected].20":
140-
version "5.0.20"
141-
resolved "https://registry.yarnpkg.com/@uirouter/core/-/core-5.0.20.tgz#9c27d8d14d50358040840fd00e9d38c36be1adc5"
139+
"@uirouter/[email protected].21":
140+
version "5.0.21"
141+
resolved "https://registry.yarnpkg.com/@uirouter/core/-/core-5.0.21.tgz#b6c4c311e9416a1e8ce76b072e042a60224d1b3a"
142142

143143
"@uirouter/publish-scripts@^2.3.20":
144144
version "2.3.20"

0 commit comments

Comments
 (0)