Skip to content

Commit be6de0d

Browse files
feat(core): Update core to 5.0.19, rx to 0.5.0
1 parent c0be0ab commit be6de0d

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@
4949
"module": "lib/index.js",
5050
"typings": "lib/index.d.ts",
5151
"dependencies": {
52-
"@uirouter/core": "5.0.18",
53-
"@uirouter/rx": "0.5.0-alpha.1"
52+
"@uirouter/core": "5.0.19",
53+
"@uirouter/rx": "0.5.0"
5454
},
5555
"peerDependencies": {
5656
"@angular/common": "^5.0.0 || ^6.0.0",

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -122,9 +122,9 @@
122122
"@types/glob" "*"
123123
"@types/node" "*"
124124

125-
"@uirouter/[email protected].18":
126-
version "5.0.18"
127-
resolved "https://registry.yarnpkg.com/@uirouter/core/-/core-5.0.18.tgz#6dd85654ebc7e25eba2c1b32f069829db351abab"
125+
"@uirouter/[email protected].19":
126+
version "5.0.19"
127+
resolved "https://registry.yarnpkg.com/@uirouter/core/-/core-5.0.19.tgz#fe2888190393a8c92584c354e65ab8322c1b0db4"
128128

129129
"@uirouter/publish-scripts@^2.3.4":
130130
version "2.3.13"
@@ -151,9 +151,9 @@
151151
yalc "^1.0.0-pre.21"
152152
yargs "^11.0.0"
153153

154-
"@uirouter/[email protected]-alpha.1":
155-
version "0.5.0-alpha.1"
156-
resolved "https://registry.yarnpkg.com/@uirouter/rx/-/rx-0.5.0-alpha.1.tgz#6cc0ab7e4dbe66a767a74efd42c57b5e1a34fd2c"
154+
"@uirouter/[email protected]":
155+
version "0.5.0"
156+
resolved "https://registry.yarnpkg.com/@uirouter/rx/-/rx-0.5.0.tgz#a0577408488e9523732ef5985a631f7b607fed5b"
157157

158158
JSONStream@^1.0.4:
159159
version "1.3.2"

0 commit comments

Comments
 (0)