Skip to content

Commit 257ee61

Browse files
fix: bump @uirouter/core and @uirouter/rx deps
1 parent 8157c24 commit 257ee61

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@
4646
"peerDependencies": {
4747
"@angular/common": "^12.0.0 || ^13.0.0",
4848
"@angular/core": "^12.0.0 || ^13.0.0",
49-
"@uirouter/core": "^6.0.7",
50-
"@uirouter/rx": "^0.6.0"
49+
"@uirouter/core": "^6.0.8",
50+
"@uirouter/rx": "^1.0.0"
5151
},
5252
"devDependencies": {
5353
"@angular/animations": "^12.0.0",
@@ -59,9 +59,9 @@
5959
"@angular/platform-browser-dynamic": "^12.0.0",
6060
"@types/jest": "^27.0.3",
6161
"@types/jquery": "^3.5.9",
62-
"@uirouter/core": "^6.0.7",
62+
"@uirouter/core": "^6.0.8",
6363
"@uirouter/publish-scripts": "2.6.0",
64-
"@uirouter/rx": "^0.6.0",
64+
"@uirouter/rx": "^1.0.0",
6565
"husky": "^7.0.4",
6666
"jest": "27.3.1",
6767
"jest-preset-angular": "11.0.1",

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1016,7 +1016,7 @@
10161016
dependencies:
10171017
"@types/yargs-parser" "*"
10181018

1019-
"@uirouter/core@^6.0.7":
1019+
"@uirouter/core@^6.0.8":
10201020
version "6.0.8"
10211021
resolved "https://registry.yarnpkg.com/@uirouter/core/-/core-6.0.8.tgz#a1e919a4743be729751aafc4ce353d0dc0ffd26c"
10221022
integrity sha512-Gc/BAW47i4L54p8dqYCJJZuv2s3tqlXQ0fvl6Zp2xrblELPVfxmjnc0eurx3XwfQdaqm3T6uls6tQKkof/4QMw==
@@ -1043,10 +1043,10 @@
10431043
yalc "^1.0.0-pre.53"
10441044
yargs "^17.3.0"
10451045

1046-
"@uirouter/rx@^0.6.0":
1047-
version "0.6.5"
1048-
resolved "https://registry.yarnpkg.com/@uirouter/rx/-/rx-0.6.5.tgz#f584a228fdab78a4f668a0793eb896796d00373a"
1049-
integrity sha512-srGdX+BAVTfpZ1Kl7tvdEN1ss8yctKO4YrGyy9E/4s80bGFp4KMe9Qf2L3UHn0iugBZlX7Nbmp305AQSzWXYrw==
1046+
"@uirouter/rx@^1.0.0":
1047+
version "1.0.0"
1048+
resolved "https://registry.yarnpkg.com/@uirouter/rx/-/rx-1.0.0.tgz#0f12851e42448fc3b07eed777bcc0e29445a8842"
1049+
integrity sha512-dqPmLFC+qqF6RIdJVKktXSON6WILy2oyLhADDk74F3GAUZ/VvOu3QSPLDtZEP3LMSo6vkGQvwcUdjgNVWL3YJA==
10501050

10511051
JSONStream@^1.0.4:
10521052
version "1.3.5"

0 commit comments

Comments
 (0)