ui-router.stateHelper icon indicating copy to clipboard operation
ui-router.stateHelper copied to clipboard

Uses old version of UI Router

Open jeremyk opened this issue 8 years ago • 3 comments

The bower.json has this dependency: "angular-ui-router": "~0.2.11" which is preventing updates to 0.3.x angular-ui-router which is causing us to run into this issue: https://github.com/angular-ui/ui-router/issues/3246

I am wondering if there is any reason it cant be >=0.2.11 ?

Thanks!

jeremyk avatar Jan 07 '17 19:01 jeremyk

+1

remote:        Please note that,
remote:        angular-ui-router.statehelper#1.3.1 depends on angular-ui-router#~0.2.11 which resolved to angular-ui-router#0.2.18
remote:        rochapabloricardo depends on angular-ui-router#^0.3.2 which resolved to angular-ui-router#0.3.2
remote:        Resort to using angular-ui-router#^0.3.2 which resolved to angular-ui-router#0.3.2
remote:        Code incompatibilities may occur.
"dependencies": {
    "angular": "^1.6.1",
    "angular-animate": "^1.6.1",
    "angular-aria": "^1.6.1",
    "angular-material": "^1.1.1",
    "angular-messages": "^1.6.1",
    "angular-resource": "^1.6.1",
    "angular-ui-router": "^0.3.2",
    "angular-ui-router.statehelper": "^1.3.1"
  },

rochapablo avatar Jan 12 '17 13:01 rochapablo

any news?

markoffk avatar Feb 03 '17 13:02 markoffk

noop! what I did was download the angular-ui-router.statehelper and use the min file straight.

rochapablo avatar Feb 04 '17 19:02 rochapablo