Skip to content

Commit

Permalink
fix: bump @uirouter/core and @uirouter/rx deps
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherthielen committed Dec 1, 2021
1 parent 8157c24 commit 257ee61
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@
"peerDependencies": {
"@angular/common": "^12.0.0 || ^13.0.0",
"@angular/core": "^12.0.0 || ^13.0.0",
"@uirouter/core": "^6.0.7",
"@uirouter/rx": "^0.6.0"
"@uirouter/core": "^6.0.8",
"@uirouter/rx": "^1.0.0"
},
"devDependencies": {
"@angular/animations": "^12.0.0",
Expand All @@ -59,9 +59,9 @@
"@angular/platform-browser-dynamic": "^12.0.0",
"@types/jest": "^27.0.3",
"@types/jquery": "^3.5.9",
"@uirouter/core": "^6.0.7",
"@uirouter/core": "^6.0.8",
"@uirouter/publish-scripts": "2.6.0",
"@uirouter/rx": "^0.6.0",
"@uirouter/rx": "^1.0.0",
"husky": "^7.0.4",
"jest": "27.3.1",
"jest-preset-angular": "11.0.1",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1016,7 +1016,7 @@
dependencies:
"@types/yargs-parser" "*"

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

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

JSONStream@^1.0.4:
version "1.3.5"
Expand Down

0 comments on commit 257ee61

Please sign in to comment.